Self-Hosted Business
As of August 2026, AIDiveForge tracks 23 self-hosted business. The top three by verified-data score are RagLeap, Crowdmind, and DeepSQL. Curated self-hosted business tracked by AIDiveForge. Listings are verified against each tool's live website and re-checked regularly.
Last updated July 26, 2026 · 23 tools
Ranked by AIDiveForge's verified-data score: data completeness, verification recency, community rating, and real visitor engagement. How we rank · No tool can pay for placement.

1. RagLeap
The platform deploys nine predefined AI agent roles across WhatsApp, voice calls, Telegram, and email, with the vendor citing 194 real actions and support for 222+ languages. A self-hosted option lets compliance-bound teams — law firms, healthcare clinics, fintechs — run everything on their own infrastructure, which is the feature that makes GDPR and data-residency requirements tractable. The RAG engine connects to live databases and nine CRM connectors including Salesforce, HubSpot, and Shopify, so agents answer from real inventory rather than static FAQs. Where the platform strains is custom agent logic: the nine fixed roles cover common support patterns well, but teams needing non-standard branching or proprietary workflow structures will find the predefined role model a ceiling. At that point, teams either adapt their processes to fit the roles or move to a fully configurable agent-building platform.
Paid$29/moAPISelf-hostedVerified Jul 8, 2026
2. Crowdmind
Crowdmind is a local-first desktop app (Electron + React + TypeScript) that lets you build synthetic persona panels, expose them to a product, message, pricing proposal, or landing page, and export a stakeholder-ready PDF report — without sending any data to a hosted service. The full workflow runs on your machine, which matters when you're testing unreleased positioning or confidential pricing. The MCP integration means persona panels can be pulled into agent-driven research pipelines. Where the tool runs out of road: it generates directional qualitative signal, not statistically valid findings, and the synthetic panel is only as credible as the persona definitions you feed it.
FreeOpen SourceSelf-hostedVerified Jul 13, 2026
3. DeepSQL
The core workflow runs on read-only credentials inside your VPC — DeepSQL connects to a replica, ingests pg_stat_statements, clusters thousands of query fingerprints down to a manageable set, and starts recommending. The agent answers natural-language questions about workload patterns, executes validated queries on the read replica, and returns results with estimated plan costs. Index recommendations come with write-amplification analysis, so you see the trade-off before you apply it. The ceiling appears when your optimization problems live outside Postgres and Aurora — MySQL support is listed but the depth of Postgres-specific features is where the tooling is concentrated. Teams running mixed database estates will run a second tool alongside it.
PaidAPISelf-hostedVerified Jul 21, 2026
4. Finterm.ai
Finterm installs as a global npm package and exposes financial data through structured CLI commands that any agent running a shell can call. One command returns a full ticker snapshot — earnings actuals, ratios, options sentiment, short pressure, technicals — without stitching five APIs together. The SEC filing diff tool compares quarters section by section and returns changed language, not full documents, so the agent sees only what moved. The deep research bundle crawls 600–800 sources per ticker and drops the ~30–40% that is noise before output reaches the agent. There is no API surface — if your agent cannot run a CLI, you cannot use Finterm.
PaidSelf-hostedVerified Jul 14, 2026
5. Moniple
Moniple watches your cluster in near-real time, runs structured checks across pods, nodes, PVCs, deployments, events, and logs, then surfaces findings ranked by severity with a proposed fix attached to each. The model you choose — OpenAI, Anthropic, Gemini, DeepSeek, or your own OpenAI-compatible endpoint — never fires a kubectl command without your explicit approval; you see the exact equivalent before anything changes. The free tier caps diagnostic scans at five per day, and approving remediations or tightening the scan schedule is a paid-only feature. Teams running compliance-sensitive workloads benefit from the outbound-only agent architecture, since nothing reaches into your cluster from the outside.
PaidSelf-hostedVerified Jul 15, 2026
6. pendpost
The core workflow runs locally on 127.0.0.1 — no credentials sent to a third-party cloud, secrets stay in your own .env, and the process starts in mock mode so you can walk the full loop before connecting a single account. The approval gate is a dial: start by signing off on every post, then selectively enable auto-approve per platform as trust builds, until the agent is running your social presence around the clock and you only step in by exception. A circuit breaker trips on Meta action blocks and halts publishing until you clear it, which is the kind of failure mode a plain scheduler ignores. Where it breaks: teams needing a visual content calendar, collaborative multi-user workflows, or non-technical operators who can't run a local Node process will hit a ceiling fast.
PaidSelf-hostedVerified Jul 8, 2026
7. Setoku
The server provides read-only query access to your data alongside a persistent, human-curated layer of metric definitions and known gotchas — so when the AI asks for merchandise revenue and the data is incomplete, it flags the gap rather than returning a wrong total. Proposed changes to that knowledge layer require a person to approve them in the admin console, so a bad session cannot silently rewrite your definitions. Published dashboards run on live data at a static link, with no frontend to maintain. The ceiling appears when your data questions require joins or transformations the analytics engine cannot express, at which point you are writing custom integrations via the connect skill.
FreeOpen SourceAPISelf-hostedVerified Jul 26, 2026
8. VaultCharts
VaultCharts is a local-first desktop charting app that lets you run technical indicators and pattern scans yourself, or hand those same tasks to an AI assistant that operates on data already loaded in your vault. The assistant can refresh a ticker, scan structure, rank watchlist setups by proximity to your entry levels, and walk through a trade — grounded in your charts and notes, not invented prices. You bring your own API key for cloud providers or point it at Ollama or LM Studio for zero-cloud operation. The wall appears when you need live data feeds, broker integration, or team collaboration — none of those are in scope, and traders who depend on streaming quotes will hit that gap on day one.
FreeOpen SourceSelf-hostedVerified Jul 17, 2026
9. CRMKit
The vendor describes crmkit as a headless, agent-first CRM with no dashboard and no UI — your agent is the interface. It exposes a plain HTTP API covering contacts, companies, deals, deduplication, audit history, and schema validation, so agents have a shared system of record instead of a scratch table. Setup is a single prompt pasted into Claude, Claude Code, or ChatGPT. The self-hosted path is MIT-licensed and open-source. The ceiling appears when your workflow needs a human to review, approve, or edit records — there is no interface for that, which means you build one yourself.
FreeOpen SourceAPISelf-hostedVerified Jul 8, 2026
10. SophMate – AI Copilot for WordPress/WooCommerce
Built as a WordPress plugin distributed through CodeCanyon, SophMate wires an AI assistant directly into WooCommerce data — orders, coupons, stock levels, customer records — and routes anything consequential through an approval queue before it touches the database. Drafts get diff previews and risk ratings. Support replies wait for a human sign-off. Watchers run in the background and fire alerts when stock drops or payment failures spike. The 39 built-in playbooks cover the analytics, marketing, and operations tasks most store teams run on a schedule. The ceiling appears when a workflow needs branching logic that the builder cannot express, at which point teams are writing custom extensions alongside the plugin.
PaidSelf-hostedVerified Jul 2, 2026
11. AI-Blueprint
The repo describes a self-hosted, open-source workspace covering the core legal workflow loop: document-grounded chat with source references, contract review with clause analysis, legal drafting, and matter preparation. Because the whole stack runs locally via Docker, there is no API call carrying privileged documents to a third-party cloud. That tradeoff has a cost — setup requires someone comfortable with Docker, environment files, and database migrations, and there is precious little polish compared to hosted competitors. Teams without an in-house developer will hit the configuration wall before they hit a legal task.
FreeOpen SourceSelf-hostedVerified Jun 11, 2026
12. Basedash MCP Connectors
Basedash is an AI-native BI platform where you describe what you want in plain English and it writes the SQL, runs the query, and assembles the dashboard. The vendor states it connects to 750+ data sources, so the warehouse you already use plugs in without a migration. Daily briefings ship automatically, which means your morning standup has numbers before anyone opens a laptop. The ceiling shows up when teams need complex, multi-source joins with custom business logic — the AI gets you to 80%, and a human has to close the gap. Teams that outgrow the generated SQL typically layer in a dedicated analytics engineer to audit and harden what Basedash produces.
PaidFree Trial · 14 days$250/monthAPISelf-hostedVerified Jun 1, 2026
13. BetterCallClaude
The tool installs as a plugin in Anthropic's Cowork Desktop and routes legal tasks — contract review, case research, document drafting, compliance checks — across 20 specialized agents, each scoped to a specific practice area. It covers all 20 Italian regions plus national law, and the vendor states legal research runs 70% faster based on activity analysis from Italian firms. The privacy architecture is the real differentiator: local LLM processing via Ollama means your matter data stays inside your own environment, which is the compliance baseline Italian professional secrecy rules demand. The ceiling appears when you need tasks that fall outside its pre-built agent scope or require integrations with external systems — there is no API surface, so automation into case management software requires manual steps.
FreeOpen SourceSelf-hostedVerified Jun 9, 2026
14. ComplianceLint
The tool installs as an MCP server in Cursor, Windsurf, Claude Code, or any MCP-compatible IDE, then scans a codebase locally against all 247 obligations across 44 EU AI Act articles — the vendor states no code is uploaded. Findings land in a dashboard broken out by article, with prioritized remediation tasks generated in the same IDE session. Evidence recording ties each resolved finding to a named change, and exports produce audit-ready PDFs. Where the workflow strains is at the 'needs review' boundary: a significant portion of findings — 103 of 191 in the vendor's own demo — require human attestation, which means the structured forms and manual attestation gates become the real compliance workload, not the scan.
Paid€0 to startSelf-hostedVerified Jun 20, 2026
15. Fundamentalio
The tool pulls fundamentals via yfinance and sends them through OpenAI in either a quick-scan or deep-research mode, so you can screen a watchlist fast or stress-test a single position with more context. Because every analysis is a one-shot OpenAI call, there is no memory between runs — each report starts cold. The Lynch framing is the differentiator: the prompt logic is built around his specific criteria, not generic financial ratios, which means output reads like a philosophy-aligned verdict rather than a data dump. Self-hosted and MIT-licensed, so your API keys and tickers stay off third-party servers. The ceiling is clear: if your process needs portfolio-level comparison, backtesting, or screening across hundreds of tickers in a session, the architecture does not support it.
FreeOpen SourceSelf-hostedVerified Jun 12, 2026
16. Judicex
Judicex runs as a local Flask workspace where you ingest official sources and matter files into a SQLite knowledge base, then draft, chat, and run workflow checks against only what you fed it. The LLM answers are bound to that evidence store — the vendor describes this as an 'answer contract that fails closed instead of hallucinating.' You deploy it on your own infrastructure, which means client files never leave your network. The MCP server lets you connect external tools, and JSON workflow packs let you encode firm-specific matter analysis profiles. The ceiling appears when your team grows past a handful of users — multi-tenant auth and SSO are on the roadmap but not yet shipped.
FreeOpen SourceAPISelf-hostedVerified Jun 9, 2026
17. LeaseScan by VantagePoint Networks
LeaseScan accepts a lease document and returns a scored report flagging problematic clauses, jurisdiction-specific compliance issues, and negotiation points — without requiring a lawyer or a law degree to read the output. The one-shot workflow means you upload, pay, and receive a static report; there is no back-and-forth agent loop, no iterative refinement, and no live chat with the analysis. For individual renters reviewing a single agreement before signing, the model fits well. For property managers who need to process dozens of leases against changing local regulations, the per-scan cost structure and report format become friction. Self-hosted deployment is available for organizations that cannot send lease documents to a third-party server.
Paid$4.99 one-time or $9/monthAPISelf-hostedVerified Jun 1, 2026
18. MemberBridge
The tool sits inside your existing member portal as a white-label assistant, pulling live data from your administration system and answering questions against pre-built intent bundles you approve before any member sees them. The audit logging and FCA PS25/22 alignment are the architectural choices that separate it from generic chatbot embeds in regulated contexts. The ceiling appears when members ask questions outside the installed intent bundles — the assistant escalates, which is correct behaviour, but teams with unusual scheme structures or high query diversity will spend meaningful time tuning scope rules. Multi-scheme TPAs are a supported use case, but scheme-by-scheme validation adds setup time that compounds with portfolio size.
PaidSelf-hostedVerified Jun 25, 2026
19. MetaLens
The vendor states the platform deploys eight AI agents that scan a Metabase instance, score its health, flag stale and duplicate content, generate governance documentation, and rebuild dashboards for executive reporting — all without requiring a step-by-step human review of each artifact. The free tier produces a health score and summary, which is enough to quantify the damage before committing budget. The paid tiers unlock the agents that actually fix things: documentation generation, catalog building, gap analysis, and dashboard rebuilding. Teams without in-house Metabase expertise are the explicit target; the tool is designed to substitute for governance infrastructure that most analytics teams never built. The self-hosted Metabase path is supported, and the vendor provides an open-source installer script for deployment.
PaidFree Trial · 14 days$149/moAPISelf-hostedVerified Jun 2, 2026
20. RedNotebook AI
The tool runs a Next.js frontend over a FastAPI backend and connects to Trino, DuckDB, and eleven other SQL engines, so analysts working across mixed data infrastructure do not need a different client per engine. AI suggestions surface inside the notebook for SQL generation, chart selection, and data profiling — including PII detection — without sending your schema to a third-party SaaS layer. The NotebookLM-style knowledge layer lets you ask questions grounded in your actual query results rather than a generic model context. That said, the project carries a low star count and three open issues with no merged pull requests, which means production stability depends on how closely your use case matches what the maintainer has tested. Teams hitting edge cases in multi-engine joins or complex profiling jobs will be patching source code themselves.
FreeOpen SourceAPISelf-hostedVerified Jun 12, 2026
21. Rev.com
Rev is a transcription and analysis platform built specifically for legal and law enforcement workflows, converting audio and video files into searchable, speaker-labeled transcripts with AI-assisted review features layered on top. The free tier gives you 45 minutes per month — enough to evaluate accuracy on your evidence type, not enough for production caseloads. At scale, the workflow is file-in, transcript-out, then search and clip; there's no autonomous step where Rev takes action on your behalf. The SmartDepo feature generates deposition memos with page-line citations, which matters when admissibility turns on exact references. Multilingual intake — the docs describe bilingual interview support — addresses a gap that generic transcription tools ignore entirely.
Paid$25.49/moAPISelf-hostedVerified Jun 9, 2026
22. Sofya
Sofya targets that gap: an AI layer built for healthcare workflows that handles patient intake, structures notes during consultations, and surfaces clinical decision support in real time. The vendor states full HIPAA and LGPD compliance, HL7 and FHIR integration, and self-hosted deployment for organizations that cannot let patient data leave their infrastructure. Where it fits cleanly is high-volume clinical environments already running compatible EHRs — the structured output lands directly into existing systems rather than creating a parallel documentation layer. The ceiling appears in smaller or more specialized clinical settings where the intake and decision-support logic does not map to the tool's pre-built workflows, and the custom pricing model means budget clarity requires a sales conversation before any technical evaluation.
PaidSelf-hostedVerified Jun 2, 2026
23. TetherDust
TetherDust runs inside your infrastructure, connecting MCP servers to your codebase and database documentation so agents generate SQL that can be checked against the actual schema — not guessed. The core workflow chains natural language input through containerized agents that produce SQL, d3.js dashboards, and schema-to-code dependency maps, all inside strict read-only query boundaries. Scheduled reports ship by email or download without exposing write access. RBAC and audit logging are included for teams where data access needs a paper trail. The ceiling appears when you need write operations, or when your branching query logic outgrows what the agent layer can express without custom extensions.
FreeOpen SourceAPISelf-hostedVerified Jun 12, 2026
Listings on this page are sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent — no money changes hands for inclusion.