cd /news/ai-products/doable-self-hosted-ai-app-builder-fo… · home topics ai-products article
[ARTICLE · art-94618] src=github.com ↗ pub= topic=ai-products verified=true sentiment=↑ positive

Doable: Self-hosted AI app builder for teams

Doable, a self-hosted AI app builder for teams, has been released under an MIT license, allowing users to generate, deploy, and host AI-powered applications on their own infrastructure with multi-tenant workspaces, sandboxed code execution, audit logs, MFA, and RBAC. The tool supports Linux, macOS, and Windows via WSL2 or native PowerShell, and offers deployment manifests for Coolify, Fly.io, and Kubernetes, with a 60-second local setup via Docker.

read9 min views1 publishedAug 13, 2026
Doable: Self-hosted AI app builder for teams
Image: source

The self-hosted AI app builder for teams.

Your infrastructure. Your data. Your AI.

Describe what you want. Doable builds it, deploys it, and hosts it on hardware you control.

Multi-tenant · Sandboxed by default · Audit logs · MFA · RBAC · MIT

Choose your path:

Linux / macOS / Windows-via-WSL2 (bash):

git clone https://github.com/doable-me/doable.git && cd doable && ./deployment/docker/setup.sh

pnpm install && cp .env.example .env && pnpm db:migrate && pnpm dev

./deployment/server-setup.sh

Native Windows (PowerShell, no WSL, no Git Bash):

git clone https://github.com/doable-me/doable.git ; cd doable ; .\deployment\docker\setup.ps1

pnpm install ; Copy-Item .env.example .env ; pnpm db:migrate ; pnpm dev

setup.ps1

is the native-Windows sibling of setup.sh

, same flags, same Caddy-in-docker TLS, same mkcert auto-trust, no WSL or Git Bash required. PowerShell 5.1 (built into Windows 10/11) is enough.

Self-hosting on a VPS? See the full quickstart guide, a 24-minute, end-to-end walkthrough from a blank Ubuntu box to a production deployment with HTTPS, sandboxed previews, and per-tenant DNS.

Open http://localhost, sign up. The first account becomes the platform owner automatically. You'll be guided through a 5 step setup wizard, Welcome, Sign-in, AI provider, Cloudflare, Plans & billing. No SSH, no SQL, no editing .env files. (Building the first app belongs in the dashboard for end-users, not in the install flow.)

Doable ships with manifests for every major full-stack PaaS. Pick the one that matches where you already host things. The same prebuilt images from ghcr.io/doable-me/doable-*

back every path, so the deploy is ~30s once secrets are filled in.

Self-hosting? Coolify, Fly.io, and Kubernetes are supported too.

Everything Doable ships in the box — AI-powered app generation with built-in chatbots, in-process backends with RLS, skills, MCP servers, and platform capabilities like PWA. Each card below is a feature you can use today.

Doable is the only AI app builder you can actually own. Run one deployment, host unlimited isolated workspaces for your team, your clients, or your internal users, with audit logs, MFA, sandboxed code execution, and RBAC built in.

Capability What it means
Multi-tenant workspaces
Each team or client gets its own workspace with members, projects, integrations, and AI configuration, isolated at the database layer via row-level security
Role-based access control
Owner / admin / member / viewer roles per workspace, plus a platform-admin tier for the operator running the deployment
Sandboxed code execution
AI-generated code runs in per-project Linux UIDs with systemd hardening, seccomp filtering, and an egress firewall, on by default. Powered by
dovault

(process isolation, policy store, worker pool)

docore

Audit logsMFAPer-workspace plans & quotas****Air-gapped deployment127.0.0.1

. Point at Ollama / LM Studio / vLLMMIT licensed SSO/SAML and SCIM are on the roadmap. Today: TOTP MFA + RBAC + audit logs.

Most AI app builders give you the magic but keep the keys. They run on someone else's cloud, they meter your tokens, and they own your data. Doable inverts that.

