An interactive web application for exploring and building resources with the BIND (Business Insurance Normalized Data) standard.
Live: playground.bind-standard.org
BIND Playground lets you explore the BIND standard hands-on — browse terminology code systems, build spec-compliant resources using auto-generated forms, and export complete bundles ready for integration.
It's built for anyone working with or evaluating the standard: developers, product teams, brokers, carriers, MGAs, and vendors.
Search and browse 280+ standardized insurance code systems from the BIND Terminology Server — lines of business, coverage forms, peril types, construction classes, and more.
Create BIND resources using forms auto-generated from the standard's JSON schemas. Supports all resource types: Submissions, Policies, Claims, Coverages, Locations, Insureds, Organizations, and more.
View assembled BIND Bundles as JSON, copy to clipboard, or download. Bundles persist in your browser's local storage so you can build incrementally.
pnpm install
pnpm run dev # dev server on port 3000
pnpm run build # production build
pnpm run test # run tests
pnpm run deploy # build and deploy to CloudflareThe playground auto-generates forms from JSON schemas synced from bind-standard:
pnpm run sync:schemasThis runs automatically as part of dev and build.
- React + TanStack Start
- Mantine (UI components)
- Cloudflare Workers (deployment)
- @bind-insurance/sdk (TypeScript SDK)
We welcome contributions from everyone. See CONTRIBUTING.md for details, or open a pull request directly.
For questions or ideas, reach out at contact@bind-standard.org.
MIT. See LICENSE.