All guides
One page per task. Each one opens with what to ask your agent, then explains what happens and what to do when it doesn't.
Each guide starts with the sentence to say and ends with the technical detail, so the same page works whether you want the result or the mechanism.
Putting things online
Put a website online
A page, a portfolio, a docs site, a built single-page app. Free, and live in about a minute.
Put an app online
Something that runs code — Node, Python or PHP — with an address and HTTPS.
Update what's live
Ship a change to the same link, and what happens to what was there before.
Addresses and access
Use your own domain
Point mydomain.com at your app, add one DNS record, get HTTPS for free.
Make something private
Invite-only by email, with no login to build and no account for your visitors.
Work with teammates
Invite people to your organization, what each role can do, and belonging to several.
Running things
Organise with projects
Grouping apps — per client, per side project, per team.
Check on an app
Status, logs, and what 'running' does and doesn't prove.
Fix a broken deploy
Symptom → cause → fix, for the failures that actually happen.
Take something down
Deleting an app or a project, and what goes with it.
Deploy from CI
API tokens for agents and scripts that can't open a browser.
Also useful
- Environment variables and secrets — API keys and configuration, kept out of your source.
- Choosing a version — pinning Node 24 or Python 3.13 instead of the default.
- Common pitfalls — the handful of mistakes behind most failed deploys.