This is quantyc.com. Tech stack: Next.js, Tailwind CSS. Includes:
- MDX and Markdown support
- Optimized for SEO (sitemap, robots, JSON-LD schema)
- RSS Feed
- Dynamic OG images
- Syntax highlighting
- Tailwind v4
- Vercel Speed Insights / Web Analytics
- Geist font
The easiest way to use this repo is to clone it and run it locally:
git [email protected]:frhd/quantyc.com.git
Then, install dependencies and run Next.js in development mode:
pnpm i
pnpm dev