Konduit is a one-stop insurance capacity marketplace that connects MGAs (Managing General Agents) and InsurTechs with capacity providers like insurers and reinsurers.
- Capacity Discovery: View all available programs and capacity offers in one place
- Program Management: Create and manage insurance programs
- Provider Matching: Find the right capacity providers for specific insurance programs
- Dashboard Analytics: Track program performance and capacity status
- Node.js 14+ and npm
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the application.
/components
: React components/data
: Sample data for the marketplace/pages
: Next.js pages/styles
: Global CSS and styling/public
: Static assets
- React - Frontend UI library
- Next.js - React framework for server-rendered applications
- TailwindCSS - Utility-first CSS framework
- Lucide React - SVG icon library
This prototype demonstrates how an MGA founder can log in and see all available programs and capacity offers in one place. For example, an InsurTech launching a new cyber insurance product can view that 5 reinsurers and 3 insurers on the platform are interested in cyber risks, with indications of appetite (e.g. "Up to £10M capacity, requires loss ratio < 60%").
- Start development server:
npm run dev
- Build for production:
npm run build
- Start production server:
npm start
- Lint code:
npm run lint