It’s a web application designed to cure “social media writer’s block.” Users simply enter a topic or vibe, and the app uses AI to generate custom bios and trending hashtags instantly.
What I learned: This project was a deep dive into full-stack Django. While building the logic was fun, the real challenge was deployment. I learned the hard way about the differences between local development and production environments—specifically configuring Gunicorn correctly and managing static files so the CSS actually loads on the live server. It was a great lesson in troubleshooting and persistence!