This website is fully open source and available on GitHub . It is built entirely with open-source technologies — from the framework to the deployment platform. See my other open-source projects →
The repository contains two versions of this website, both scoring perfect PageSpeed/Lighthouse results. I keep both because each stack has its own strengths — for a simple site like this, either works great. For more complex projects, the choice should be driven by specific requirements and the strengths of each framework.
| Category | v2 | v1 (before March 2026) |
|---|---|---|
| Framework | Astro 6 | Next.js 16 |
| UI Library | DaisyUI 5 (CSS-only) | HeroUI 2.x (React) |
| Styling | Tailwind CSS 4 | |
| Language | TypeScript (strict) | |
| Interactivity | Preact islands + vanilla JS | React SPA |
| Transitions | View Transitions API | Not used |
| Runtime | Bun | Node.js |
| Deployment | Cloudflare Pages | Vercel |
| Monorepo | Bun workspaces + Turborepo | |
| Linting | Biome | |
| i18n | English + Ukrainian | |