Full-stack Twitter threads manager with FastAPI backend, Next.js + Tailwind frontend, MySQL database, and Docker setup for easy deployment.
Stack: Next.js (app), TailwindCSS, Shadcn, Framer Motion · FastAPI · MySQL (SQLAlchemy) · Pydantic · Docker
A small SaaS to create, edit and schedule Twitter threads focused on finance. Supports:
- User authentication
- Create and schedule multi-tweet threads
- Reusable thread templates
- Dockerized dev + prod setup
- Frontend: Next.js + Tailwind + shadcn UI + Framer Motion for micro-interactions
- Backend: FastAPI, SQLAlchemy, Pydantic models, MySQL
- Deployment: Docker / docker-compose
- Prototype / MVP — core flows implemented: Auth, Thread creation/Edit/Deletion, Template system,
- In Progress : Scheduling worker (celery/asyncio).
- Not yet production hardened.
- Start Backend:
cd backend docker compose up --build - Start Frontend:
cd frontend npm install npm run dev