Starter projects

Start with something that works.

FastDeploy ships with built-in templates for common patterns. Fork one, customize it, and deploy in seconds.

FastAPI

Hello World API

A minimal FastAPI app with a single root endpoint. The simplest possible starting point.

Use this template →
FastAPI

Bookmarks API

A RESTful CRUD API for managing bookmarks. Demonstrates MongoDB integration and Pydantic models.

Use this template →
FastAPI

Notes App

A multi-endpoint notes API with create, read, update, and delete operations backed by MongoDB.

Use this template →
FastAPI

Emoji API

A multi-file FastAPI project showing how to organize routes, models, and utilities across separate modules.

Use this template →
FastAPI

File Gallery

Upload, list, and serve files using the platform storage SDK. Great for image and document hosting.

Use this template →
FastAPI

Image Measurements

Process uploaded images and extract dimensions. Shows file handling and image manipulation in Python.

Use this template →
FastHTML

FastHTML Bare

The absolute minimum FastHTML setup. A single page rendered server-side with zero boilerplate.

Use this template →
FastHTML

FastHTML Starter

A more complete FastHTML foundation with routing, components, and HTMX interactions ready to extend.

Use this template →

Build your own template.

Any app you create can become a reusable template for your team or your future self.