Skip to main content

Documentation

How Black Hole works

Black Hole turns a plain-language description into a working website. You write what you want, the agent researches, plans, writes the files, checks its own work, and hands you a live preview you can keep editing. This documentation explains every part of that loop, from your first prompt to a published site on your own domain.

Prompt moving through planning, code generation, validation, and live preview
One request, an inspectable sequence: understand, plan, build, verify, preview.

The build pipeline

A Black Hole build is not a single call to a language model. Each request moves through a fixed sequence of stages, and you can watch every stage happen in the activity panel next to the chat. Nothing in that panel is decorative: each line appears because the server emitted a real event for it.

StageWhat happens
AnalyseThe agent reads your brief, extracts the real goal, audience, tone, and required pages, and decides whether anything essential is missing.
ClarifyIf something genuinely changes the outcome — a booking flow versus a brochure page, for example — you get two or three short questions instead of a guess.
ResearchWhen your prompt mentions a website, the agent opens it, screenshots it, and reads the page so the build reflects the real thing rather than an assumption.
PlanThe agent records the pages, sections, and data the build needs before execution. The plan stays internal so work begins without an approval interruption.
WriteFiles are generated one at a time. Each file appears in the checklist as it is created, with its real path.
ReviewThe agent re-reads what it produced, looks for broken links, missing sections, and inconsistent styling, and repairs them before handing over.
Black Hole workspace with conversation, files, live preview, and agent activity
Conversation, code, preview, and real activity stay connected in one workspace.

Who Black Hole is for

Black Hole is built for people who know exactly what they want on a page but do not want to spend a week assembling it. Small business owners use it for a site that actually describes their business instead of a template's placeholder text. Freelancers use it to put a client concept in front of someone within an hour. Developers use it as a first draft they then take into their own editor through GitHub.

Code project syncing to GitHub and publishing to the web
Sync code and publish when the result is ready.
Encrypted provider keys protected by account security
Provider keys remain encrypted and access-controlled.

You do not need to know HTML or CSS to get a finished result. If you do know them, nothing is hidden from you: every file the agent writes is yours, readable, and exportable.

Start here

A note on honesty

Black Hole does not pretend to do things it cannot. If a build fails, the error you see is the real error from the model or the provider, not a friendly stand-in. If the agent could not reach a website you linked, it says so instead of inventing the contents.