Skip to content
← Projects
2026·Active

tibbs.dev

This site — a minimal, monochrome portfolio and writing space, built as a Next.js + Strapi monorepo.

  • Next.js 15
  • TypeScript
  • Tailwind CSS 4
  • Strapi 5
  • Turborepo
  • Vercel
  • Railway

tibbs.dev is where I keep track of the projects I build and the things I learn. It is intentionally bare-bones: grayscale surfaces, a single restrained accent, strong typography, and a dark mode that is a pure token swap.

Under the hood it mirrors the stack I reach for on most new work — a pnpm + Turborepo monorepo with a Next.js 15 App Router frontend on Vercel and a Strapi 5 CMS on Railway. Content is fetched at build time and revalidated on an interval, with a graceful empty-state fallback so the site never hard-fails when the CMS is unreachable.