Agentic deploys / Developer tools

SQLPage

A website written entirely in SQL.

One-liner deploy

curl -fsSL https://redu.cloud/i/sqlpage.sh | sh

Architecture

£0.035/hr · delete any time

sqlpage/SQLPageby sqlpage
Refsqlpage@v0.45.0Authorsqlpage
sqldeveloperlow-codepostgresfree trial

Or step by step

claude mcp add --transport http redu https://mcp.redu.cloud/mcp --client-id redu-mcp
curl -fsSL https://redu.cloud/i/sqlpage.md -o redu.md
claude "Read redu.md and deploy SQLPage on redu."

About

  • Write pages as SQL queries: SQLPage executes them per request and renders the rows through a component library.
  • One statically linked Rust binary on busybox, which makes this one of the cheapest entries in the library.
  • Your schema and your data live in a managed Postgres on its own private VM, not in a container-local SQLite file.
  • No accounts, no signup, no admin user: access control is either server-level OIDC or SQL you write, and this recipe makes you choose.