create-rykira-app
v2.0.0
Published
CLI to scaffold Rykira Starter Package
Readme
create-rykira-app
A powerful, production-ready full-stack starter template generator.
Features
- Monorepo: Powered by Turborepo and pnpm workspaces.
- Frontend: Next.js 15 (App Router), React 19, Tailwind CSS v4.
- UI Library: Shared Shadcn/UI component library.
- Backend: Express.js with TypeScript, Zod validation.
- Infrastructure:
- Docker Compose for Dev & Prod.
- Traefik v3 Reverse Proxy with Let's Encrypt.
- Postgres & Redis.
- Deployment: Ready for Coolify or manual VPS deployment.
Usage
Run the following command to scaffold a new project:
npx create-rykira-app my-appFollow the interactive prompts to customize your project:
- Project Name
- Description
- Author
- Include/Exclude Admin Panel
- Include/Exclude Express API
Getting Started
Once created:
cd my-app
pnpm install
cp .env.example .env
# Update .env variables if needed
pnpm devDeployment
Refer to plan.md (included in the template) or the generated README for detailed deployment instructions.
License
MIT
