A satirical TechBro post generator powered by Google Gemini AI. Generate cringe-worthy, overly motivational tech bro social media posts in different categories.
- 🤖 AI-powered post generation using Google Gemini
- 📱 Three categories: SaaS, AI, and Growth Marketing
- 🎨 Beautiful UI inspired by the original TechBro Generator
- 🔄 Random profile names and handles
- 📤 Direct sharing to X (Twitter)
- Clone this repository
- Install Go dependencies:
go mod tidy - Run the server with environment variables:
or specify port:
GEMINI_API_KEY=your_api_key_here go run main.go
PORT=8000 GEMINI_API_KEY=your_api_key_here go run main.go
- Open http://localhost:8080 in your browser
GEMINI_API_KEY- Your Google Gemini API key (required)PORT- Server port (default: 8080)
GET /- Serve the frontendPOST /api/generate- Generate a new TechBro postGET /health- Health check