Tweetly is a developer-focused platform that uses AI-powered bots to help you write, schedule, and publish tweets effortlessly. Built on a Turbo Repo architecture with Next.js on the frontend and an Express backend.
- AI-Powered Tweet Composer: Automatically generate engaging tweets with tailored AI personalities.
- Multiple AI Bots: Choose from bots like Harkirt Singh, Striver Aka Raj, Code With Harry, and EzSnippet to match your dev vibe.
- Turbo Repo Architecture: Efficient monorepo structure for streamlined development across frontend (Next.js) and backend (Express).
- Scheduling & Publishing: Easily schedule tweets for timely posting.
- Developer-Centric Design: Built with features and UX enhancements that resonate with developers.
Here are some sample screenshots to showcase the UI:
This section explains how to build and run Tweetly using Docker.
-
Clone the Repository:
git clone https://github.com/yourusername/tweetly.git cd tweetly -
Copy the .env.example file
cp .env.example .env
-
Run Docker Compose Commad
docker-compose up
-
Access the Application Open your browser and navigate to http://localhost:3000 : Web App http://localhost:4000 : Backend http://localhost:3001 : Website
Tweetly is licensed under the MIT License.