Next.js
Frameworks
App Router, server rendering by default, for public sites and operator consoles alike.
A React framework with file-based routing and server-side rendering, which lets a page be delivered as HTML rather than assembled in the browser.
How we use it
Carries the public sites and several internal interfaces. Pages are prerendered where the content is static, so a reader and a crawler get the same finished HTML.
16
Version
11
systems
Case studies using this
Retail ERP and Point of Sale with Fiscal Integration
A complete single-store retail platform: stock ledger, supplier receipts, sales, and a point of sale that prints legally valid fiscal receipts on certified hardware.
Tyre Catalogue and Storefront Rebuild
Replacing an ageing off-the-shelf storefront with a typed catalogue platform: faceted search, an ingestion pipeline, and an admin surface that a non-developer can run.