We Built a Fintech SaaS in 15 Weeks. Here's Every Decision We Made.
Aevotech Engineering10 April 20269 min read
From blank Figma file to live users — the architecture calls, the trade-offs, the one decision we'd reverse, and why we still shipped on time.
This article is a placeholder. In your Next.js project, connect this route to your CMS, MDX files, or any content source — the data layer in @/data/posts.ts already provides slug, title, excerpt, category, date, and readTime for each post.
To use MDX: add next-mdx-remote or @next/mdx, create content/blog/[slug].mdx files, and load them here. The layout and typography are already set up.
To use a CMS (Contentful, Sanity, Notion API): replace the posts import with an async data fetch and render the returned body field here.