Hosted AI builders Doable
Your code lives on someone else's cloud Your code lives on your servers
Per-seat or per-token pricing scales with use One install. Unlimited workspaces. Unlimited users.
One shared account, no tenant isolation Multi-tenant workspaces with RBAC and per-workspace quotas
Closed-source, can't audit the security model MIT-licensed, read every line
Data may train provider models (opt-out costs extra) Air-gappable. Bring your own models. Nothing leaves your VPC.
AI-generated code runs in shared sandboxes Per-project Linux UIDs, seccomp, egress firewall, on by default

Doable is for creators, designers, founders, agencies, and platform teams. If you can describe it, Doable can build it, and you own the result.

Agencies & consultancies: one deployment, an isolated workspace per client, no linear per-seat cloud bill** Regulated industries**(health, fintech, gov): air-gapped, audit-logged, sandboxed code execution; data never leaves your jurisdiction** Internal platform teams**: give your org the productivity of cloud AI builders, without the data-leak risk or the SaaS lock-in** EU & data-residency-sensitive teams**: your VPC, your laws, your storage** Indie founders & open-source builders**: free forever (MIT), no token meter, no surprise bills

Multiple users can work together in real time on the same project, and each team, client, or department gets its own isolated workspace.

Multi-user chat where the whole team talks to the AI and to each other in the same conversationReal-time co-editing of code and design simultaneously (powered by Yjs CRDT)Visual co-design where anyone can click elements on the live preview and describe changes visuallyIsolated workspaces with their own members, projects, integrations, MCP servers, custom skills, and AI behavior, perfect for agencies serving multiple clients or platform teams supporting internal departmentsRole-based access(owner / admin / member / viewer) plus a separate platform-admin tier for the operator running the deployment** Per-workspace plans & quotas**(free / pro / business / enterprise) with configurable project, member, credit, and file-size limits

Natural language to working app in one conversation53+ AI providers including Anthropic Claude, OpenAI, Google Gemini, Groq, Mistral, DeepSeek, local models via Ollama/LM Studio, andmany moreFile builders to generate presentations (PPTX), spreadsheets (XLSX), PDFs, and Markdown directly from chatOne click Supabase where AI provisions a database, runs migrations, and deploys edge functions with zero config

630+ integrations out of the box (powered by ActivePieces). Connect services and the AI uses them as tools automatically:

Category Examples
Developer Tools
GitHub, GitLab, Linear, Jira, Sentry, Vercel, Netlify
Communication
Slack, Discord, Telegram, Microsoft Teams
Productivity
Notion, Google Workspace, Airtable, Asana, Trello
Finance
Stripe, PayPal, Shopify, QuickBooks
Database
Supabase (first class, one click provisioning)
AI/ML
OpenAI, Replicate, Hugging Face

Doable itself (minus third party integrations) can be deployed and used completely air gapped. Run it locally with local models within your intranet where security and data residency require it.

HOST=192.168.1.50 ./deployment/docker/setup.sh
.\deployment\docker\setup.ps1 -DoableHost 192.168.1.50 -InstallTrust

Uses self signed SSL. All services stay on 127.0.0.1

. Point it at Ollama, LM Studio, vLLM, or any local model server and you have a fully private AI app builder with zero internet dependency.

Instant publishing to a live*.yourdomain

URL with one clickCustom domains supportedMCP compatible and extensible viaModel Context ProtocolserversSelf hostable with MIT license. Run it on your own infrastructure with full control

53+ providers and 19+ local model engines supported out of the box, BYOK (Bring Your Own Key) to use any model you want. Major clouds (OpenAI, Anthropic, Google), aggregators (OpenRouter with 200+ models), specialized (Groq, DeepSeek, xAI), local (Ollama, LM Studio, vLLM), and regional (Moonshot, Alibaba, Baidu).

Any OpenAI-compatible endpoint works: set a base URL and key and you're done. The frontend ships a provider setup wizard, in-editor model picker, and admin configuration panel.

Monorepo managed with pnpm workspaces + Turborepo.

