What's Included
Template-ready samples and production guardrails built in — fork what you need and replace the placeholders later.
Five sign-in methods with complete account lifecycle flows ready to fork.
User management with search, filters, and moderation.
Built-in AI sample with streaming responses, tool calling, attachments, and Suspense-friendly UI patterns.
Search flows are already wired into the sample app so you can show instant filtering and discovery out of the box.
Complete user account management with customisation options.
Multi-language
i18n with plural support and locale switching across the sample routes.
File Uploads
Avatar upload sample wired to Vercel Blob.
Email Delivery
Transactional email flows and templates via Resend.
Error Tracking
Sentry integration for web and mobile.
Scalable UI
50+ shadcn/ui components and shared primitives used across the sample routes.
AI-Friendly
Typed, modular structure that AI tools can navigate and extend with ease.
GitHub Actions CI
Built-in workflows run lint, format, and typecheck on pull requests and main, plus Playwright E2E on pull requests.
Deployment Ready
Next.js is configured for Vercel, Expo includes EAS build profiles, and root scripts help sync environment variables.
Tech Stack
Based on T3 Stack
Template-Grade DX
Sample routes, CI guardrails, and deployment-ready setup for shipping web and mobile apps from the first commit.
- Static and server-rendered sample routes
- Shared backend for web and mobile
- GitHub Actions on pull requests and main
- Playwright E2E coverage on pull requests
- Vercel-ready Next.js app
- Expo EAS build profiles
- Type-safe monorepo packages
Clone & Install
git clone && pnpm install
Start Development
pnpm dev
Open a Pull Request
GitHub Actions runs lint, format, typecheck, and Playwright checks
Deploy or Build
Vercel-ready web app and Expo EAS build profiles