Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.shipfastai.dev/llms.txt

Use this file to discover all available pages before exploring further.

Shipfastai is a production-ready SaaS boilerplate built for Python developers who want to launch AI-powered applications fast. It combines a FastAPI backend, Next.js frontend, JWT authentication, Stripe billing, RAG pipelines, and multi-provider LLM support — all pre-wired and ready to deploy.

Quick Start

Clone the repo, configure your environment, and have your AI SaaS running in minutes.

Core Features

Explore authentication, Stripe billing, LLM chat, RAG pipelines, and multi-tenancy.

API Reference

Full reference for every public endpoint — auth, users, billing, AI chat, and RAG.

Deployment

Deploy to Railway, Vercel, or AWS using Docker Compose or Terraform configs.

What’s included

Shipfastai ships with everything you need to build and monetize an AI SaaS product:

FastAPI + Next.js

Async Python backend with auto-generated API docs and a React 19 frontend with App Router.

Authentication

JWT tokens, OAuth via Google and GitHub, email verification, and password reset — all built in.

Stripe Billing

Subscription management, one-time payments, webhook handling, and customer portal.

RAG Pipeline

Document ingestion, chunking, embeddings, and retrieval with FAISS, Pinecone, or Chroma.

LLM Integration

Unified interface for OpenAI, Anthropic, and HuggingFace with streaming chat responses.

Multi-Tenancy

Tenant isolation with separate schemas, per-tenant configuration, and usage-based billing.

How it works

1

Purchase and clone

After purchase, you receive instant access to the private GitHub repository containing the complete codebase.
2

Configure your environment

Copy .env.example to .env and fill in your API keys for Stripe, your LLM provider, email, and database.
3

Start developing

Run docker-compose up -d to start the full stack locally — backend on port 8000, frontend on port 3000.
4

Deploy to production

Use the included Railway + Vercel configs for a one-click deploy, or use the Terraform modules for AWS.
Shipfastai is a one-time purchase with one year of updates. You get permanent access to the code and can use it for unlimited personal and client projects.