v1.0 launched — 100% free tier available

Internal admin panels
from a single YAML file

Stackform turns a 10-line config into a fully functional admin dashboard. No React, no boilerplate, no backend glue. Built for solo founders who ship fast.

dashboard.yaml
# admin/dashboard.yaml
pages:
  - title: Users
    table:
      source: postgres:///app
      query: SELECT id, name, email, plan, created_at FROM users
      filters: true
      editable: true

  - title: Orders
    table:
      source: postgres:///app
      query: SELECT * FROM orders ORDER BY created_at DESC
      export: true

Three steps to your first internal tool

Write a config file, see it live instantly, then share it with your team. No deploy pipeline required.

01

Write your YAML config

Define tables, forms, and data sources in a single YAML file. Connect to Postgres, MySQL, or REST APIs.

02

Preview in your browser

Stackform parses the config and renders a live admin UI with sortable tables, filters, and inline editing.

03

Share with one link

Deploy instantly behind your existing auth or Stackform's built-in access control. Your team gets a URL.

Everything you need, nothing you don't

Built for the 80% of internal tools that are just CRUD + filters + exports.

One-file config

Your entire admin panel lives in a single YAML file. Version control it, review it, ship it — just like the rest of your code.

Connect your database

Built-in connectors for Postgres, MySQL, SQLite, and REST APIs. Just drop in your connection string and write a query.

Inline editing & forms

Edit rows directly in the table or build custom forms for create/update flows. Stackform generates the UI from your schema.

Deploy in minutes

Self-host with Docker or use Stackform Cloud. Either way you get auth, audit logs, CSV exports, and a public URL in under 5 minutes.

Stackform vs the alternatives

You don't need a full engineering team to ship an admin panel.

StackformBuild it yourselfRetool
Time to first admin page~10 minutes2–5 days1–2 hours
Lines of code~10 (YAML)500+ (frontend + backend)Visual drag & drop
Backend requiredNoYesNo
Self-hostableYesEnterprise only
Pricing for solo founderFreeEngineering time$10+/month
What you need to knowYAML + SQLReact + Node.js + DBVisual builder

Real founders, real speed

★★★★★
"I built my entire customer admin panel in one afternoon. The YAML config took me 15 minutes. Stackform replaced what would have been a 2-week detour into building a React CRUD app I didn't want to maintain."
JM
Jake Morrison Founder, PayBridge
★★★★★
"We're a team of 3. I needed to give my ops person a way to view and filter orders without bugging engineering. Stackform took me 20 minutes to set up. She's been using it daily for 3 months with zero support requests."
AT
Aiko Tanaka CTO, RouteMind

Free to start, cheap to scale

No credit card required. The Free tier includes everything a solo founder needs.

Free
$0 /month
For solo founders and side projects
  • Up to 3 data sources
  • Up to 5 pages
  • CSV export
  • Community support
  • Self-hosted or cloud