25. 🛒 Product Rewriter
Overview
AI-driven tool that ingests existing product descriptions and rewrites them for SEO optimization, brand voice consistency, and higher conversion.
Primary Use Cases
- eCommerce marketers refreshing outdated listings
- Brand managers ensuring consistent tone across catalogs
- Small retailers improving search rankings
Key Features
- Batch processing: upload CSV of descriptions
- Tone/length controls: specify brand voice and word count
- SEO suggestions: keyword insertion recommendations
- Versioning: compare original vs. rewritten text
Tech Stack
- Frontend: React + TypeScript + Tailwind
- Backend: FastAPI (Python)
- AI Models:
gpt-3.5-turbo
or google/flan-t5-base
fine-tuned on product-copy data
- Storage: PostgreSQL for history; S3 for CSV uploads
Architecture
- Upload API receives CSV → stores description records
- Rewrite Service iterates entries → calls LLM with prompt template