pgapp Showcase — a demo of every component this framework offers
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.
Classic report + form CRUD, star ratings, a rich-text description field, computed columns, currency formatting, aggregates, and a control break.
Open Products Gallery viewFaceted search, checkbox-group tags, dynamic actions (show/hide/set/refresh), and a month calendar view.
Open Tasks Calendar viewColor pickers, a skills shuttle, a rich-text bio, and a separate inline-editable table view of the same data.
Open Team Quick-edit tableAn inline-SVG Map region plotting rows by latitude/longitude, no map-tile service required.
Open CitiesEvery chart type — bar, line, area, pie, donut, scatter — each one line of markup over a named SQL query.
Open DashboardA public-style submission form (star rating, popup topic picker) plus server-side actions: a raw SQL action and a PL/pgSQL one.
Open FeedbackCurious 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.