Changelog
April 18, 2025 at 3:05 PM • 4 min read • 607 wordsJanuary 27th, 2026
- Added a new edge server in Canada
- Set edge server cache to 1 year in memory (edits to your blog purges the cache meaning edits will still show up instantly)
January 22nd, 2026
The default theme's CSS is now inlined
Minified HTML to make it load faster
Lighthouse now gives solid 100s for the main page

Launched analytics officially
January 18th, 2026
Better meta tag handling for posts on the default theme
IPv6 enabled on the dashboard and edge handlers
Finalized support for the hidden service
Rearranged homepage
December 28th, 2025
- Added hashed E-mail recovery for accounts
December 19th, 2025
(contains a backlog of updates starting from November 23rd, 2025 that were pushed into production today)
Added and finalized Stripe support
Added JSON-LD support
Added the ability to change your subdomain
Added plural determination to Stripe (i.e., one month is "Snout.nu (1 month)" and two months is "Snout.nu (2 months)")
Added ActivityPub support
Added Custom CSS support
Added edge server purging on post editing and blog settings editing
November 22nd, 2025
- We added image uploading to the editor! Each account gets 128mb.
November 16th, 2025
Anything before November 16th talking about the CDN and cache purging is talking about when we used 11ty to generate each site and used SFTP to upload it.
- We've migrated to a completely Rust based static site generator (in-memory). So much faster!
wrk -t 12 -c 400 -d 30s http://localhost:3000 Running 30s test @ http://localhost:3000 12 threads and 400 connections Thread Stats Avg Stdev Max +/- Stdev Latency 2.34ms 1.95ms 69.21ms 92.35% Req/Sec 14.33k 1.81k 37.07k 92.48% 4767799 requests in 30.06s, 12.55GB read Socket errors: connect 0, read 0, write 0, timeout 396 Requests/sec: 158588.89 Transfer/sec: 427.41MB
Deployed to new EU based servers.
We added a toggle to allow you to flag your post(s) as sensitive or restricted.
We've started looking at the ability to allow users to host images in their posts.
Added the ability to allow users deter AI scrapers via robots.txt and a proof-of-work CAPTCHA.
June 12th, 2025
- Add support for webmentions
April 23rd, 2025
April 20th, 2025
Added
?q=sourcesupport for MicropubAdded basic IndieAuth support (half-functional)
Fixed HTML <-> Markdown conversion for Micropub publishing. Micropub clients would get Markdown and the server would get HTML. On the fly conversion has been implemented now.
Draft posts will have the subdomain
draftsto prevent confusion in some Micropub clients.Added support for E-mail forwarding for users (e.g. bark@inbox.snout.nu -> bark's email)
Added the ability to customize the slug for a post. Also respects
mp-slugwhen updating via Micropub.
April 19th, 2025:
Added the editor for dark mode. Use your device's settings to toggle it.
Fixed the API which allows users to trigger a rebuild (rate-limited to 1 req/60s.)
Added logic to send a purge request to the CDN when a rebuild is triggered.
Fixed an issue which made a line break element appear under bullet lists (like this one.)
Fixed
/view/:idendpointAdded Micropub support (
h-entry)
April 18th, 2025: Fixed an issue where some sites would unexpectedly load content from other users' sites. That was weird, but it shouldn't happen anymore. To be clear, this was a misconfiguration in the CDN (CDN cache key), not a leakage of draft files. The CDN does not touch draft files. Funnily enough this was before we even launched.