Logo Lanfrica

iterativone/IterativAnalytics

Domain:

socioeconomic

Record type:

software
Creator:
ite
Host:
IterativAnalytics is a comprehensive AI-powered platform for African startups, providing financial intelligence and capital access solutions. # Iterativ Analytics > AI-powered analytics platform for African startups and investors ## 🌟 Overview Iterativ Analytics is an enterprise-grade full-stack application built with modern technologies and best practices. It provides comprehensive analytics, document management, and AI-powered insights for startups and investors. ## 🎨 Design System IterativAnalytics features a comprehensive design system ensuring consistency, accessibility, and quality across all touchpoints. **πŸ“š Documentation:** - **DESIGN_PRINCIPLES.md** - Core design principles that guide all decisions - **DESIGN_SYSTEM.md** - Complete design system guide with strategic guidelines - **DESIGN_SYSTEM_QUICKREF.md** - Quick reference for daily development **Key Features:** - 🎯 African-first design approach (optimized for connectivity and mobile) - β™Ώ WCAG 2.1 AA accessibility standards - πŸ“± Mobile-first responsive components - ⚑ Performance-optimized patterns - 🎨 Comprehensive component library (70+ components) - πŸŒ— Dark mode and sector-based theming - πŸ”§ Design tokens and CSS variables **Quick Start:** ```tsx import { Button, Card, Badge } from '@/components/ui'; Revenue Growth +12.5% ``` ## πŸ—οΈ Architecture ### Technology Stack **Frontend:** - React 18 with TypeScript - Vite for build tooling - TanStack Query for data fetching - Tailwind CSS + shadcn/ui for styling - Wouter for routing - Zod for validation - Firebase Authentication **Backend:** - Node.js + Express - TypeScript (ESM) - Drizzle ORM + PostgreSQL - Zod for validation - Structured logging - Comprehensive error handling ### Project Structure ``` β”œβ”€β”€ client/ # Frontend application β”‚ β”œβ”€β”€ src/ β”‚ β”‚ β”œβ”€β”€ components/ # React components β”‚ β”‚ β”‚ β”œβ”€β”€ common/ # Reusable components β”‚ β”‚ β”‚ β”œβ”€β”€ ui/ # shadcn/ui components β”‚ β”‚ β”‚ └── ... β”‚ β”‚ β”œβ”€β”€ hooks/ # Custom React hooks β”‚ β”‚ β”œβ”€β”€ lib/ # Utilities and helpers β”‚ β”‚ β”‚ β”œβ”€β”€ api/ # API client and services β”‚ β”‚ β”‚ β”œ …