Folioso is a lightweight knowledge base for developers — rich notes, syntax-highlighted code blocks, diagrams and images, shared with a link. Simple enough to actually use.
Free plan · No credit card · Everything exports as Markdown
Postgres: kill long-running queries
Find anything older than five minutes, then terminate by pid:
SELECT pid, now() - query_start AS runtime, query
FROM pg_stat_activity
WHERE state = 'active' AND now() - query_start > '5 minutes';
-- then, for the offender:
SELECT pg_terminate_backend(4242);
Sam Works on RDS too — you need rds_superuser.
Rich text where you want it, real code blocks where you need them — syntax highlighting powered by highlight.js grammars, with a language picker. Autosave kicks in three seconds after you stop typing.
Mermaid and PlantUML blocks render inline. Sequence diagrams, flowcharts and ER diagrams live next to the code they describe — and stay diffable, because they're just text.
Upload images straight into a page. Every image is re-encoded to WebP on the server, so error screenshots and architecture sketches don't bloat your notes.
Spaces to separate contexts, flat groups to file pages, tags to cut across both. When you'd rather not click at all, ⌘K jumps anywhere.
Flip a page public and hand out a read-only link, or invite someone by email with read or edit permission. Revoke access any time — it takes effect immediately, even mid-session.
Export any page as Markdown with one click, or your whole account as a ZIP — every page as Markdown plus every image. Deleted pages sit in a recycle bin first; deleted accounts get a 30-day grace window.
Share a page with an edit grant and you're co-editing live: everyone's cursor is visible, everyone's changes merge conflict-free, and a presence bar shows who's on the page right now.
Incident notes — 500s on checkout
Timeline: alerts fired at 14:02, rolled back at 14:19.
Root cause was the connection pool Priya exhaustion after the deploy doubled worker count.
Action items: cap pool size per worker, Marcus add a pgbouncer alert…
Start free and upgrade when you outgrow the limits. Whatever the plan, your notes export as Markdown.
Everything you need for a personal notebook.
Start freeRoom to grow for a working developer's notebook.
Get startedPer-seat billing for a whole team of note-takers.
Get startedFor larger organisations with bigger needs.
Get startedAll prices in GBP.
Yes, at any time and on any plan. Export a single page as Markdown with one click, or request a full-account export: a ZIP containing every page as Markdown plus every image you've uploaded, delivered as a download link by email.
Two ways. A public link makes the page readable by anyone who has the URL — read-only, revocable at any time. Or invite a specific person by email with read or edit permission; editors can co-write with you live. You'll need to verify your email address before sharing.
Your account is deactivated immediately and enters a 30-day grace window — sign in during that time and we'll email you a reactivation link. After the window, your account and its data, including uploaded images, are permanently erased.
No. Sign up with your email address or your GitHub account and you're on the Free plan — the full editor, diagrams, sharing and real-time collaboration included.
One place for the things you'll need again. Free to start, Markdown forever.