Documentation

Everything you need to build with Webpresso. Get started with our CLI, explore templates, and deploy production-ready apps.

Quick Start

Create a new project with a single command:

Terminal
$ npx create-webpresso my-app

This will prompt you to select a template and set up your project with all dependencies installed.

Available Templates

React + ViteVite + React 19 + TypeScript + Tailwind
react-vite
Next.jsNext.js 15 + App Router + TypeScript + Tailwind
nextjs-app
ExpressExpress + TypeScript + Docker
express-ts
FastAPIFastAPI + Python 3.12 + uvicorn
fastapi
Go + ChiGo 1.23 + Chi router
go-chi