leerob/next-mdx-blog — reverse-engineered prompt
Reverse engineered prompt
Build me a clean personal blog starter that feels fast and modern. I want it to use the current Next.js app style, with TypeScript, simple Tailwind based styling, and posts written in MDX so I can mix normal writing with React components when I need to. Please include a nice homepage, a blog index, individual post pages, and good typography for long form reading.
It should be ready to deploy on Vercel, and I’d like basic Vercel Analytics wired in. If possible, also support an optional Postgres backed redirects feature so I can map old URLs to new ones with permanent or temporary redirects when I add the database connection later.
Keep the code easy to edit and use sensible defaults for a personal site or developer blog. Make sure local setup is straightforward on a recent Node version. If anything about the framework has changed, check the latest docs and update the implementation to match current best practices.
Want more depth? Deep Reverse