Full-stack AI chat starter built with TanStack Start, React, Mantine, and Tailwind CSS.
Requires Node.js and pnpm.
pnpm install
cp .env.example .env
pnpm db:migrateStart the app:
pnpm devConfigure a model from the composer’s Select model menu. API keys stay in the TanStack BYOK client storage and are sent only for the selected request.
pnpm build- Build for productionpnpm start- Start the production serverpnpm typecheck- Check TypeScriptpnpm check- Check code qualitypnpm fix- Fix code quality issues