Free planning tool
Your Project Plan, In a URL
The address bar is the save file. Copy it, Slack it, bookmark it — the whole plan travels with the link.
Open the workspace — it's free
No sign-up · runs in your browser
How data-in-the-URL works
Every input in the workspace serializes into one JSON state object, which is deflate-compressed, base64-encoded, and written to the URL fragment in real time. Opening the link on any machine rebuilds the exact workspace — no database ever saw your plan.
Privacy as an architecture, not a policy
Because guest data never leaves the browser, there is nothing for a server to leak. Local storage keeps a recovery copy against accidental tab closes, and signing in is only needed for AI generation and cloud backup — never for planning itself.
What you get
- Deflate-compressed state in the URL fragment
- Automatic local recovery after refresh or crash
- Works offline once loaded — it's all client-side
- Optional sign-in only for AI and cloud features