Nango
The integrations your SaaS product offers its own users - that is what Nango, an open-source product-integrations platform, exists to build. It solves the repetitive infrastructure work behind every third-party API connection: OAuth flows, API key handling, token refresh, encrypted credential storage, rate-limit backoff, retries, and multi-tenant connection management. It ships pre-built auth configurations for 800+ APIs. Your users connect their accounts through an embeddable, white-label Connect UI, and your backend then reads or writes data through Nango's proxy, SDKs, or REST API without ever touching raw credentials. Integration logic is written as TypeScript functions covering actions, scheduled data syncs, and webhook processing - all running on one runtime with retries, checkpointing, and per-connection logs built in. Syncs pull records incrementally on a schedule, one-way or two-way, which suits RAG pipelines, search indexing, and keeping local copies of external data current. Selected actions can also be exposed as tool schemas or through a built-in MCP server, so AI agents operate on user-connected accounts without ever handling provider credentials. Auth support spans OAuth 2.0, OAuth 1.0a, API keys, basic auth, and JWT, and observability - logs, metrics, failure detection, and a reconnect flow for expired credentials - is scoped per customer connection for easier support debugging. Works with any backend language. Self-hosting on RepoCloud keeps all customer credentials and synced data on infrastructure you control, which matters for data residency and compliance requirements.
Qdrant
Embark on a quest with Qdrant, the Herculean vector database that's flexing its muscles to revolutionize AI apps. Imagine a digital genie that grants you the power to sift through high-dimensional space with the ease of a cosmic search engine. It's not just an API service; it's your ticket to transforming brainy embeddings into superstar applications that can match, search, and recommend like a boss. Qdrant is like the Swiss Army knife for data types, handling everything from witty string banter to numerical ninja ranges, and even geo-locations with a sense of wanderlust. It's cloud-native, so it grows with your ambitions, scaling horizontally like it's training for the digital Olympics, all while being as resource-efficient as a monk. Host it on RepoCloud, and you'll be building semantic neural search castles in the sky in no time, understanding user antics as they unfold, and spotting similar images or duplicate doppelgängers with the sharpness of an eagle. It's the open-source powerhouse that makes your data dance to the tune of innovation, all at a cost that keeps your wallet as happy as a clam at high tide!
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.
Metabase
The most widely deployed open-source BI tool, Metabase is a visualization and query layer that sits on top of your existing databases without ingesting or copying data. Non-technical users ask questions through a visual query builder with drill-through menus that answer follow-ups like "broken down by month" without writing a new query, while analysts use the native SQL editor with variables and templates for complex work. Questions assemble into interactive dashboards with filters, auto-refresh, fullscreen mode, and custom click behavior, and dashboard subscriptions email or Slack scheduled reports to stakeholders. It connects to 20+ data sources including PostgreSQL, MySQL, MongoDB, SQL Server, BigQuery, Snowflake, Redshift, and ClickHouse - always querying in place, so there is no second data store to secure, sync, or pay for, and results are always current. Models and metrics let a data team define official, reusable starting points so self-service stays consistent, collections with permissions organize content, and alerts fire when a metric crosses a threshold. The practical effect is cutting the ad-hoc query queue that lands on the data team, since non-technical staff can answer their own questions. Written in Clojure, licensed AGPL, and shipped as a single JAR or Docker image with an embedded application database - a working BI instance runs before most tools finish their installer - the open-source edition has no limits on users, dashboards, or connected databases, where commercial BI platforms price per viewer as well as per creator.
Budibase
Unleash the power of Budibase, the open-source superhero that transforms mere mortals into tool-creating wizards! Wave goodbye to the dark ages of time-consuming tool development and say hello to lightning-fast app conjuring. With Budibase, you don't need a spellbook (or coding experience) to whip up custom internal tools and forms faster than you can say 'Abracadabra!' Connect with your existing database, charm data from a Rest API, enchant a CSV into submission, or craft from the ether with Budibase's own mystical database. Drag, drop, click, and—voilà!—automated workflows and dazzling designs appear out of thin air. Join the league of over 75,000 teams who've harnessed Budibase to accelerate their business operations to warp speed. Need to secure your data treasures, automate the mundane, or streamline your kingdom's processes? Budibase has got your cape. Plus, hosting on RepoCloud means you'll save a treasure chest of gold compared to those other cloud giants!
SerpBear
Unlimited domains, unlimited keywords, daily Google position checks with stored history and trend charts: SerpBear is an open-source search engine rank tracker. Retrieval works through your choice of third-party SERP APIs - ScrapingAnt, ScrapingRobot, SerpApi, SearchApi, HasData - or your own proxy IP pool, and a flexible scrape-strategy system (Basic, Custom, or Smart, set globally or per domain) works around Google's removal of the 100-results-per-page parameter by choosing how many pages to check per keyword. Google Search Console integration adds real visit counts, impressions, and click-through rates per tracked keyword and surfaces top-performing pages and countries; Google Ads integration supplies monthly search volumes and auto-generates keyword ideas from your site's content. Email notifications report position changes daily, weekly, or monthly, a built-in REST API feeds dashboards and reporting tools, and data exports to CSV. Built with Next.js on SQLite, deployed via Docker, installable as a PWA on mobile - with no per-keyword or monthly SaaS fees.
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.
Botpress
Build, deploy, and monitor chatbots and LLM-powered agents on one open-source conversational AI platform: Botpress. Its Studio is a visual development environment: a drag-and-drop canvas arranges conversation logic with nodes for messages, questions, choices, and actions, while a built-in emulator simulates conversations for debugging before anything goes live. Agents ground their answers in a knowledge base assembled from uploaded documents, ingested websites, and past conversations via retrieval-augmented generation, and the LLM layer connects to multiple model providers - GPT-4, Claude, Mistral - with a configurable model strategy. An autonomous engine handles reasoning, tool orchestration, persistent memory across sessions, and sandboxed code execution, and custom code actions in TypeScript extend agents past prebuilt workflows. Over 100 integrations deploy the same bot to WhatsApp, Telegram, Slack, Microsoft Teams, and web chat, and connect it to HubSpot, Zendesk, Zapier, and arbitrary APIs and webhooks. Human handoff, conversation analytics, and quality monitoring cover production operation. Originating in 2017 from a Montreal team, the community edition is developed openly on GitHub.
Rallly
What Doodle did before ads and paywalls took over: Rallly (three L's) lets you propose a few dates, share a link, and watch an availability grid fill in - no email threads, no forced accounts, no "$6.95/month to remove ads." The availability grid makes the winning slot obvious at a glance, comments on each poll keep the "I can do Tuesday if we start late" discussion attached to the decision instead of buried in chat, and email notifications fire as votes and comments arrive. When consensus lands, finalize the winning option and everyone gets notified. The stack is modern TypeScript - Next.js, tRPC, Prisma over PostgreSQL, Tailwind - with a clean, genuinely mobile-friendly UI, dark mode, and community translations in 10+ languages. Self-hosting means unlimited polls and unlimited participants with meeting data on your server rather than a scheduling SaaS. It pairs naturally with Cal.com: Rallly answers "which time works for everyone?", Cal.com handles "book a slot on my calendar." AGPL-licensed.
Jellyfin
Unleash the kraken of your media collection with Jellyfin! This open-source maestro of media turns your server into a personal streaming powerhouse. Picture this: your entire cinematic universe, TV binges, concert halls, and even your digital bookshelf, all at the tips of your fingers, ready to beam to any gadget you own. Jellyfin is like a Swiss Army knife for your media – it slices, dices, and serves up live TV and DVR, so you can catch the latest episode or save it for a rainy day. And with SyncPlay, you can synchronize your watch parties across the globe, because who doesn't love a good movie with friends? Available on all the cool kid platforms, Jellyfin ensures you're never more than a click away from your media munchies. Plus, with a GNU GPL license, it's more free than a bird – modify, remix, and share to your heart's content. And the cherry on top? Jellyfin is a privacy ninja, dodging trackers and keeping your data out of the clutches of the digital overlords. Host it on RepoCloud, and you'll be saving coins faster than a video game plumber, all while enjoying the open-source camaraderie!
Servas
Get ready to turbocharge your bookmark chaos into a well-oiled machine with Servas, the self-hosted bookmark wizard! Wave goodbye to the days of digital clutter and say hello to a world where your favorite links are as organized as a librarian's bookshelf. With Servas, you can tag-team your URLs into submission, categorizing them with the finesse of a ninja using tags, groups, and even the mystical art of nesting. But wait, there's more! The 'Later List' is your digital pocket, ready to safely tuck away those 'read-me-soon' treasures for a rainy day. And for those who live life on the edge of their browser, the Servas Chrome extension is your trusty sidekick, zapping sites into your collection faster than you can say 'bookmark'. Multiple user accounts? Check. A design so responsive it practically does yoga? Double-check. And for the security-conscious, Servas flexes its muscles with Two Factor Authentication. Hosted on RepoCloud, your bookmarks won't just be organized; they'll be living the high life on cloud nine, without the sky-high costs. So, why settle for less when you can have the best seat in the house for your bookmarks with Servas on RepoCloud?
Owncast
Twitch and YouTube Live, replaced by infrastructure you control: Owncast is a self-hosted live streaming and chat server. Point OBS, Streamlabs, or any RTMP-capable broadcaster at the server's ingest port, and Owncast transcodes the feed with FFmpeg into HLS with multiple quality variants, playing it in a built-in web page with a real-time chat beside it. Chat supports anonymous participation, custom emotes, and moderation tools - message removal, user bans and suspensions - with optional authentication via IndieAuth or a Fediverse account. ActivityPub integration puts the stream on the Fediverse: viewers on Mastodon and compatible services can follow a channel and get notified the moment it goes live. Video delivery can come straight off the server or offload HLS segments to S3-compatible object storage so a modest VPS handles thousands of concurrent viewers while only managing ingest and chat. The backend is a single Go binary with a React frontend - no accounts platform, no database server, no dependency stack - and the player embeds in any website. MIT-licensed, with roughly 9k GitHub stars, zero platform fees, and no algorithm or takedown policy between you and your audience.
Typebot
A fair-source chatbot and conversational-form builder: Typebot assembles conversations in a visual graph editor. In a visual graph editor you chain blocks from four categories: bubbles display text, images, video, audio, and embeds; inputs collect data through text fields, email, phone, buttons, picture choices, date pickers, file uploads, and Stripe payments; logic blocks handle conditional branching, variables, URL redirects, A/B testing, and custom JavaScript; integration blocks call webhooks, OpenAI, Google Sheets, Google Analytics, Meta Pixel, Zapier, Make, and Chatwoot. Build once, deploy anywhere: custom domains, WhatsApp, or embedded in any site as a container, popup, or chat bubble through a fast native JS library with no iframe and no external dependencies - plus an HTTP API for executing bots programmatically from any language. Theming covers fonts, colors, roundness, and shadows with custom CSS and reusable templates, and results arrive in real time with drop-off and completion analytics plus CSV export. Two Next.js apps (builder and viewer) self-host via Docker under the Functional Source License, which converts to Apache 2.0 after two years.
Authorizer
Your users belong in your own database - Authorizer, an open-source authentication and authorization server shipping as a single Go binary, keeps them there. It connects to 13+ backends - PostgreSQL, MySQL, SQLite, SQL Server, MariaDB, MongoDB, Cassandra, ScyllaDB, ArangoDB, DynamoDB, Couchbase, YugabyteDB, PlanetScale, and CockroachDB - so identity data lives beside the application it protects instead of in an auth vendor's cloud. The server is fully OAuth 2.0 and OpenID Connect compliant, including authorization code flow with PKCE, a JWKS endpoint, token revocation, and nine JWT signing algorithms. Login options cover email/password, magic links, TOTP multi-factor, SMS OTP via Twilio, and social providers including Google, GitHub, Apple, Microsoft, and Discord. Authorization goes beyond roles: an embedded OpenFGA engine provides Zanzibar-style relationship-based permission checks in process. APIs are exposed over GraphQL, REST, and gRPC, with SDKs for JavaScript, React, Go, and Python, plus themeable built-in login pages and an admin dashboard. Apache 2.0 licensed.
PhotoPrism
Get ready to give your photo collection a dose of AI smarts with PhotoPrism, the snazzy, decentralized dazzler of the image world! This app is like a ninja in the night, silently tagging and sorting your snapshots without so much as a hiccup in your day-to-day. Whether you're a homebody with a penchant for privacy or a cloud-surfing digital nomad, PhotoPrism's got your back. Wave goodbye to the headache of RAW files, the clones of duplicate images, and the babel of video formats. With its slick search sorcery, you can pinpoint that one photo of Aunt Mabel's surprise birthday party in a snap. Plus, with glossy world maps, you can take a stroll down memory lane, but with GPS precision. Fancy a bit of magic? Just hover over those Live Photos and watch them... well, live! And let's not forget the facial recognition – it's like having a butler who knows your guests by sight, only it's your photos. PhotoPrism is the Fort Knox of photo apps, guarding your precious memories with an ironclad promise of privacy. Host it on RepoCloud, and you'll be saving more than just memories; you'll be saving some serious coin, too!
Outline Wiki
Get ready to turbocharge your team's brainpower with Outline! Imagine a digital treehouse where all your team's knowledge is not just thrown in haphazardly, but organized with the finesse of a library catalog. With Outline, you'll be crafting documents like a pro, thanks to its slick markdown support, nifty slash commands, and the ability to embed pretty much anything. Wave goodbye to the chaos of collaboration; real-time editing, threaded conversations, and comments mean you'll be in sync faster than you can say 'knowledge is power!' And for those who live in Slack, Outline's like the cool neighbor that never makes you leave your chat to search or share docs. Want to show off your brand's swagger? Go public with your docs, decked out in your brand's colors and logo, right on your own domain. It's like having a custom-tailored suit for your content. Speedy, secure, and simpler than a Sunday morning - Outline is the multilingual maestro of your team's symphony, playing well with Figma, Loom, and a whole orchestra of tools. And hosting it on RepoCloud? That's like getting first-class seats for your data at a budget airline price!
Calibre
Serious readers organize, convert, edit, and serve their e-book libraries with Calibre - the definitive open-source e-book manager. This deployment runs the full Calibre desktop application on your server, accessible from any browser, so your library lives in one authoritative place instead of scattered across devices. Its conversion engine is the best in the business, translating between every major format - EPUB, MOBI, AZW3, PDF, DOCX, and dozens more - with fine control over fonts, margins, metadata, and structure detection. Metadata management downloads covers, descriptions, series info, and identifiers from online sources, and every field is editable in bulk. Beyond cataloging, Calibre includes a full e-book editor for EPUB and AZW3 internals, a news engine that fetches newspapers and magazines from the web on schedule and converts them into e-books, book comparison tools, and device syncing that sends the right format to each connected reader. The built-in content server exposes your library over HTTP so phones, tablets, and e-readers can browse and download remotely. A deep plugin ecosystem extends everything - metadata sources, format support, store integrations. For power users, the complete CLI (calibredb, ebook-convert) enables scripted library automation. Your books, your metadata, your server - permanent and DRM-free storage under your control.
Collabora Office
Real LibreOffice document engineering in the browser: Collabora Online is built by the company employing much of the former SUSE LibreOffice team - not a reimplementation. This deployment runs CODE (Collabora Online Development Edition), the collabora/code server that renders and edits documents entirely server-side while browsers get high-fidelity WYSIWYG output, so layout and formatting survive round-trips that break lesser converters. Four editors ship in one container: Writer for text documents (comments, track changes with comparison and restoration, form handling), Calc for spreadsheets (advanced formulas, macros, pivot tables, per-user sheet views, server-enforced cell protection), Impress for presentations, and Draw for Visio-class diagrams. Format compatibility spans DOCX, XLSX, PPTX, the ODF family, PDF, and dozens more - including Visio and Publisher import. Real-time collaborative editing supports multiple simultaneous editors with visible cursors and commenting. The architectural point: documents are processed on your server and never leave it, which is why Collabora is the engine behind Nextcloud Office and integrates with ownCloud, Seafile, and any WOPI-speaking host - or embeds in your own application via the SDK. An admin console monitors sessions and memory. For organizations that need Google Docs-style collaboration with actual data sovereignty, this is the reference open-source answer.