My personal site and portfolio. This is a rewrite from a custom SSR rendered React site to NextJS 15 and React Server Components. It is is statically exported with data from a headless CMS and deployed to Cloudflare Pages. The result is a significantly slimmer payload and noticeably better performance over V3. Page Speed Insights score is now ~97 on mobile versus ~78 for v3.
Note: this code is NOT open source. You have a right to view, or install a local copy for personal viewing only. You are not granted the right to use this in any other way, either for commercial or non-commercial reasons. You may not distribute this code. Please see the LICENSE file for more details.
Node 16.8+
Copy sample.env
to .env
and modify as needed.
npm i
npm run dev
To view in the browser, go to http://localhost:3000