- Added: api-patterns, app-builder, architecture, bash-linux, behavioral-modes, clean-code, code-review-checklist, database-design, deployment-procedures, docker-expert, documentation-templates, game-development, geo-fundamentals, i18n-localization, lint-and-validate, mobile-design, nestjs-expert, nextjs-best-practices, nodejs-best-practices, parallel-agents, performance-profiling, plan-writing, powershell-windows, prisma-expert, python-patterns, react-patterns, red-team-tactics, seo-fundamentals, server-management, tailwind-patterns, tdd-workflow, typescript-expert, vulnerability-scanner - Updated README: skill count 179 → 223 - Added credit for vudovn/antigravity-kit (MIT License) Source: https://github.com/vudovn/antigravity-kit
41 lines
886 B
Markdown
41 lines
886 B
Markdown
# Tech Stack Selection (2025)
|
|
|
|
> Default and alternative technology choices for web applications.
|
|
|
|
## Default Stack (Web App - 2025)
|
|
|
|
```yaml
|
|
Frontend:
|
|
framework: Next.js 16 (Stable)
|
|
language: TypeScript 5.7+
|
|
styling: Tailwind CSS v4
|
|
state: React 19 Actions / Server Components
|
|
bundler: Turbopack (Stable for Dev)
|
|
|
|
Backend:
|
|
runtime: Node.js 23
|
|
framework: Next.js API Routes / Hono (for Edge)
|
|
validation: Zod / TypeBox
|
|
|
|
Database:
|
|
primary: PostgreSQL
|
|
orm: Prisma / Drizzle
|
|
hosting: Supabase / Neon
|
|
|
|
Auth:
|
|
provider: Auth.js (v5) / Clerk
|
|
|
|
Monorepo:
|
|
tool: Turborepo 2.0
|
|
```
|
|
|
|
## Alternative Options
|
|
|
|
| Need | Default | Alternative |
|
|
|------|---------|-------------|
|
|
| Real-time | - | Supabase Realtime, Socket.io |
|
|
| File storage | - | Cloudinary, S3 |
|
|
| Payment | Stripe | LemonSqueezy, Paddle |
|
|
| Email | - | Resend, SendGrid |
|
|
| Search | - | Algolia, Typesense |
|