BLUEBETA

Blue Support

Learn how to create and publish apps with AI.
No programming experience needed — this page will get you started.

No programming knowledge required

Just describe the app you want in plain language, and AI will generate the code for you. Upload it to Blue and your web app is published instantly.

Choose the method that works best for you.

Chat AI

Build with Chat AI

Use ChatGPT, Claude, or Gemini to generate code, then upload to Blue.

AI Agents

Build with AI Agents

Claude Code or Codex handle everything from code generation to deploying on Blue.

AI Build

Build with AI Build

Everything happens inside Blue. Enter a prompt and publish instantly.

Method Comparison

Compare the three methods and choose the one that fits your needs.

Method Features Best for
Chat AI (ChatGPT, Claude, etc.) Generate code through conversation, upload to Blue to publish Beginners · No special tools needed
AI Agents (Claude Code, Codex) Build advanced apps, auto-deploy via API key Those who want more sophisticated apps
AI Build Everything inside Blue. Enter a prompt, publish instantly Quick experiments · Simple apps
Chat AI

Build with Chat AI

Use your favorite chat AI — ChatGPT, Claude, Gemini, or others — to generate app code, then upload it to Blue. No special tools to install; a browser is all you need.

1

Ask AI to generate code

Open your preferred chat AI and describe the app you want to build.

"Create a TODO app with add, complete, and delete functionality. Make it work in a single HTML file."
2

Save the code and create a ZIP file

Save the generated code as a file (e.g. index.html). If there are multiple files, put them in a folder and compress it into a ZIP. Even a single file needs to be zipped — just right-click and choose "Compress" in your file manager.

3

Upload to Blue and publish

Log in to Blue, open the console (/console), and upload your ZIP file. Your app is published with a URL.

Note: Chat AI cannot deploy directly to Blue, so you upload the code manually. However, this is the most accessible method — no installation required, and you can use whichever AI you already know.

AI Agents

Build with AI Agents

Claude Code (Anthropic) and Codex (OpenAI) are AI tools that can build your app and publish it to Blue for you. Best for more advanced or complex applications.

1

Open the AI agent app

Launch the Claude Code or Codex desktop app.

2

Tell the AI what to build

Describe the app you want in natural language. The AI will create the files automatically.

"Create a TODO app with add, complete, and delete functionality."
3

Deploy to Blue

Publish the generated code to Blue. There are two ways:

Option A: Upload a ZIP from the console (/console) — same as the Chat AI method.

Option B: Auto-deploy via API key — give the AI agent your Blue deploy key and it will handle deployment automatically.

For API deployment details, see the AI-Ready documentation.

AI Build

Build with AI Build

The most casual way to create an app — everything happens inside Blue. Just enter a prompt and publish. Currently best suited for simple apps (single-page HTML, etc.).

1

Open the /build page

Log in to Blue and navigate to the AI Build page. You'll see templates and a prompt input field.

2

Describe what you want to build

Type a description of the app you want. Works in English or Japanese.

"Create a TODO app"
3

Deploy and publish

Once the code is generated, click "Deploy". Your app is published with a URL.

Tips for Safe Usage

Good to know

  • Don't include API keys, passwords, or personal information directly in your app code.
  • When giving an AI agent file access, it's a good idea to work in a dedicated folder to keep things separate.
  • Blue automatically runs a security scan at deploy time, checking for common issues.

Learn More

Try AI Build AI-Ready Documentation Pricing