TanStack Start app initialized with React 19, TypeScript, Tailwind CSS v4, shadcn/ui, Clerk, Convex, and Convex React Query integration.
bun install
cp .env.example .env.local
bunx convex dev
bun run dev
Add the Clerk publishable and secret keys to .env.local. In Clerk, activate
the Convex integration, then add its issuer URL as
CLERK_JWT_ISSUER_DOMAIN in the Convex dashboard. bunx convex dev creates
the deployment and writes the real CONVEX_DEPLOYMENT and VITE_CONVEX_URL.
bun run dev # Start the TanStack app
bun run dev:convex # Sync and watch the Convex backend
bun run typecheck
bun run check
bun run build
Add shadcn components or blocks with:
bunx --bun shadcn@latest add button
bunx --bun shadcn@latest add login-01
Agent skills are installed project-locally under .agents/skills, with
compatibility symlinks generated by the Skills CLI.
16 commits
TypeScript
84.4%
Shell
11.1%
JavaScript
1.8%
CSS
1.4%
TanStack Start app initialized with React 19, TypeScript, Tailwind CSS v4, shadcn/ui, Clerk, Convex, and Convex React Query integration.
bun install
cp .env.example .env.local
bunx convex dev
bun run dev
Add the Clerk publishable and secret keys to .env.local. In Clerk, activate
the Convex integration, then add its issuer URL as
CLERK_JWT_ISSUER_DOMAIN in the Convex dashboard. bunx convex dev creates
the deployment and writes the real CONVEX_DEPLOYMENT and VITE_CONVEX_URL.
bun run dev # Start the TanStack app
bun run dev:convex # Sync and watch the Convex backend
bun run typecheck
bun run check
bun run build
Add shadcn components or blocks with:
bunx --bun shadcn@latest add button
bunx --bun shadcn@latest add login-01
Agent skills are installed project-locally under .agents/skills, with
compatibility symlinks generated by the Skills CLI.
16 commits
TypeScript
84.4%
Shell
11.1%
JavaScript
1.8%
CSS
1.4%