Showcase

pgapp Showcase — a demo of every component this framework offers

Home

Welcome

A tour of every pgapp component, in one app

This whole application — every page, table, chart, and form below — is defined in a single .pgapp markup file. No per-app Rust, no ORM migrations: entities become tables, pages become routes, and every widget is one declarative block. Pick a functional area to explore it.

Products

Classic report + form CRUD, star ratings, a rich-text description field, computed columns, currency formatting, aggregates, and a control break.

Open Products Gallery view

Tasks

Faceted search, checkbox-group tags, dynamic actions (show/hide/set/refresh), and a month calendar view.

Open Tasks Calendar view

Team

Color pickers, a skills shuttle, a rich-text bio, and a separate inline-editable table view of the same data.

Open Team Quick-edit table

Cities

An inline-SVG Map region plotting rows by latitude/longitude, no map-tile service required.

Open Cities

Dashboard

Every chart type — bar, line, area, pie, donut, scatter — each one line of markup over a named SQL query.

Open Dashboard

Feedback

A public-style submission form (star rating, popup topic picker) plus server-side actions: a raw SQL action and a PL/pgSQL one.

Open Feedback

Curious how any of this works? Read the About page, or open the .pgapp file this app is built from — it is genuinely the whole application.