A free, web-based suite of small utilities that automate common marketplace gigs from Fiverr and Upwork.
- Excel Fix It Bot - Clean and normalize spreadsheets
- Invoice & Receipt Extractor - Extract structured data from documents
- Bulk Image Studio - Background removal and batch resize
- Clipboard Lead Scrubber - Clean and validate contact lists
- YouTube Shorts Generator - Create captions and hooks
- Blog to Social Atomizer - Convert articles to social posts
- Bulk QR Generator - Create QR codes for events
- Email Templater - Cold outreach templates
- Sheets Automations - Rule-based spreadsheet operations
- Web Form to PDF Filler - Fill PDF forms programmatically
# Install dependencies
pnpm install
# Set up environment variables
cp apps/web/.env.example apps/web/.env.local
# Run database migrations
pnpm db:migrate
# Seed sample data
pnpm db:seed
# Start development server
pnpm devVisit http://localhost:3000
flowbench/
├── apps/
│ └── web/ # Next.js application
├── packages/
│ ├── ui/ # Shared UI components
│ └── lib/ # Shared utilities
├── infra/
│ ├── database/ # Schema and migrations
│ └── samples/ # Sample files for testing
└── docs/ # Documentation
See the docs folder for:
- Tool specifications
- API documentation
- Admin operations
- Responsible use guidelines
- No paywalls or upsells
- Privacy by default
- Auto-delete files after 24 hours
- Clear audit trail for all operations
MIT License - See LICENSE file