Before you build
Everything you need to know about Codapult.
There is no free tier. Codapult is a one-time purchase starting at $199. Full Foundation includes unlimited projects and lifetime updates; Done-For-You Launch is a per-project setup service. CRM, Helpdesk, and Email Marketing are available as separate add-ons.
Yes. Both purchase options include the same full template — 70+ modules, auth, payments, teams, admin, SSO, IaC, and the rest. Done-For-You Launch adds configuration, branding, deployment, and post-launch support; you are not buying a lite version.
One project means one SaaS product you ship: one brand and one deployed app. A separate staging environment or a major rewrite of the same project still counts as one project. Full Foundation covers unlimited projects. This is a license limit, not a code restriction.
Codapult is delivered through a private Git repository. After purchase, you can pull updates from the upstream remote or use the Codapult CLI update workflow. Full Foundation includes lifetime updates.
Codapult includes a Dockerfile, docker-compose.yml, Terraform/Pulumi templates, and a Kubernetes Helm chart. It also works great with Vercel — just connect your repository and deploy.
Absolutely. Codapult has a modular architecture. Use the CLI wizard (npx create-codapult) to select which modules to keep, or manually remove directories for features you don't need. Start lean and add complexity only when your product needs it.
Premium Plugins are optional add-ons that extend Codapult with complete, production-ready product features: CRM (contacts, deals pipeline, and AI lead scoring), Helpdesk (support tickets, SLA, and AI auto-resolve), and Email Marketing (subscriber lists, segmentation, and campaigns). The AI foundation is already included in Codapult. Each plugin is purchased separately and installs via npm.
Due to the nature of digital products with immediate access to source code, all purchases are final and non-refundable. We recommend reviewing the documentation and demo before purchasing to ensure Codapult meets your needs.
Full Foundation covers unlimited projects. Each project means one brand and one deployed app — not a separate license per environment.
Yes, if your license covers the number of client projects you build with it. You may build, deploy, and operate client SaaS products with Codapult, but you may not resell or redistribute the template source code itself, including white-label boilerplate resale.
Codapult is built with Next.js 16 (App Router), PostgreSQL or Turso (LibSQL), Drizzle ORM, shadcn/ui, Tailwind CSS v4, and TypeScript. It also includes Vercel AI SDK, Stripe/LemonSqueezy billing, and Better-Auth/Kinde authentication with passkeys and 2FA.
Yes! Codapult supports both PostgreSQL and Turso (SQLite on the edge) out of the box — just set the DB_PROVIDER env var. You can also adapt Drizzle ORM to work with MySQL or other databases.