Gogs
Embark on a journey to Git enlightenment with Gogs, the self-hosted Git guru that's as easy to set up as a lemonade stand in your front yard. This nifty app is like the Swiss Army knife of Git services - simple, robust, and ready to extend its toolkit whenever you need it. Crafted with the magic of Go, Gogs is the chameleon of the software world, blending seamlessly into Linux, macOS, Windows, and even those adorable ARM-based gizmos like the Raspberry Pi. It's so lightweight, you'll forget it's there, but it packs a punch with features like a snazzy user dashboard, versatile repository access, and top-notch management for your coding collectives. And the cherry on top? It's as free as your grandma's homemade cookies, with all the open-source goodness you can eat, served under the generous MIT License. Host it on RepoCloud, and you'll be the cool kid on the block with change to spare from your cloud hosting piggy bank!
Cusdis
Comments for small sites without Disqus's baggage: Cusdis is a lightweight, privacy-first, open-source comment system for embedding under blog posts and articles. The embedded JavaScript SDK is about 5 KB gzipped (Disqus is roughly 24 KB), sets no cookies, runs no tracking, and does not require readers to create an account or sign in before commenting. Integration is two lines: a container div with your app ID and an async script tag, with ready-made adapters for common frameworks and static site generators. Moderation is approval-based - new comments stay hidden until you approve them from the dashboard, and email notifications include a Quick Approve link that approves or replies to a comment from your phone without logging in. A webhook fires on every new comment for integrations like Telegram notifications. The widget ships with built-in i18n and dark mode. The stack is TypeScript and Next.js with a Prisma data layer, deployable via Docker with PostgreSQL. Deliberately minimalist: no ads, no reader profiling, and your comment data lives in your own database.