HTML + SQL → Web App
Build and deploy secure web apps from HTML files and SQL schemas. No frameworks, no build step, no configuration.
brew install benmore-tech/tap/benmore
How it works
1
Write HTML + SQL
Define your data model in schema.yaml. Build pages with HTML and component tags. 4 lines of design config.
2
benmore dev
Hot-reload dev server. Auth, CRUD API, admin panel, and security built in. 26 components, 45 icons.
3
benmore deploy
One command. Live in seconds with auto-SSL. No Docker, no CI/CD, no infrastructure to manage.
Everything built in
10 Security Controls
SQL injection, XSS, CSRF — enforced by the binary
Auto CRUD API
Every table gets GET/POST/PATCH/DELETE
Auth + OAuth
Login, signup, Google OAuth, roles
Flows Engine
Stripe, webhooks, cron, email — in YAML
26 Components
Tables, kanban, charts, modals, forms
External APIs
Fetch tag with caching and loading states
Full-Text Search
FTS5 with fallback to LIKE
Real-Time SSE
Live updates via Server-Sent Events