Instant SEO audits for e-commerce stores. A BrandBoost Studio product.
Catch broken meta tags, slow pages, and missing schema before Google does.
cd backend
pip install -r requirements.txt
uvicorn app.main:app --host 0.0.0.0 --port 8001cd frontend
npm install
npm run devcurl -X POST http://localhost:8001/api/audit \
-H "Content-Type: application/json" \
-d '{"url": "https://yourstore.com"}'- Backend: FastAPI (Python) with 6 SEO analyzers
- Frontend: Next.js 14 + Tailwind CSS
- Scoring: Weighted 0-100 (meta 30%, images 20%, technical 20%, schema 15%, headings 15%)
- Product of: BrandBoost Studio
| Endpoint | Method | Description |
|---|---|---|
/ |
GET | API info |
/health |
GET | Health check |
/api/audit |
POST | Full SEO audit |
/api/quick-check |
POST | Fast meta + heading check |
- Connect GitHub repo
- Set root directory to
backend - Deploy
- Connect GitHub repo
- Set root directory to
frontend - Add env var:
NEXT_PUBLIC_API_URL= your Railway backend URL - Deploy
| Tier | Price | Features |
|---|---|---|
| Free | $0/mo | 1 audit/day, basic score, Chrome extension |
| Pro | $19/mo | Unlimited audits, competitor compare, weekly reports |
| Agency | $49/mo | 10 sites, white-label, team seats, API |
MIT