Goosehead Innovation Platform
Welcome to the Goosehead Innovation documentation. This platform powers Goosehead Insurance's next-generation digital insurance experience.
Quick Links
🚀 Getting Started
New to the platform? Start here to set up your development environment.
📋 Get a Quote
Learn the complete end-to-end flow for getting an insurance quote.
🏗️ Architecture
Understand the platform architecture and design decisions.
🚚 Carrier Flows
Documentation for carrier-specific quote flows.
Platform Overview
The Bridge Platform consists of three main applications:
| Application | Purpose | Port | URL |
|---|---|---|---|
| Bridge Portal | Customer-facing insurance shopping | 4202 | https://localhost:3443 |
| Bridge Admin | Internal CMS for carrier configuration | 4201 | http://localhost:4201 |
| API Gateway | Backend API serving both apps | 3333 | http://localhost:3333 |
Architecture at a Glance
Developers own the page structure and UX. Product Managers configure field visibility, labels, and options via Bridge Admin without code deploys.
Documentation Sections
| Section | Description |
|---|---|
| Getting Started | Environment setup and first steps |
| Architecture | System design and technical decisions |
| Carriers | Carrier-specific integration documentation |
| API Reference | Auto-generated API documentation |
| Component Library | UI component documentation |
| Bridge Admin | Admin CMS documentation |