Pricing

Build for free. Pay when you want it on the internet.

Free

$0 a month

Yearly
Sites
1
Pages
5
Publish to the internet
No
Changes
30 a month
Your own domain
“Powered by devkoi” footer
Yes
Extra collaborator seats

First plan that publishes

Starter

$19 a month

Yearly
$190 a year
Sites
1
Pages
100
Publish to the internet
Yes
Changes
Unlimited
Your own domain
Yes
“Powered by devkoi” footer
Yes
Extra collaborator seats

Pro

$49 a month

Yearly
$490 a year
Sites
3
Pages
300
Publish to the internet
Yes
Changes
Unlimited
Your own domain
Yes
“Powered by devkoi” footer
Removed
Extra collaborator seats

Agency

$99 a month

Yearly
$990 a year
Sites
10
Pages
1,000
Publish to the internet
Yes
Changes
Unlimited
Your own domain
Yes
“Powered by devkoi” footer
Removed
Extra collaborator seats
Yes

Paying yearly costs ten months instead of twelve.

Agency scales in packs. $99 covers 10 sites and 1,000 pages. Twenty sites is $198, thirty is $297 — the rate per site stays the same as you grow.

What counts as a change?

A change is a request that makes devkoi rebuild your site. Asking a question, saying thanks, or chatting does not count. Only free plans have a limit at all.

Pages are pooled across your account

On Pro that is 300 pages across three sites, in whatever split you like. One site being much bigger than another is normal and fine.

Why can't I publish on free?

Because publishing is what costs us money and what gets abused. Free is limited by what it does, not by a countdown — there is no trial clock, and your site does not disappear when some period ends.

Connect devkoi to your assistant

devkoi runs as an MCP server. Add it once and build your site from the assistant you already have open.

Server URL

https://api.devkoi.com/mcp

Any MCP client that can talk to a remote server over HTTP will take this. The cards below are the shortcuts for the common ones.

Claude Code

One command
claude mcp add --transport http devkoi https://api.devkoi.com/mcp

Gemini CLI

One command
gemini mcp add --transport http devkoi https://api.devkoi.com/mcp

VS Code

One command
code --add-mcp '{"name":"devkoi","type":"http","url":"https://api.devkoi.com/mcp"}'

Cursor

Config file

~/.cursor/mcp.json

{
  "mcpServers": {
    "devkoi": {
      "url": "https://api.devkoi.com/mcp"
    }
  }
}

Claude desktop and web

Settings
  1. Settings
  2. Connectors
  3. Add custom connector
  4. Paste the URL above

ChatGPT

Settings
  1. Settings
  2. Connectors
  3. Add custom connector
  4. Paste the URL above

Menus move. If the steps do not match what is in front of you, the server URL is the only part that matters — add it wherever that client keeps its MCP servers.