Modern CLI Scaffolding Tool

Ship production apps in minutes

A CLI tool that scaffolds scalable monorepos with authentication, infrastructure, and best practices built in. Stop configuring. Start building.

$ pnpm dlx build-elevate@latest init my-project
Terminal
$pnpm dlx build-elevate@latest init my-project
✓ Initializing project structure...
✓ Setting up monorepo configuration...
✓ Installing dependencies...
✓ Configuring project settings...
🎉 Project ready! Run cd my-project && pnpm dev

Why build-elevate?

Stop wasting time on boilerplate. Get a production-ready foundation in minutes.

CLI-first approach

Interactive prompts guide you through setup. No configuration files to write.

Opinionated structure

Best practices built in. Monorepo setup with clear separation of concerns.

Essentials built-in

Authentication, environment handling, and tooling configured out of the box.

Extensible templates

Start with a solid foundation. Customize to your needs without fighting the setup.

Modern stack

Built with the latest tools. TypeScript, React, Next.js, Tailwind, and more.

CI-ready

Pre-configured workflows for testing, linting, and deployment from day one.

What you get

Everything you need to build and ship production applications.

Turborepo monorepo

Optimized build system with caching, parallel execution, and task pipelining. Share code across apps and packages.

Authentication & security

Better Auth with Google OAuth, email verification, TOTP two-factor, and database-backed sessions with protected routes.

Prisma + PostgreSQL

A type-safe database layer with an auto-generated client, migrations, and Prisma Studio for browsing your data.

Transactional email

React Email templates delivered through Resend, with a local preview server for designing emails.

Rate limiting

Per-IP sliding-window rate limiting backed by Upstash Redis, wired into the API middleware.

UI component library

A shared shadcn/ui and Tailwind CSS component package used consistently across every app.

Type-safe environments

Validated environment variables with fail-fast startup, and separate local and production configs.

Testing, linting & formatting

Vitest, ESLint, Prettier, and TypeScript strict mode. Catch errors before they ship.

Docker & Kubernetes

Compose files for local and production, plus Kubernetes manifests with autoscaling (HPA) and one-command deploy and verify.

GitHub Actions CI

Pre-configured pipelines for linting, type checking, testing, and build on every push and pull request.

Documentation site

A Fumadocs-powered docs app, ready for your own content out of the box.

How it works

Three simple steps from zero to deployed.

01

Install and initialize

Run a single command to create your project. The CLI walks you through your package manager and optional Docker, Kubernetes, and Prisma Studio.

02

Pick a template

Choose fullstack, web-only, or api-only. Everything is pre-configured and only the files your template needs are scaffolded.

03

Start building

Your project is ready with authentication, API routes, database schema, and CI/CD. Focus on features, not infrastructure.

Ready to elevate your workflow?

Stop configuring and start shipping. Join developers who are building faster.

$ pnpm dlx build-elevate@latest init my-project