Templates

Deployable starters you can ship in one step.

Each template is a real GitHub repo, ready to deploy as-is. ClickDeploy to push it live on your account, or read the recipe to see how it works. Bringing your own repo instead? Start from theQuickstart.

Every template ships its own Dockerfile, so they all deploy on a free account with nothing to add.

Vite + React

A Vite single-page app that builds to static files and serves on an HTTPS URL.

Next.js

Full-stack Next.js: pages, API routes, and server rendering, running as a real Node server.

Python / FastAPI

A FastAPI service with a small, reproducible Dockerfile so it deploys the same way every time.

Postgres CRUD API

A CRUD REST API on the managed database. Enable the add-on and DATABASE_URL is injected.

Vector search (pgvector)

Store embeddings and query nearest neighbors. pgvector is built into the managed database.

Directory site

A browsable, searchable directory on the managed database. It seeds sample data on first boot, so it is live right away, then you load your own with a one-time import.

Full-stack web

The React frontend half of the full-stack example. Calls the API as a separate app.

Full-stack API

The Express + Postgres API half of the full-stack example. Its own URL, paired with the web app.

MCP server

A remote MCP server (Streamable HTTP) on a live URL. Any client connects over HTTPS.

Telegram bot

An always-on bot (long polling). Add a token and it goes live. Discord works the same way.