Praxu Test Site

Laravel + Livewire + PostgreSQL + Redis

Form UX

Livewire

Real-time recommendations and validation without a SPA build-out.

Persistence

PostgreSQL

Every enquiry is stored as normal business data, not mocked in memory.

Ops Speed

Redis

Dashboard metrics are cached and invalidated as the workflow changes.

Business App Default

A realistic K-12 style intake workflow, not a toy landing page.

This demo shows the server standard in the shape you actually prefer: structured forms, database-backed workflow state, live calculated guidance, and just enough JavaScript to improve controls without pushing the whole system into React by default.

What To Try

  1. 1. Submit the form below and watch the recommendation panel change as you edit the fields.
  2. 2. Sign in and open the dashboard to see Redis-backed metrics and the latest records from PostgreSQL.
  3. 3. Change an enquiry status in the dashboard and refresh the summary to watch the operational view update.

Livewire Form Demo

School platform discovery form

This is the kind of business workflow the stack is tuned for: structured forms, live recommendation logic, safe validation, and clean persistence to PostgreSQL without turning the whole app into a JavaScript SPA.

School name
Contact name
Work email
Phone
Students
Staff
Primary workflow Target go-live
Light JS enhancement: the notes field auto-resizes and tracks length in the browser. 0 / 500

Server-side validation protects the data path, while Livewire updates the recommendation card in real time.