Service Port Stack
Web
3000 Next.js 16, Turbopack, React 19.2, Tailwind 4
API
4000 Hono 4, Node 22, Copilot SDK, Puppeteer 24
WS
4001 Hono 4, ws 8, Yjs 13 CRDT
DB
5432 PostgreSQL 16 (pgvector, pgcrypto, pg_trgm)

doable

is a single-binary Rust TUI for operators. Install a fresh server or manage an existing one (local or remote over SSH) without leaving the terminal. It streams setup-server-v3.sh

over SSH and shows every phase (Postgres, Caddy, Puppeteer, tunnel, …) live in a 15-step sidebar.

cd doable-cli && cargo run --release -- \
  --host 203.0.113.10 --user ubuntu --env-name myorg \
  --ssh-key ~/.ssh/id_ed25519

DOABLE_HOST=… DOABLE_USER=… DOABLE_ENV_NAME=… DOABLE_SSH_KEY=… \
  DOABLE_NON_INTERACTIVE=1 cargo run --release

Once a server is up, the same binary doubles as a platform-admin TUI: manage users & admins, workspace members & roles, feature flags, AI provider keys, credits & plans, sandbox / system rules, and server config, all over SSH. See doable-cli/README.md.

Client-facing apps: landing pages, dashboards, SaaS products (one workspace per client for agencies)** Internal business tools**: admin panels, CRMs, approval workflows, internal RAG search** Database-backed apps**: task managers, intake forms, data viewers (one-click Supabase)** Documents & reports**: pitch decks (PPTX), regulatory reports (PDF), spreadsheets (XLSX), runbooks (MD)** Regulated-industry tools**: patient intake, KYC flows, government services (air-gapped, audit-logged)** MVPs and prototypes**: ship in minutes, scale to production on the same stack

Doable runs untrusted AI-generated code safely on shared infrastructure. The sandbox is layered and on by default: deployment/server-setup.sh

and docker-compose.secure.yml

provision every primitive automatically.

Runtime isolation:

Per-project Linux UID isolation (~55,000 slots).setpriv

drops privileges beforenext dev

/npm install

/next build

, so maliciouspostinstall

scripts can never run as root.Egress firewall + Squid proxy: kernelnft

rules drop outbound from sandbox UIDs; npm/PyPI traffic gates through an operator allow-list on127.0.0.1:3128

.systemd hardening:DynamicUser

,PrivateUsers

,ProtectKernel*

,SystemCallFilter

,RestrictAddressFamilies

; optional seccomp deny-list for dev.127.0.0.1-only binding with no public ports (external access via Cloudflare Tunnel) and credentials encrypted at rest withENCRYPTION_KEY

.- Purpose-built packages: (bubblewrap runtime jail, config guard, process jail, resource limiter) anddovault

(engine, pool, sandbox, isolation backends, policy store).docore

Identity & access:

TOTP MFA(RFC 6238) with encrypted secrets and 10 SHA-256-hashed recovery codes; platform admins can force-reset for compromised accounts.RBAC at two tiers: workspace roles (owner / admin / member / viewer) enforced by middleware, plus a platform-admin tier for the operator.Row-level security at the PostgreSQL layer: every workspace-scoped query is automatically tenant-isolated viadoable.current_user_id

session variables.

Auditability:

Admin audit log: every privileged action (admin views, message access, MFA resets, member changes) recorded with actor, IP, user agent, target resource, and timestamp.Trace & runtime monitoring: platform admins can inspect conversations, sandbox runtime state, and per-project resource usage from the admin panel.

Full security model and operator levers in deployment/README.md. Vulnerability reports:

.

SECURITY.md

We welcome contributions! See CONTRIBUTING.md for guidelines.

pnpm install && pnpm dev

Discordfor chat with the team and communityGitHub Issuesfor bug reports and feature requestsGitHub Discussionsfor questions and ideasDocumentationfor full docs

MIT. Use it however you want.

── more in #ai-products 4 stories · sorted by recency
── more on @doable 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/doable-self-hosted-a…] indexed:0 read:9min 2026-08-13 ·