Stellar Intelligence Platform is an AI-powered claims advocacy system that helps policyholders maximize their legitimate insurance claims. We analyze submitted claims to ensure fair settlements and protect policyholders from being undervalued by insurance companies. Our platform transforms the claims experience with instant assessment, optimal recovery strategies, and intelligent claim optimization.
- Maximize Claim Value: AI analysis ensures you receive fair compensation
- Expert Advocacy: Professional claim assessment and documentation
- Faster Resolution: From weeks to days with intelligent automation
- Transparent Process: Understand your claim's true value and potential
- Protection from Underpayment: Don't let insurers take advantage
- Empowering policyholders to maximize legitimate claims
- Focus on property insurance only (commercial & residential)
- End-to-end workflow automation from initial assessment to settlement
- GraphRAG-powered context enrichment for optimal claim strategies
- Next.js 15.5.2 - Latest App Router for full-stack capabilities
- React 19.1.1 - Latest React with improved performance
- Tailwind CSS 4.1.13 - New v4 syntax with enhanced features
- Framer Motion - Smooth animations and transitions
- Recharts - Data visualization for analytics
- Lucide Icons - Modern icon library
- Next.js API Routes - Serverless API endpoints
- Prisma ORM - Type-safe database access
- SQLite - Development database (PostgreSQL for production)
- Zod - Runtime type validation
- LangChain - AI orchestration and chains
- ChromaDB - Vector database for similarity search
- OpenAI/Anthropic APIs - LLM integration
- PDF.js - Document processing
- Resend - Email notifications
- Socket.io - Real-time updates (planned)
- Multer - File upload handling
stellar/
βββ app/ # Next.js App Router
β βββ api/ # API endpoints
β β βββ claims/ # Claims submission & management
β β βββ admin/ # Admin dashboard endpoints
β β βββ workflows/ # Workflow automation
β βββ admin/ # Admin dashboard UI
β βββ demo/ # Interactive demo
β βββ claims/[id]/ # Individual claim details
β βββ page.tsx # Landing page
βββ lib/ # Utility functions
β βββ db.ts # Prisma client
β βββ email.ts # Email service
β βββ workflow.ts # Workflow engine
β βββ graphrag.ts # Knowledge graph (planned)
βββ prisma/
β βββ schema.prisma # Database schema
βββ components/ # Reusable React components
- Form Submission β Triggers automated workflow
- Triage β AI assigns priority based on severity
- Classification β AI analyzes damage type with confidence scores
- Estimation β Generates preliminary estimate
- Notification β Sends email with estimate to insured
- CRM Integration β Creates lead for follow-up
- Claims - Core claim data with AI scores
- Documents - File uploads and attachments
- Workflows - Automation state tracking
- Leads - CRM integration
- Notifications - Email queue and history
- Enrichments - GraphRAG context (planned)
- Activities - Complete audit trail
- Node.js 18+
- npm or yarn
- Git
- Clone the repository:
git clone https://github.com/your-org/stellar-intelligence.git
cd stellar-intelligence- Install dependencies:
npm install- Set up environment variables:
cp .env.example .env.localEdit .env.local with your API keys:
# Required
DATABASE_URL="file:./dev.db"
ANTHROPIC_API_KEY=your-key
OPENAI_API_KEY=your-key
# Optional
RESEND_API_KEY=your-key- Run database migrations:
npx prisma migrate dev- Start the development server:
npm run devThe application will be available at http://localhost:3000
/- Landing page with value proposition/demo- Interactive claims processing demo/admin- Admin dashboard for claims management/api-demo- API documentation and examples/claims/[id]- Individual claim details (in progress)/inspection- Home inspection form (planned)
- Database schema design with Prisma
- API endpoints for claims submission
- Workflow automation engine
- Email notification system
- CRM lead creation
- Claims submission with validation
- Automated triage and classification
- Preliminary estimate generation
- Admin dashboard with filters
- Activity logging and audit trail
- Demo page API integration
- Workflow triggers on submission
- Email templates with estimates
- Status tracking and updates
-
Home Inspection Page
- Multi-step form wizard
- Progressive data collection
- Auto-save functionality
-
GraphRAG Implementation
- Vector embeddings for claims
- Similar claims matching
- Context-aware suggestions
- Knowledge graph construction
-
File Processing
- PDF text extraction
- OCR for images
- Multi-format support
- Drag-and-drop uploads
-
Real-time Updates
- WebSocket integration
- Live status updates
- Collaborative features
- Push notifications
-
Claims Detail Page UI
- Full claim visualization
- Document viewer
- Timeline view
- Action buttons
-
Enhanced Analytics
- Custom dashboards
- Export functionality
- Trend analysis
- Performance metrics
npm test# Submit a claim
curl -X POST http://localhost:3000/api/claims/submit \
-H "Content-Type: application/json" \
-d '{
"type": "commercial",
"insuredName": "John Doe",
"insuredEmail": "john@example.com",
"insuredPhone": "555-0100",
"propertyAddress": "123 Main St, Dallas, TX",
"damageType": "Hurricane Wind Damage",
"severity": "Major"
}'
# Get admin dashboard data
curl http://localhost:3000/api/admin/claims- API endpoints require authentication (to be implemented)
- Environment variables for sensitive data
- Input validation with Zod
- SQL injection prevention via Prisma
- XSS protection built into React
- Server-side rendering with Next.js
- Database indexing on key fields
- Lazy loading for images
- Code splitting per route
- Caching strategies (planned)
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is proprietary software. All rights reserved.
- Product Engineering Team
- AI/ML Team
- Insurance Domain Experts
For questions or support, please contact:
- Technical: dev@stellar-ai.com
- Business: sales@stellar-ai.com
- Core platform development
- Workflow automation
- GraphRAG integration
- Production deployment
- Enterprise authentication
- Advanced analytics
- Mobile application
- Third-party integrations
- International expansion
Built with β€οΈ by the Stellar Intelligence Team