# Building Blazing Fast Blogs with Capri: A Static Site Generator
Unlocking the Power of Static Site Generators with Capri How Capri Works Capri doesn’t ship any JavaScript to the frontend by default, instead relying on static HTML and CSS. To…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
Unlocking the Power of Static Site Generators with Capri How Capri Works Capri doesn’t ship any JavaScript to the frontend by default, instead relying on static HTML and CSS. To…
Optimizing SEO with Loadable Components in Gatsby The Challenge of Asynchronous Loading When building a website with dynamic data, we often face the dilemma of choosing between asynchronous loading and…
Unlock the Power of Static HTML Export in Next.js When it comes to dynamic applications, Next.js is the go-to tool for many developers. But, did you know that it also…