DomainMod
Get ready to wrangle your web wonders with DomainMOD, the open-source superhero for domain management! Imagine a digital Swiss Army knife that helps you keep tabs on your domains, SSL certificates, and all those internet treasures in one nifty spot. With DomainMOD, you can update a whole herd of domains faster than a speeding bullet, thanks to the Bulk Domain Updater. And for the data-hungry, the Data Warehouse feature is like a candy store, letting you import and analyze data from your WHM web servers. It's as mobile-friendly as your favorite superhero sidekick, so you can manage your digital empire from the palm of your hand. Plus, DomainMOD is like a privacy fortress, guarding your precious data from prying eyes. Host it on RepoCloud, and you'll save a bat-load of cash compared to those other cloud hosts. It's time to take control of your internet assets with style and a smile!
Directus
Say hello to Directus, the open-source genie that magically turns any SQL database into a snazzy API and a slick no-code playground. It's like a Swiss Army knife for your data, playing nice with any SQL database you throw at it, so you can keep your precious data right where it is—no moving vans required. With Directus, you get a REST and GraphQL API superhighway built atop your database, making your data dance at your fingertips. And the Directus App? It's like a VIP lounge for your team, where they can schmooze with data in style, managing and visualizing it without breaking a sweat. Whether you're crafting a Backend-as-a-Service masterpiece, spinning up a Headless CMS, building the ultimate internal toolset, or diving into Data Management & Analytics, Directus is your go-to wingman. Plus, with RepoCloud hosting, you'll be saving more coins than a video game plumber, all while enjoying the freedom of open-source camaraderie. Get ready to connect, design, and control like a data wizard, because with Directus and RepoCloud, the digital world is your oyster!
Twenty4
Meet Twenty, the CRM that doesn't just think outside the box—it kicks the box to the curb and sets up a hammock in the cloud! Tired of wrestling with Pipedrive and Salesforce like they're the final boss in a video game? Twenty's got your back with an interface so intuitive, even your pet goldfish could navigate it. Inspired by Notion, this CRM lets you customize and access your data with the ease of flipping through a comic book. Say goodbye to rigid templates and hello to a CRM that bends to your will like a yoga master. Whether you're a data diva or a customization connoisseur, Twenty is here to make your CRM experience as smooth as a cat's purr. So, why settle for less when you can have a CRM that's twice as nice? Get ready to redefine your workflow and maybe even have a little fun while you're at it!
SuiteCRM
Get ready to turbocharge your customer relations with SuiteCRM, the open-source heavyweight champion of the CRM world! Imagine wooing your clients without breaking the bank, as this Salesforce rival brings you all the CRM glitz at a fraction of the cost. It's like having a crystal ball for your business, offering a 360-degree customer panorama that turns data into relationships and handshakes into sales. SuiteCRM 8 is like the latest superhero upgrade – more power, more flexibility, and a cape that says 'I've got this!' Customize it, extend it, integrate it; it's like the Swiss Army knife for your customer strategies. And with our REST API, it plays nicer with your other business tools than a kitten in a yarn store. Wave goodbye to mundane tasks with automation that's smoother than a robot butler. Convert leads like a pro magician, and dazzle your customers with charm so personalized they'll think you're old friends. Plus, your customer service team will be delivering wow faster than a speedy pizza delivery. Hosted on RepoCloud, you'll be saving coins while scaling heights – because who says you can't have your open-source cake and eat it too?
Teable
An Airtable-style spreadsheet interface directly on PostgreSQL: Teable is an open-source no-code database where every table is a real Postgres table. Unlike tools that store records in a metadata abstraction layer, every Teable table is a real Postgres table with standard column types, so filtering, sorting, and grouping run at database speed, million-row tables answer complex filters in roughly 200 milliseconds without index tuning, and any PostgreSQL-compatible tool - psql, BI dashboards, ETL pipelines - can query the same data directly. The interface offers Grid, Kanban, Gallery, Calendar, and Form views as non-destructive overlays with their own filters and hidden fields, plus 20+ field types, formulas, comments, attachments, batch editing, undo/redo, and edit history. Collaboration is real-time with live cursors and instant sync across views, backed by Redis, and a REST API is auto-generated per table, largely compatible with Airtable API clients - alongside native SQL access for BI tools, analytics pipelines, and your own applications to JOIN and query directly, with no exports, API rate limits, or sync jobs. Global search spans all records, chart plugins handle quick visualization, and CSV and Excel import/export cover migrations. Where Airtable caps paid plans at 100K-500K rows and charges roughly $20 per user per month, a self-hosted Teable instance has neither limit: the Postgres database itself is the export if you ever leave. Built in TypeScript with NestJS, deployed via Docker with PostgreSQL and Redis, and licensed AGPL-3.0.
Baserow
Airtable's spreadsheet-database model, self-hostable and open-source: that is Baserow. It presents data in a spreadsheet-style grid, but underneath each table is a real relational structure with typed fields, links between tables, filters, sorts, and multiple views (grid, gallery, form, kanban, calendar). Beyond the database core, it includes an application builder for composing pages and portals on your data, workflow automations, and dashboards. Everything is API-first: each table exposes a REST endpoint with token auth and webhooks, so it plugs directly into n8n, Zapier, or custom scripts. The stack is Django (Python) on the backend, Vue.js on the frontend, PostgreSQL for storage, with Redis for async tasks. Core features are MIT-licensed; premium features are a paid add-on. The self-hosted version has no row, storage, or API request limits - Airtable's per-base record caps and monthly API quotas simply don't exist here, and capacity is bounded only by your PostgreSQL database and disk. Existing Airtable bases, CSVs, and Excel files import directly with structure preserved, so migration doesn't start from a blank slate, and both the backend and frontend support plugins for custom field types and integrations without forking the core. For non-technical teammates the interface behaves like a spreadsheet; for engineers, the data model is the API.
NocoDB
Any existing relational database becomes a collaborative, Airtable-style smart spreadsheet under NocoDB. It connects to PostgreSQL, MySQL, MariaDB, SQL Server, or SQLite, introspects the schema - tables, relationships, indexes - and renders it as interactive Grid, Gallery, Kanban, Calendar, and Form views without migrating a single row. Your business data stays in your database; NocoDB keeps only its own metadata (view configs, permissions, webhooks) in a separate store. Every connected table automatically gets REST APIs with Swagger documentation, effectively turning legacy databases into modern backends. The spreadsheet layer adds 20+ field types including formulas, lookups, rollups, links, attachments, and currency, plus sorting, filtering, grouping, and multi-field editing. Views can be locked or shared publicly with password protection, role-based access control scopes permissions per user, and webhooks plus CSV, Excel, and Airtable import round out integration. An ERD view visualizes the schema. Built with Node.js and Vue, deployed via Docker, handling millions of rows.