Skip to content

Stack Guides

Use these pages when you need the exact override flags, accepted values, package-manager caveats, and --yes defaults for a stack.

Frontend

  • Vite - Scaffold any Vite project via the official create-vite CLI
  • Next.js - Scaffold a Next.js project via the official create-next-app CLI
  • Astro - Scaffold an Astro project via the official create astro CLI
  • SvelteKit - Scaffold a SvelteKit project via the official sv CLI
  • Nuxt - Scaffold a Nuxt project via the official create nuxt CLI
  • Angular - Scaffold an Angular project via the official @angular/cli

Fullstack

  • Remix - Scaffold a Remix-style React Router project via the official create-react-router CLI
  • T3 Stack - Scaffold a T3 project (Next.js + tRPC + Prisma + Tailwind) via create-t3-app

Backend

  • NestJS - Scaffold a NestJS API via the official Nest CLI
  • Hono - Scaffold a Hono API via the official create-hono CLI
  • Node.js + Express + TypeScript - Express server with TypeScript
  • Fastify - Scaffold a Fastify API via the official fastify-cli generate command
  • Elysia - Scaffold an Elysia (Bun) backend via the official create-elysia CLI

Mobile

  • Expo - Scaffold an Expo (React Native) project via the official create-expo-app CLI

Desktop

  • Tauri - Scaffold a Tauri desktop app via the official create-tauri-app CLI

Library

  • NPM Package - NPM package ready for publishing (JavaScript or TypeScript)

Released under the MIT License.