Codapult
Как это работаетAI-платформаArchitectureМодулиMCPCLIПлагиныЦеныДокументацияБлогДемо
Получить Codapult
Logo

SaaS-бойлерплейт для разработчиков

Получить Codapult

Проект

  • Цены
  • Architecture
  • Модули
  • AI-платформа
  • MCP
  • CLI
  • Плагины
  • Блог
  • Документация

Альтернативы

  • Сравнение SaaS-шаблонов
  • Codapult vs Supastarter
  • Codapult vs Makerkit
  • Codapult vs ShipFast
  • Codapult vs SaaSBold
  • Codapult vs Gravity
  • Codapult vs Nextbase
  • Codapult vs BuilderKit

О нас

  • FAQ
  • Контакты

Правовая информация

  • Политика конфиденциальности
  • Условия использования

Featured on

Codapult on LaunchNestCodapult on LaunchNestbetterlaunch.cobetterlaunch.coFeatured on LaunchBuffFeatured on LaunchBuffCodapult on PeerPushCodapult on PeerPush
© 2026 Codapult. Все права защищены.Полный исходный код · Разовая покупка · Самостоятельный хостинг

Codapult CLI

Turn your architecture into commands your team can trust.

Inspect, compose and verify a Codapult project with commands that understand its architecture, modules, database and deployment model — not just its file tree.

Install via npm Read the documentation
codapult doctorproject health
$ npx @codapult/cli@latest doctor

> Run the project health check

● Codapult Doctor · ~/projects/acme

Environment contract

env-schema.ts ↔ .env.example

Database adapter

turso · drizzle · migrations

Plugin boundaries

src/plugins/index.ts

MCP server configuration

.cursor/mcp.json

✓ Working...

project health

One CLI, one project contract

A toolkit for the whole project lifecycle.

The CLI turns architecture conventions into commands your team can run, review and automate.

Read-only checks are safe to run in CI.
codapult doctor

Check project configuration, adapters and environment contract.

codapult plugins

Add, remove and inspect modular Codapult capabilities.

codapult db

Inspect schema, migrations and database drift.

codapult generate

Create pages, APIs, actions and plugins from conventions.

01

Inspect

doctor, env check and schema diff show what is true before you change it.

02

Compose

plugins and generators add capability through the project’s existing conventions.

03

Verify

checks, migration status and deploy readiness catch drift before production.

Keep your project understandable as it grows.

$ npm install -g @codapult/cli

$ cd your-saas && codapult doctor

Works with your existingWorks with your existing Codapult project.
Add MCP to your workflow Get the Codapult foundation

The CLI is the operational layer around the source code: inspect it, compose changes and verify the project before your agent or team ships.