dejwid/twitter-clone — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Twitter clone as a Next.js app. I want a clean social feed where people can sign in, write short posts, see a timeline of posts, and interact with them in the basic ways you’d expect, like viewing who posted and when. Make it feel like a modern Twitter style interface, with a main feed, profile style info, and responsive styling that works nicely on desktop and mobile.
Use the existing project setup and keep it straightforward. There are folders for components, hooks, models, pages, styles, and lib, so organize the app in a way that makes sense without overcomplicating it. If there’s already code in the project, build on it instead of replacing everything blindly. Use Tailwind for the styling if it’s already set up. Make sure it runs locally with the normal dev command and fix any issues you find along the way.
Want more depth? Deep Reverse