Obliq is a design-studio and creative-agency theme built on Astro 6 and Tailwind CSS v4, generating 51 fully static pages per build.
Pages: home, about, services, contact, project list with 12 MDX case studies, blog with 10 MDX posts, pricing with per-plan detail pages, shop with 12 products, cart-aware checkout, order confirmation, style guide, license, changelog, 401 and 404.
Zero-JS by default — static Astro components everywhere; only six React islands (shop grid, product detail, checkout, blog filter, contact form, password form) hydrate, using client:load and client:visible.
Content collections — blog and projects are MDX with zod-validated frontmatter; all other copy is plain JSON, so launching a real site requires no component edits.
Working cart — nanostores with localStorage persistence, shared live between the static header badge and the React islands.
Design tokens — full Tailwind v4 theme setup: brand colors, responsive type scale, container widths.
Self-hosted fonts — Inter Tight and Inter variable fonts via Fontsource, no CDN requests.
Deploy anywhere — pure static output, no adapter needed. Vercel, Netlify, and Cloudflare Pages auto-detect it.