CoDuck Docs

#Getting Started

CoDuck is an AI-powered platform where you describe what you want to build in plain English and get a live, deployed full-stack app. Every project comes with hosting, a dedicated Postgres database, custom domains, email sending, Stripe payments, file storage, and automatic backups — all configured for you.

#Start a project

  1. Sign up at coduck.ai/signup (or sign in at coduck.ai/login).
  2. On the home page, you'll see a prompt textarea with a rotating placeholder showing examples like "Generate an online store for selling handmade products."
  3. Type what you want to build and hit enter.

CoDuck's AI scaffolds the codebase, generates the UI and backend, and deploys it. The project opens at https://app.coduck.ai/project/<projectId> with a chat-based editor where you can keep iterating.

#What you can build

One project gives you one container, one Postgres database, and one .coduck.app subdomain. From there:

CapabilityWhat you getDocs
Bring your own codeImport an existing Next.js, React, or Node project/docs/projects/create-existing
DeployingZero-downtime redeploys with auto SSL/docs/projects/deploy
Custom domainsPoint your own domain with one-step DNS verification/docs/domains/custom-domains
DatabaseA dedicated Postgres database per project/docs/database/overview
Sending emailTransactional email from your own verified domain/docs/email/sending
Stripe paymentsStripe Connect — payouts go directly to your account/docs/payments/stripe-connect

#Manage your project

Open https://app.coduck.ai/project/<id> and you'll see three things side by side: the chat, the code editor, and the Cloud panel.

The Cloud panel has the following tabs:

TabWhat it controls
SettingsProject name, framework, general config
HostingSub-tabs: Domains, Env, Deploys, API Key
AnalyticsBuilt-in traffic and event analytics
DataYour project's Postgres database — schema, rows, queries
LogsLive deploy and runtime logs
FormsForm submissions captured from your site
EmailTransactional email, verified domains, send history
PaymentsStripe Connect status and payouts
ActivityAudit trail of changes to the project

To make changes, either edit through the chat (ask the AI to add a feature, change a layout, wire up a new endpoint) or use the Cloud panel for infrastructure-level controls.

#For developers and AI agents

CoDuck also ships a CLI (@coduckai/cli) for bringing existing code into the platform, scripting deploys, and letting AI assistants like Claude Code drive CoDuck end-to-end. See /docs/cli/install to get set up.

#For AI agents reading these docs

If you're an AI assistant working with CoDuck on a user's behalf, fetch one of these at session start for full fluency across every feature:

  • /llms.txt — index of every doc with one-line summaries
  • /llms-full.txt — every doc concatenated into a single file