Personal portfolio and blog site showcasing my work as a generalist builder—bridging the gap between physical experiences and digital infrastructure.
Visit at: https://curlycloud.dev
I build experiences—both digital and physical—for people who want more from life. Engineering background. Founder at ARK Experiences. Engineer, Developer and Entrepreneur.
- Portfolio Showcase: Interactive carousel displaying my projects and work
- Blog: MDX and Markdown support for writing and sharing thoughts
- SEO Optimized: Complete with sitemap, robots.txt, and JSON-LD schema
- RSS Feed: Subscribe to stay updated with new posts
- Dynamic OG Images: Automatically generated Open Graph images for social sharing
- Syntax Highlighting: Beautiful code blocks in blog posts
- Dark Mode: Theme switching with smooth transitions
- Modern Stack: Built with Next.js 16, Tailwind v4, and TypeScript
- Performance: Vercel Speed Insights and Web Analytics integrated
- Framework: Next.js 16 (App Router)
- Styling: Tailwind CSS v4
- Content: MDX with next-mdx-remote
- Deployment: Cloudflare Pages (via OpenNext)
- Fonts: Geist Sans & Geist Mono
- UI Components: shadcn/ui
Install dependencies:
pnpm installRun the development server:
pnpm devBuild for production:
pnpm buildDeploy to Cloudflare:
pnpm deploy