// LOG OUT //
MUGGSOFCODE // BUILD_TOOL
// CHOOSE HOW YOU WANT TO BUILD //
// EPHEMERAL SESSION — NOTHING IS SAVED BETWEEN SESSIONS. EXPORT TO KEEP YOUR WORK. //
MUGGSOFCODE // BUILD_TOOL
// EXIT // // CHANGE PATH // // ADMIN // // ABOUT // // LOGOUT // v0.3 // STANDBY
MARKDOWN
PROJECT OVERVIEW
STRUCTURE (HTML)
STYLE (CSS)
BEHAVIOR (JS)
// PROMPT HISTORY (this session only) //
    CODE
    READ-ONLY COMPILATION ARTIFACT // the code is locked — read it. To change the design, troubleshoot the spec under Browser Preview // // the code is locked — read it. To change the design, refine your prompt //
    COMPILING...
    // YOUR SPEC IS COMPILING //

    Your spec compiles on one shared GPU — the same card every pod uses.

    Up to 6 pods compile at once — that’s running in parallel.

    All slots busy? You’re queued — your page starts the instant one frees.

    Compiling now? A full page is roughly 15–25 seconds of generation.

    Queued? You’re in line — the GPU clears the current batch, then you’re up.

    Either way, your code is compiling. This screen fills the moment it starts.

    A 9B model is writing your whole page, token by token. Hang tight.

    Your spec compiles on one shared GPU — the same card every pod uses.

    Up to 6 pods compile at once — that’s running in parallel.

    All slots busy? You’re queued — your page starts the instant one frees.

    Compiling now? A full page is roughly 15–25 seconds of generation.

    Queued? You’re in line — the GPU clears the current batch, then you’re up.

    Either way, your code is compiling. This screen fills the moment it starts.

    A 9B model is writing your whole page, token by token. Hang tight.

    BROWSER PREVIEW
    VIEWING:
    // the AI diagnoses the cause and helps you strengthen the SPEC — it never patches the code directly //
    EXPORT PROJECT

    Nothing in this tool is saved between sessions. Whatever you want to keep, export it now. The self-contained .html carries its own spec and QC record inside it — it runs as the page and is the package.

    // THE ARTIFACT //
    // THE SOURCE //
    // HAND OFF TO A BIGGER MODEL //
    spec only — leanest; the model rebuilds from your blueprint (recommended)
    spec + code — heavier; to continue the exact current page
    // paste into a free tier of ChatGPT / Gemini / Claude. Spec-only is the token-saver — you scaffold here, and spend the bigger model's free budget only on the hard part. //
    // MARKDOWN QC //
    Optional. Walk your spec against each angle. Nothing here is required to move on — it's a lens, not a gate.
    // PREVIEW QC //
    Optional. Inspect the rendered page behind this panel against each check.
    // MARKDOWN — THE SOURCE //
    edit the source · commit to rebuild