My year of rebuilding Jottit is wrapping up, and I’m looking for what’s next. Full-time or freelance, fully remote. If you’re building something for the open web and need a developer, get in touch: simonbc.com/looking-f…
Simon Carstensen
- Public lists
- davewiner/blogroll
- Fetched
Jottit pages now have plain text and raw markdown versions.
Append .txt for stripped text or .md for the original markdown.
Example: jottit.org/@sbc/rebu… jottit.org/@sbc/rebu…
Useful for reading, quoting, archiving, scraping, and CLI workflows.
Here’s a nice screenshot of the new Jottit sidebar. It works really well for navigating unlisted pages.
Spent the day redesigning Jottit. Shipped dark mode, new site header and owner sidebar with pinned/recent pages.
Sidebar went through 20 iterations and landed on a right-side layout: content left, navigation right.
Full circle: mirrors what Aaron and I built 19 years ago. Some patterns just work :)
A week ago I added an MCP server to Jottit as an experiment so I could post from Claude, not just the web UI.
It turns out Jottit works really well for capturing and refining ideas from AI conversations. Instead of disappearing into chat history, they can become pages and evolve over time.
I’m experimenting with the MCP protocol for Jottit and have the basics of it working. I can now create new pages by prompting Claude on my mobile or ask it to summarise pages, make edits, etc. I’m not sure what to think of it yet, but I’m definitely intrigued…
I just redesigned the Tinypost signup process and this is how a newly created blog on Tinypost now looks like.
I made another attempt at getting some attention on Hacker News yesterday, but fell flat again. 5 points and 2 comments. Moving on now and betting on organic growth from there on.
I redesigned Jottit’s URLs. Instead of yourname.jottit.org, pages now live at jottit.org/@username/page-slug. It’s a small change but it shifts the whole feel: less “here’s a site” and more “here’s a person writing something.” My own page now lives at jottit.org/@sbc
Posted Jottit to Hacker News today. Was nervous about it. 90 minutes later: zero points. Laughing at myself. Trying again tomorrow. jottit.org
I had a small revelation about Jottit. I’d been thinking of it as a site builder. Then someone here created a post and shared it with me, and it clicked. Jottit is for putting stuff on the web. Create a page, share it. Claim it and it shows up on your profile. So I redesigned it. jottit.org
I wrote about loss, the old web, and why I rebuilt Jottit. simonbc.com/rebuildin…
I’m a few days away from launching Jottit.org, a revival of the minimalist wiki tool Aaron Swartz and I built in 2007. If you have a few minutes, I’d love for you to kick the tires. Looking for bug reports and first impressions. Thanks! @manton @dave jottit.org
I’m a few days away from launching Jottit.org, a revival of the minimalist wiki tool Aaron Swartz and I built in 2007. If you have a few minutes, I’d love for you to kick the tires. Looking for bug reports and first impressions. Thanks! @manton @davewiner jottit.org
Aaron Swartz and I built Jottit in 2007 as the simplest way to make a web page. I’ve been rebuilding it, but it drifted too far. So I split it in two! jottit.org is the original, rebuilt. tinypost.blog is a new minimalist blogging tool. simonbc.com/why-i-spl…
Aaron Swartz and I built Jottit in 2007 as the simplest way to make a web page. I’ve been rebuilding it, but it drifted too far. So I split it in two! jottit.org is the original, rebuilt. tinypost.blog is a new minimalist blogging tool. simonbc.com/why-i-split-jottit-into-two-apps
Currently alternating between painting walls and shipping code. The walls are going slower.
Dave Winer’s blogroll on scripting.com works differently from the traditional model. Instead of a fixed list you update by hand, it pulls in feeds and sorts by when each blog was last updated. The most recently active blogs float to the top. This is the version I wanted to build into Jottit.
New post: How blogrolls work in Jottit simonbc.com/how-blogr…
New on Jottit: blogrolls. Shows site avatars and latest posts, ordered by most recently active.
Here’s mine: simonbc.com/blogroll
Time to bring blogrolls back.
Jottit sites now have a blogroll sidebar showing each site’s latest post and how long ago it was published. Ordered by most recently updated, so active blogs rise to the top. Inspired by @dave ’s blogroll. Also exposed as OPML for feed readers.
Had to fix a few bugs, but I’m now posting to my Jottit site from the terminal using mpcli. I’d planned to build my own Jottit CLI, but there’s no need. The true magic of open protocols.