The difference
Technology
Goes beyond the standard stack like lazy-loading images and minimized files - with technologies like Intersection Observer, webp-images, css4 media queries, virtual dom and http2.
Speed
Every side is pre-build and rendered to deliver even faster page-load times. The size of the website is optimized to only ship what's strictly necessary and loads everything else later. Pictures are automatically made available in various sizes, so that the loaded picture is only as big as needed for the device and available space. To top things of, every page is delivered via a cdn network, served from the same domain avoiding making additional dns-lookups and tls-initializations.
Security
Every page is fitted with a free SSL certificate. But to make it actually secure, a greater variety of features is used, such as CSP, CORS and JWT.
Accessibility
I believe every web page should be available to everyone, regardless of temporary or permanent handicaps. Therefore each website is checked to provide the same great user-experience on various devices, including screen reader, in multiple conditions, like low light environments and even offline.
Further points we differentiate ourselves from out competition:
- support
- performance (lighthouse)
- wcag
- modern features (to name a view: resize observer, Service-Worker, PWA, requestIdleCallback, ReportingObserver)
- build-process: everything is pre-compiled and build using webpack with SSR
- stability: No moveable parts (website is pre-compiled and delivered via S3 storage); all servicer-side is fully isolated API
security (mozilla observatory and ssl-labs)
- Beyond breakpoints
- CSS Grid
- CSS4 media query
- IntersectionObserver
- QR code
- Feature policy