Prompt
Describe the world, rules, and experience you want in natural language.
“A 3D world with interactions”
01 AI GAME ENGINE
BrewYourCode is an AI-native game engine that lets anyone make games without development experience.
Build 3D worlds and interactions, and AI turns them into playable game systems.
Start using it for free right now.
A world you can enter, edit, and share.
See it running
Open either link and play right in your browser — no install needed. Both are running through BrewYourCode's auto-complete loop, so the AI keeps generating and improving them round after round.
All 3D assets and environments in these demos were made in the BrewYourCode authoring tool, using only an LLM and three.js.
01 · THE EDITABLE AI GAME ENGINE
BYC Engine preserves more than the finished game. It keeps every generation step between your prompt and the playable result, so you can return, edit, and continue at any time.
AI produces the game, but the steps behind it are difficult to reopen and change.
BYC saves every step as a Snapshot. Return to any point, make an edit, or branch into a new version.
02 · FROM PROMPT TO PLAYER CONTROL
Follow what AI generates, what BYC preserves, and where you take control.
03 · EVERY STEP, PRESERVED
The finished game is not the only thing that remains. Its creation history becomes a reusable structure for editing and experimentation.
문제가 생기기 전 단계로 즉시 돌아갑니다.
버전 차이를 확인하고 필요한 부분만 수정합니다.
현재 상태를 복제해 다른 방향을 안전하게 시도합니다.
04 · FREE TO USE
BrewYourCode can use the coding models you already pay for through Claude Code and Codex CLI. Connect them locally, keep your credentials on your machine, and generate without adding a separate API key or usage-based API bill.
Use a Claude Pro or Max subscription through the local Claude Code CLI.
npm install -g @anthropic-ai/claude-codeclaude once and sign in with your Claude account.Use your ChatGPT subscription through the local Codex CLI.
npm install --global @openai/codexcodex login and sign in with ChatGPT.No API key is required for either subscription mode. Your subscription provider may apply its own plan limits; BrewYourCode does not charge a monthly fee.
Create projects with the BrewYourCode desktop app for Windows or macOS. Connect Claude Code, Codex CLI, or your own API keys, then export a portable project bundle.
Run exported project bundles with the public player engine code and self-hosted Share service from GitHub.
$ git clone https://github.com/Niceofer/BrewYourCode.git
Claude Code, OpenAI Codex, and Google Gemini calls go directly from your machine to the provider. Prompts and content do not pass through BrewYourCode servers, and your API keys are never uploaded.
Use Claude Code or OpenAI Codex with your own credentials. Open Option → AI keys to connect Claude Code, an OpenAI API key, or the local Codex CLI. See the setup guide.
Arrange your scene, write a prompt, and get executable runtime code and 3D assets — instantly.
Publish your scene as a public play link — anyone can open and play it, no install required. (Beta)
Run and extend the core player engine and self-hosted Share service on GitHub. View on GitHub →
Link your own Telegram bot to get progress notifications with screenshots as an auto-complete run works, and start or stop runs from anywhere — all with buttons, no typing. No install, no public server, no port forwarding. (Beta) Setup guide →