Functional, needs polish
Next.js 15 storefront deployed on Webflow Cloud. AI search, B2B/B2C checkout, multi-tenant
routing all operational. Needs UX refinement, mobile optimization, and performance tuning before
broad rollout.
Support: Frontend performance audit, UX/UI review, Lighthouse optimization
Architecture proven, scale untested
RDS PostgreSQL + Prisma ORM with Accelerate (Redis/Upstash) for connection pooling. Tested to
10k products. Schema supports 200+ fields per product. Multi-tenant isolation via showroomId FK.
Support: Load testing at 100k+ products, RDS scaling strategy, query
optimization
Proof of concept, not production-ready
Claude API-powered extraction from PDFs and web scraping. Tested on 1 OEM (~200 products). Step
Functions orchestration works but untested at scale. Currently on Claude API direct - needs
Bedrock migration for production cost/reliability.
Priority Support: Bedrock migration, batch processing architecture, cost
modeling, error handling, scale testing across 100+ OEMs
Manual process, no automation
Currently all ingest is human-triggered. No scheduled pulls from OEM FTP servers, no change
detection, no automatic catalog refresh. Each OEM update requires manual intervention to
extract, enrich, and push to showrooms.
Priority Support: EventBridge scheduling, change detection (S3/FTP), automatic
enrichment triggers, catalog sync orchestration, monitoring & alerting
Scaffolded, needs significant work
neural-showrooms-app handles showroom lifecycle, user management, and integrations config.
Backend Lambda/API and frontend UI both need TLC. Attio webhook sync works. May not block GA but
limits self-service onboarding.
Support: API hardening, admin UI buildout, user management flows, integration
configuration screens