SQLPage
SHA-256SQL-only webapp builder that transforms database queries into interactive websites.
Smart Download
Download Download Version
v0.43.0 · 11.7 MB
Write SQL, get a web UI instantly – no frontend code needed.
Core Features
- Pure SQL-driven: write .sql files, automatic web rendering
- Multi-database support: SQLite, PostgreSQL, MySQL, SQL Server, ODBC
- Rich UI components: lists, charts, forms, cards, tabs, and more
- Zero frontend learning curve – leverage existing SQL skills
What It Can't Do
- •Default port is 8080; ensure it's free. 2. For production, configure HTTPS and reverse proxy. 3. ODBC drivers need separate installation. 4. Database connection string must be correctly set.
Use Cases
- Rapid internal admin panels
- Dynamic reports and dashboards
- Data entry and review forms
- Self-service query portals for business teams
SQLPage is an open-source web server that lets you build powerful data-centric user interfaces by writing simple SQL queries. Instead of learning HTML, CSS, and JavaScript, you write .sql files that select, group, update, insert, and delete data. SQLPage automatically renders the results as clean, responsive web pages with tables, lists, charts, forms, and tabs. It supports SQLite, PostgreSQL, MySQL, SQL Server, and any ODBC-compatible database. Ideal for internal tools, dashboards, admin panels, and data portals.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Install the appropriate package for your distro (dpkg / rpm / AppImage)
Step 1: Download binary from GitHub releases or use Docker image
Step 2: Extract and run ./sqlpage.bin, or run docker run -p 8080:8080 -v "$(pwd):/var/www" lovasoa/sqlpage
Step 3: Create index.sql in current folder (e.g., SELECT 'list' AS component, 'Hello' AS title)
- Step 1: Download binary from GitHub releases or use Docker image
- Step 2: Extract and run ./sqlpage.bin, or run docker run -p 8080:8080 -v "$(pwd):/var/www" lovasoa/sqlpage
- Step 3: Create index.sql in current folder (e.g., SELECT 'list' AS component, 'Hello' AS title)
SHA-256 checksum verified
Checksum extracted from GitHub official Release page
SHA256 Checksum
e39dbba553cca88b2aac8978ec62b5fb53d99b880ff8c2b57dd99be497f1f142This checksum is extracted from the GitHub Release page. Verify file integrity after download.
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Delete the binary; for Docker, remove image and container.
No Extra Dependencies
Ready to use after download. No additional runtime required.
Having issues? Check the FAQ below
4 FAQs
Similar Projects
Apache Superset
A modern, enterprise-ready business intelligence web application for data exploration and visualization.
pocketbase
PocketBase is an open source Go backend that includes embedded SQLite with realtime subscriptions, built-in file & user management, admin dashboard UI, and simple REST API. Can be used as standalone app or Go framework.
Visual Studio Code (Code - OSS)
A free, open-source code editor by Microsoft with rich extensions, debugging, and Git integration. The most popular developer tool worldwide.