The project
The public site of an accounting firm near Cambrai: present the firm and its areas of expertise (accounting, tax, payroll) and let visitors get in touch. It is the platform’s first client site, in production since June 2023, and the same client as the NAS case study.
Stack and architecture
- Static by choice: Astro + Tailwind CSS. For a presentation site, static wins on every dimension that matters here: speed, operational simplicity, minimal attack surface.
- Contact form: protected by Cloudflare Turnstile (anti-bot), with messages published as events to the Hub, which guarantees their delivery.
- Served by the platform: nginx container behind the Traefik edge, automatic TLS, security headers.
Operations
Three years in production: content updates, dependency maintenance, backups and monitoring through the platform. A showcase site is only worth something if it stays online, up to date and fast over time.