Describe your website. Get a website.

Tell devkoi what you need in a chat message — the way you would tell a person. It builds the site, sends you a link, and changes it when you ask.

How it works

  1. 1

    Say what you want

    “A site for my bakery — menu, opening hours, and where to find us.”

    Photos, links to sites you like, or a voice note all work.

  2. 2

    It builds

    A few minutes, usually. You get told what changed, in plain words.

  3. 3

    Look at it, then change it

    A preview link opens on your phone. Ask for anything you want different. “Make the header smaller.” “Use this photo instead.”

What each step actually does, including the limits

What it is not

devkoi writes and hosts a real website — pages, images, your own domain if you want one. It is not a page builder you drag things around in, and there is no editor to learn. If you want to move a box by hand, this is the wrong tool and we would rather you knew now.

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.