Welcome to the new Instasent blog

A quick tour of what we're building and why we moved off Webflow.

Ruben··1 min

Welcome to the new Instasent blog

This is the first post on our new website. We've moved away from Webflow to a fully code-first stack:

  • Next.js 16 with App Router and static export.
  • Tailwind CSS 4 + shadcn/ui for components.
  • MDX for content. This very page lives as a .mdx file in our git repo.
  • Cloudflare Pages for hosting, with a preview URL per pull request.

The full architecture and decisions are documented as ADRs alongside the code.