Showcase platform for AI and ML solutions in insurance, featuring Claim Assistant, Fraud Detection, Insurance Pricing, and InsureCast.
- Solution Showcase – Dedicated pages for each AI/ML insurance solution with overview, models, tech stack, and live demo links
- Interactive Navigation – Dynamic routing for solution detail pages with rich structured content
- Dark/Light Theme – Built-in theme toggle with system preference detection
- Responsive Design – Mobile-friendly layout with collapsible navigation
InsurTech Intelligence is a static Next.js site that serves as the entry point for Symfa's insurance AI solutions. Each solution (Claim Assistant, Fraud Detection, Insurance Pricing, InsureCast) has its own detail page generated from structured JSON data files. The site is statically exported at build time and served via Nginx, requiring no backend or database.
| Category | Technologies |
|---|---|
| Framework | Next.js 16 (App Router) |
| Language | TypeScript |
| UI | React 19, Tailwind CSS 4 |
| Linting | ESLint 9, Prettier |
| Package Management | pnpm |
| Deployment | Docker, GitHub Actions, Google Artifact Registry |
- Node.js 22+ / pnpm
pnpm install
pnpm devOpen http://localhost:3000.