Build Faster with
SLYK
A monorepo template for web and mobile apps. Typesafe shared backend, sample routes, CI checks, and deploy config already wired up.
Available only to the Makeen team
What's included
Sample screens and CI checks are already wired up. Fork what you need, replace the placeholders later.
Six sign-in methods, plus the reset, verify, and link flows around them.
User management with search, filters, and moderation.
Built-in AI sample with streaming responses, tool calling, attachments, and Suspense-friendly UI patterns.
The sample app already wires up search, so filtering and discovery work on the first run.
Users update their own avatar, email, password, and linked accounts.
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.
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 targets Vercel, Expo ships EAS build profiles, and root scripts sync environment variables.
Tech stack
Based on T3 Stack
Ready from the first commit
Sample routes, CI checks, and deploy config are already in place. Clone it and start shipping.
- 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