Project Case Study
Sparwelt GmbH_
Worked on a high-traffic voucher portal, focused on frontend delivery, progressive enhancement, mobile performance, and search-friendly rendering.
The Challenge
Sparwelt had the classic voucher-portal problem set: lots of pages, lots of changing content, heavy mobile usage, and a strong SEO dependency. The main engineering challenge was keeping the interface responsive without turning the frontend into an oversized SPA.
Technical Execution
Symfony handled the backend contracts and rendering path, while Vue.js was introduced where reactivity clearly improved the experience. That kept the application interactive where it needed to be, but avoided loading unnecessary client complexity onto every page.
The frontend was organized around modular components with limited local state, which made performance easier to reason about and reduced the blast radius of UI changes.
What Mattered Technically
- progressive enhancement instead of blanket client rendering
- mobile-friendly interaction performance
- clear rendering boundaries between server and client work
- frontend delivery tuned for content-heavy pages
The result was not "fancy frontend." It was a site that stayed usable, fast, and search-friendly under the constraints that actually mattered.
That kind of work rarely gets described as glamorous, but it is exactly the kind of engineering that holds up in production. Fast pages, predictable behavior, and sane rendering boundaries are often what separate a sustainable frontend from a fragile one.
More Projects
Related Work
More product systems, internal tooling, and engineering case studies that show adjacent parts of the stack.
2026
Gemini Embedding 2 MCP Server
A local MCP server for multimodal retrieval, built to give AI tools private search over code, documents, images, audio, and video without shipping data to a hosted vector store.
2026
AuthGate AI Proxy
A local AI gateway I built to unify provider auth, streaming, and protocol translation behind one developer-friendly endpoint.
2026
Twin Leopards Society
Built a fast, edge-delivered event platform for a Berlin collective, focused on strong visual identity, low-ops publishing, and dependable performance.