• 0 Posts
  • 17 Comments
Joined 6 hours ago
cake
Cake day: February 25th, 2026

help-circle














  • Hi @snoopy@tarte.nuage-libre.fr My idea is a headless or API-first software, possibly single user, designed to be run from a VPS (or laptop with dyndns if you dont mind missing replies when its closed), using Go and sqlite which is clearly the best stack :) Hoping to just distribute one binary that you start and it does everything needed. Go gives you a lot of the hard parts of making an Activitypub server for free, like simple concurrency and loadbalancing, serialization and validation. As an idea of how far I have got, I am posting right now using curl on my laptop, but cant reply directly to comments yet.