# sqlpage/SQLPage

Fast SQL-only data application builder. Automatically build a UI on top of SQL queries.

Repository: https://github.com/sqlpage/SQLPage
Canonical: https://ross.abutalabs.com/products/sqlpage
Homepage: https://sql-page.com
Language: Rust
License: MIT
License Family: permissive
Topics: database, framework, mysql, postgresql, server, serverless, sql, sqlite, web
Last push: 2026-08-26T15:55:38+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 94, longevity 100
- inputs: {"age_days": 1494, "days_push": 7, "days_rel": 43, "gap_med": 20, "n_releases_24m": 26}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2544, forks 177 (observed 2026-08-28T04:06:59.530362+00:00)

## What it is
SQLPage is an open-source web application framework, written in Rust, that turns SQL queries in .sql files into interactive data-driven websites with pre-built UI components like tables, charts, forms, and maps. It acts as a web server connecting to SQLite, PostgreSQL, MySQL, SQL Server, or any ODBC-compatible database, requiring no code beyond SQL.

## Use cases
- build internal admin tools from sql queries
- create dashboards and charts without writing javascript
- build crud web forms on top of a database
- turn a postgres or mysql database into a website
- build data entry apps for non-programmers
- replace spreadsheets with a query-driven web app
- quickly prototype data-centric web applications

## When to choose
- you know SQL but not web development
- you need internal tools, dashboards, or admin panels fast
- your data already lives in a supported SQL database and you want to keep it there
- you want minimal code and opinionated, good-looking defaults

## When to avoid
- you need highly custom frontend UX or complex client-side interactions
- you're building a large multi-team product with a dedicated frontend stack
- you need a public-facing app with heavy custom branding and design
- your data source isn't SQL or ODBC accessible

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, templating, http-server, database, ui-components, charts, form-handling, auth
- domain: web-development, databases, data-visualization, developer-tools, backend
- platform: cross-platform, self-hosted, serverless, cli
- tags: sql-only, low-code, rust, sqlite, postgresql, mysql, sql-server, odbc, dashboards, internal-tools, web-server, docker

## Member repositories
- sqlpage/SQLPage (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:59.530362+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:25:05.138771+00:00, confidence not recorded.
  - readme: https://github.com/sqlpage/SQLPage (fetched 2026-08-28T04:06:59.530362+00:00, sha 817e7d355766)
  - homepage: https://sql-page.com (fetched 2026-08-29T10:07:03.559185+00:00, sha 1e3fb63ec5a5)
  - site_page: https://sql-page.com/documentation.sql (fetched 2026-08-29T10:07:03.561864+00:00, sha 2cf606aae9d1)
  - registry_crates: https://crates.io/api/v1/crates/sqlpage (fetched 2026-08-29T10:07:03.564454+00:00, sha 7f6aa642b383)
- Data as of 2026-08-30T08:39:29.467469+00:00.
