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).
21 lines
644 B
JSON
21 lines
644 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|