InsightFlow Nexus is an AI-augmented intelligence hub that streams live metrics, interprets trends, and paints a single coherent story across every growth channel.
- Unified telemetry: Blend operational, marketing, and product signals into one adaptive view.
- Narrative analytics: Transform raw numbers into human-readable takeaways backed by machine learning.
- Interactive exploration: Drill into segments, compare cohorts, and surface anomalies with responsive charts.
- Experience first: Light and dark themes, fluid layouts, and delightful motion keep insight discovery effortless.
- Install dependencies:
npm install - Launch the dev server:
npm run dev - Visit
http://localhost:3000to explore the dashboard
src/app/page.tsx: Composition layer for the primary dashboard experience.src/components/*: Reusable UI primitives, cards, charts, and tables.src/lib/mock-data.ts: Data scaffolding that simulates live feeds for development.src/hooks/use-real-time-data.ts: Client-side stream that periodically refreshes key metrics.
- Next.js App Router for hybrid rendering and routing
- React 18 server and client components for responsive interfaces
- Tailwind-ready styling with theme switching baked in
- Recharts for flexible visualizations and time-series storytelling
- Automated anomaly detection with configurable alerting
- Embeddable widgets for external platforms
- Role-aware access controls and team workspaces
All AI-assisted contributions and prompts are documented in AI_Usage_Report.md to maintain transparency.