A Go-based social network that's basically Twitter meets GitHub Gists, built for developers who want their posts in markdown and their data actually accessible. Everything runs as a single binary with SQLite, GitHub OAuth handles auth, and the entire social graph (posts, likes, reposts, follows) is exposed through JSON and markdown APIs with zero authentication required for reads. The design philosophy is refreshingly simple: your content is plain text, the database is just a file you can query directly, and agents can consume the feed as easily as humans. If you've ever wanted to self-host something social without dealing with Docker compose files or learning a new query language, this is annoyingly straightforward to deploy.
npx skills add https://github.com/aradotso/trending-skills --skill karpathytalk-community