SQLPage
Build full web applications using only SQL. Write SELECT statements and SQLPage renders them as interactive web pages with charts, forms, tables, and more.
What You Can Do After Deployment
- Visit your domain — see the default SQLPage welcome page
- Create SQL files — add
.sql files to the /var/sqlpage volume to build pages
- Build dashboards — use built-in components for charts, tables, and KPIs
- Create forms — handle user input with SQL INSERT/UPDATE statements
- Connect databases — configure external database connections via environment variables
Key Features
- Build web apps with pure SQL
- 50+ built-in UI components (charts, tables, forms, maps, timelines)
- Embedded SQLite database (no setup required)
- Optional connection to PostgreSQL, MySQL, or MSSQL
- Fast Rust-based server
- Authentication and access control components
- File upload support
License
MIT — GitHub