Wael-Muawad/BlazingBlog — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple Blazor blog app called BlazingBlog. I want it to feel like a clean personal blog where visitors can land on a home page, see a list of recent posts, click a post, and read the full article in a nice layout. Add a simple navigation bar, a footer, and responsive styling so it looks decent on phone and desktop.

If there isn't a real backend set up yet, use a small in app collection of sample posts with title, date, author, summary, image placeholder, and content so the app works right away. Make the design polished but not overcomplicated, with readable typography and good spacing. Please wire up the Blazor pages and components cleanly, remove any broken starter content, and make sure the solution runs locally without extra setup. If you need current Blazor details, look them up online and use the simplest stable approach.

Want more depth? Deep Reverse