Self-Hosting LanguageTool: Grammar Checker API with Docker

Self-Hosting LanguageTool: Grammar Checker API with Docker Every writing tool wants to phone home. Grammarly reads everything you type. Google Docs analyzes your documents on their servers. Even browser extensions quietly ship your text to cloud APIs for grammar checking. If you write anything sensitive — legal documents, medical notes, proprietary code comments, personal journals — that’s a problem. LanguageTool is an open-source grammar, style, and spell checker that supports over 30 languages. It powers grammar checking in LibreOffice, and its commercial cloud service competes directly with Grammarly. But unlike Grammarly, you can run your own instance. Your text never leaves your network, you get unlimited checks with no word caps, and you can plug it into browser extensions, text editors, and custom applications via a clean REST API. ...

March 22, 2026 · 10 min · Self Host Setup

Self-Hosting Budibase: Low-Code Platform for Internal Tools

Self-Hosting Budibase: Low-Code Platform for Internal Tools Every company has That Spreadsheet. The one that started as a quick tracker and evolved into a mission-critical monster with 47 tabs, three people who understand the formulas, and a prayer that nobody accidentally deletes row 4. Budibase turns those spreadsheets into actual applications — with forms, tables, automations, and role-based access — without requiring you to be a full-stack developer. It’s an open-source low-code platform that lets you build internal tools on top of your existing data sources (PostgreSQL, MySQL, REST APIs, Google Sheets, or its own built-in database). ...

March 21, 2026 · 10 min · Self Host Setup

Self-Hosting DocuSeal: Open Source Document Signing Platform

Self-Hosting DocuSeal: Open Source Document Signing Platform If you’ve ever paid $25/month for DocuSign just to get a few contracts signed, you know the pain. DocuSeal is an open source alternative that handles document creation, filling, and signing — all self-hosted on your own server. No per-envelope fees, no subscription tiers, no sending your sensitive contracts through someone else’s infrastructure. It’s a Ruby on Rails app with a clean, mobile-optimized interface that works surprisingly well for something you can spin up in five minutes with Docker. ...

March 21, 2026 · 8 min · Self Host Setup

Self-Hosting Monica CRM: Personal Relationship Manager with Docker

Self-Hosting Monica CRM: Personal Relationship Manager with Docker You’ve forgotten your partner’s coworker’s name for the third time. Your friend mentioned their kid’s allergy last month and you can’t remember which one. Your uncle told you about his surgery and you didn’t follow up. Sound familiar? Monica is an open-source personal CRM (Customer Relationship Management — except the “customers” are the people you actually care about). It gives you a structured place to record details about people in your life: what you talked about, their birthdays, their kids’ names, food preferences, important life events, and the things that make relationships feel intentional rather than accidental. ...

March 21, 2026 · 9 min · Self Host Setup

Self-Hosting Firefly III: Personal Finance with Double-Entry Bookkeeping

Self-Hosting Firefly III: Personal Finance with Double-Entry Bookkeeping Most personal finance apps fall into one of two camps: oversimplified trackers that can’t tell you where your money actually went, or enterprise accounting software that requires a CPA to configure. Firefly III sits in the sweet spot — it’s a proper double-entry bookkeeping system built for normal people who want real control over their finances. Firefly III is open source (AGPLv3), actively maintained, and has been around since 2015. It runs entirely on your own server, never phones home, and gives you budgets, categories, tags, piggy banks, recurring transactions, and a powerful rules engine to automate the tedious parts of financial tracking. If you’ve outgrown spreadsheets but don’t want to hand your bank data to a cloud service, this is your tool. ...

March 20, 2026 · 10 min · Self Host Setup

Self-Hosting Maybe Finance: Open Source Personal Finance Tracker

Self-Hosting Maybe Finance: Open Source Personal Finance Tracker Most personal finance apps want your bank credentials, store your data on their servers, and charge a monthly fee for the privilege. Maybe Finance flips that model — it’s a fully open-source personal finance app you run on your own hardware. Maybe started as a funded fintech startup, pivoted to open source, and eventually archived the project under AGPLv3. The app is feature-complete and actively forked by the community. You get net worth tracking, transaction management, account aggregation, spending breakdowns, and even AI-powered features — all running on your own server with your data never leaving your network. ...

March 19, 2026 · 7 min · Self Host Setup

Self-Hosting Teable: Airtable Alternative with PostgreSQL Backend

Self-Hosting Teable: Airtable Alternative with PostgreSQL Backend Airtable changed how teams think about databases. A spreadsheet interface on top of a relational database — simple enough for anyone, powerful enough for real workflows. But Airtable’s pricing climbs fast, row limits sting, and your data lives on someone else’s servers. Teable is the open-source answer. It gives you the same spreadsheet-like UI with grid, kanban, form, gallery, and calendar views — all backed by PostgreSQL. Your data stays in a real database you control, with no row limits beyond your hardware. It handles millions of rows without breaking a sweat. ...

March 19, 2026 · 8 min · Self Host Setup

Self-Hosting Docmost: Notion Alternative with Real-Time Collaboration

Self-Hosting Docmost: Notion Alternative with Real-Time Collaboration If you’ve been looking for a self-hosted replacement for Notion or Confluence that doesn’t feel like it was built in 2010, Docmost is worth your attention. It’s an open-source collaborative wiki and documentation platform with real-time editing, a clean modern UI, and all the features you’d expect from a paid knowledge base tool. What sets Docmost apart from the crowded field of self-hosted wikis is polish. The editor is fast. Real-time collaboration actually works. And it ships with diagram support (Draw.io, Excalidraw, and Mermaid), nested spaces with granular permissions, comments, page history, embeds, and file attachments — all out of the box. ...

March 18, 2026 · 8 min · Self Host Setup

Self-Hosting Karakeep (formerly Hoarder): AI-Powered Bookmark Manager

Self-Hosting Karakeep (formerly Hoarder): AI-Powered Bookmark Manager You find an interesting article on Hacker News. A useful GitHub repo on your phone. A recipe someone shared on Reddit. You tell yourself you’ll read it later — and then it vanishes into the void of browser tabs you’ll never reopen. Karakeep (formerly known as Hoarder) solves this. It’s a self-hosted bookmark manager that saves links, notes, images, and PDFs, then uses AI to automatically tag and categorize everything. Think of it as Pocket meets Linkwarden, but with an AI brain that actually organizes your chaos. ...

March 18, 2026 · 7 min · Self Host Setup

Self-Hosting Leantime: Open Source Project Management for Small Teams

Self-Hosting Leantime: Open Source Project Management for Small Teams Most project management tools fall into two camps: either dead simple (Trello — a board and not much else) or enterprise-grade sprawl (Jira — where tickets go to die in a hierarchy of epics, stories, and sub-tasks nobody reads). If you’re running a small team, freelancing, or managing personal projects, neither extreme fits well. Leantime occupies the space between. It gives you kanban boards, Gantt charts, goal tracking, timesheets, wikis, and sprint management in a single self-hosted package. What makes it unusual is the design philosophy: built with ADHD, autism, and dyslexia in mind, it prioritizes reducing cognitive overload rather than adding more features behind more menus. ...

March 17, 2026 · 8 min · Self Host Setup