OpenSource-Hub
S

SQLPage

SHA-256
2.5k stars·Developer Tools·SHA-256 checksum verified

SQL-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

sqlweb-appdatabaselow-codedata-visualization

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Install the appropriate package for your distro (dpkg / rpm / AppImage)

3

Step 1: Download binary from GitHub releases or use Docker image

4

Step 2: Extract and run ./sqlpage.bin, or run docker run -p 8080:8080 -v "$(pwd):/var/www" lovasoa/sqlpage

5

Step 3: Create index.sql in current folder (e.g., SELECT 'list' AS component, 'Hello' AS title)

Install Guide
  1. Step 1: Download binary from GitHub releases or use Docker image
  2. Step 2: Extract and run ./sqlpage.bin, or run docker run -p 8080:8080 -v "$(pwd):/var/www" lovasoa/sqlpage
  3. Step 3: Create index.sql in current folder (e.g., SELECT 'list' AS component, 'Hello' AS title)
File Integrity

SHA-256 checksum verified

Checksum extracted from GitHub official Release page

SHA256 Checksum

e39dbba553cca88b2aac8978ec62b5fb53d99b880ff8c2b57dd99be497f1f142

This 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 Source
Environment Guide

Uninstall Info

Delete the binary; for Docker, remove image and container.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-26 13:45:30
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

4 FAQs

Similar Projects