Codapult
FeaturesPricingAPIHelpChangelog
Codapult

Ship Your SaaS Faster

Product

  • Features
  • Pricing
  • Plugins
  • API Reference
  • Help Center
  • Feature Requests
  • Changelog

Company

  • Contact
  • GitHub

Legal

  • Privacy Policy
  • Terms of Service

© 2026 Codapult. All rights reserved.

Back to blog
February 15, 2026·1 min read·Codapult Team

Getting Started with Codapult

Learn how to set up Codapult and launch your SaaS in minutes.

getting-startedtutorial

Welcome to Codapult

Codapult is a production-ready SaaS boilerplate built with Next.js 16, Turso, Drizzle ORM, and shadcn/ui. It includes everything you need to launch a SaaS product — authentication, billing, AI chat, admin dashboard, and more.

Quick Start

  1. Clone the repository
  2. Copy .env.example to .env.local and fill in your values
  3. Run pnpm install to install dependencies
  4. Run pnpm db:generate && pnpm db:push to set up the database
  5. Run pnpm run dev to start the development server

What's Included

  • Authentication — Better-Auth or Kinde, with OAuth support
  • Billing — Stripe and LemonSqueezy adapters with webhook handling
  • AI Chat — Vercel AI SDK with streaming responses
  • Admin Panel — User management, subscriptions, and analytics
  • Teams — Multi-tenant organizations with role-based access
  • Blog — MDX-powered blog with RSS feed
  • i18n — Internationalization with next-intl
  • Email — Transactional emails with Resend

Next Steps

Check out the documentation to learn more about each feature, or dive into the API reference for detailed endpoint information.