Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Next.js boilerplate that turns AI prototypes into paid SaaS with usage billing, payments, attribution, affiliates, and anti-abuse.

Free Bootstrap 4 HTML5 UI kit template with multi-page layout, responsive components, and SCSS source files.

Astro & DatoCMS monorepo template for launching and managing multiple brands, languages, and regions from one codebase.

A Gatsby starter template for building fast websites with Ghost as a headless CMS, now deprecated and no longer maintained.

Frontend monorepo boilerplate with TypeScript, Vite + Next.js, Tailwind/MUI, and Turborepo for fast builds, tests, and deploys.
Velobase Harness is an MIT-licensed, open-source SaaS boilerplate built on Next.js 15 that turns an AI prototype into a paid product by packaging usage billing, payments, attribution, affiliates, anti-abuse, and deployment infrastructure into a single codebase.
Velobase Harness is an open-source framework for AI SaaS builders. It takes a product idea or prototype and provides a working foundation—auth, multi-LLM chat, background workers, lifecycle email, admin tools—plus monetization rails such as subscriptions, usage-based payments, and credit management. The project is developed by Velobase and is MIT-licensed; a companion managed cloud service, Velobase Cloud, offers provisioning and deployment.
To run locally, clone the repo, run pnpm install, copy .env.example to .env, then start PostgreSQL and Redis via Docker Compose with pnpm docker:db:up. After running database migrations and seed, pnpm dev:all starts the Web (port 3000) and Worker (port 3001). Alternatively, use Velobase Launchpad to describe your product idea—it generates a GitHub repo, provisions cloud resources, and creates a prompt for your AI coding agent.
The self-hosted Harness is free under the MIT license. Velobase Cloud is a paid managed service that includes Harness source code, provisioned PostgreSQL/Redis/storage, and git-push deployment.
Harness is MIT-licensed, so the source code is free to use, fork, and self-host. The managed Velobase Cloud service is a separate offering that provisions and operates infrastructure for you.
It uses Next.js 15, React 19, TypeScript 5, tRPC, Prisma, PostgreSQL 16, Redis 7, BullMQ, Tailwind CSS, and shadcn/ui. An optional Hono API service can be enabled via SERVICE_MODE.
Run pnpm install, copy .env.example to .env, start Docker services with pnpm docker:db:up, run pnpm db:push and pnpm db:seed, then pnpm dev:all. Open localhost:3000.
Yes. It supports subscriptions, usage-based payments, credit management, AI usage metering, and a billing dashboard for customers. Anti-abuse features like rate limits and credit clawbacks are also included.
Yes. The repo includes a Cloud Deployment Guide and GitHub Actions workflow; the Velobase Launchpad flow can generate a repository and provision cloud resources for git-push deployment.
