Elide's new website is built with Elide Elide's w...
# framework-elide
s
Elide's new website is built with Elide Elide's website is designed to be a paragon example of an Elide React SSR application. It is designed to be extremely fast, cheap to run, and quick/fun to develop on. At the same time, it demoes use of the latest web standards, like CSPv3, Trusted Types, and more. Features of the site basically break down into Performance/Experience, Security, and Dev. Performance/Experience ✅ Native React SSR (
view-source
to see it working!) ✅ Nearly perfect WebPageTest score ✅ Excellent Core Web Vitals ✅ Builds to a native amd64 binary ✅ Dynamic caching of SSR output ✅ Pre-compressed Brotli and Gzip SSR ✅ Profile-Guided Optimization (PGO) with GraalVM EE ✅ CDN with CloudFlare ✅ Modern image formats (webp, avif) ✅ Favicon that automatically changes based on dark/light mode ✅ Alpine (
musl
)-based binary and Docker image, in static mode Security ✅ CORP, COEP, CSPv3 ✅ Very strong CSP ✅ Script and source nonce sharing with JS VM ✅ A+ TLS rating ✅ Full suite of security headers ✅ DNSSEC Dev ✅ Builds as single optimized amd64 native binary ✅ Alpine-based Docker image (
<http://us-docker.pkg.dev/elide-fw/app/site:latest|us-docker.pkg.dev/elide-fw/app/site:latest>
if you want to try it out) ✅ Support for MDX via KotlinJS (very quick builds for site content) ✅ Plug-in support for customized
esbuild
(for SSR target)