Questions

Do I own the website?

Yes. The words, the images you supply, and the pages are yours. We do not claim any right to your content beyond hosting and showing it.

Can I take it somewhere else?

Not today. There is no download button yet, and we would rather tell you that than imply otherwise. If you want to leave, get in touch and we will get you your files.

What if it gets it wrong?

Tell it. “That’s not what I meant” is a valid instruction. Every change is a new version and the previous one is kept, so nothing is lost by trying something and disliking it.

Can I use my own domain?

Yes, on any paid plan. You add two DNS records we give you, and the security certificate is handled for you.

Can I add a shop or take payments?

Not yet. devkoi builds sites that inform — pages, posts, photos, contact details. If you need a checkout, this is not the right tool today.

How many people can work on it?

Anyone in a group chat connected to your site can make changes. Only the owner decides which site a group is connected to.

Something else?

Ask in the chat. If it is about a site you already have, that is the fastest place to get it looked at. More on getting help.

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.