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. All rights reserved.完全なソースコード · 一括購入 · 自分でホスティング

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.