Initial commit: CI Agent competitive-intelligence monitoring app
FastAPI + Celery + Next.js + Postgres/Redis app with company monitoring, source collection, LLM-based change analysis, enrichment, and account security (Turnstile, escalating lockout, email verification).
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"reviews": [
|
||||
{
|
||||
"title": "Reliable fleet vehicles",
|
||||
"author": "Fleet Operator",
|
||||
"rating": 4,
|
||||
"date": "2026-05-02",
|
||||
"body": "We've run Acme's gasoline utility trucks for two years with minimal downtime. Parts availability is good.",
|
||||
"url": "https://reviews.example/acme-mobility/review-1"
|
||||
},
|
||||
{
|
||||
"title": "Support could be faster",
|
||||
"author": "Small Business Owner",
|
||||
"rating": 3,
|
||||
"date": "2026-04-18",
|
||||
"body": "Vehicles are solid but the support line has long wait times during peak season.",
|
||||
"url": "https://reviews.example/acme-mobility/review-2"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user