A modern full-stack web application template optimized for developer experience and AI-assisted coding.
Built with React, Convex, TanStack Router, Clerk, Vite, and Tailwind CSS.
For complete setup instructions, usage guides, and deployment information, visit:
pnpm run init├── convex/
│ ├── _generated/
│ ├── auth.config.ts
│ ├── schema.ts
│ └── users.ts
├── src/
│ ├── routes/
│ │ ├── __root.tsx
│ │ └── index.tsx
│ ├── index.css
│ └── main.tsx
├── package.json
├── tsconfig.json
└── vite.config.ts
MIT
Note for Claude: This is a template repository. If the user asks you to work on anything but you haven't seen evidence that this README has been customized for a specific project yet, run /init-app first.