The Järvenpää Digital Solutions website
- Client
- Järvenpää Digital Solutions
- Year
- 2026
This site. A bilingual business website managed in the browser, costing a few euros a month to run.
Goal
I wanted a site that loads fast, whose content I can edit without touching code, and whose upkeep does not require a monthly update routine. It doubles as a working example of what I build for clients.
Solution
- Content is written in the browser: pages are assembled from ready-made blocks, not code
- Finnish and English on the same site, one click apart
- Draft and published states, so unfinished text stays hidden from visitors
- The contact form stores messages in the system and sends an email notification
Technical implementation
The site runs on the Cloudflare network, where code executes close to the visitor and no server needs maintaining. Content lives in a Cloudflare database and images in object storage. Every code change runs through automated tests and is published only once they pass.
Outcome
Running costs are a few euros per month. Content changes appear immediately without a separate release, and there are no plugins that could go stale or become a security problem.
- Next.js
- Payload CMS
- Cloudflare Workers
- TypeScript