-
-
Notifications
You must be signed in to change notification settings - Fork 0
Overview
tritrient-yuchen edited this page Aug 11, 2026
·
2 revisions
OpenBcon is a self-hosted platform for teams that help businesses find and secure funding. The community edition is licensed under AGPL-3.0-or-later; commercial licensing is available for private deployments, proprietary modifications, and white-label or OEM distribution.
- Browse grants, loans, and other active funding programs.
- Assess a program's fit for a company in Discovery and save a shortlist.
- Create or restore an application and complete its company and funding context.
- Use Quick Build to validate the brief.
- Generate a Strategic Report from administrator-configured sections, agents, prompts, document types, and layouts.
- Review the business analysis and 36-month financial forecast, then reopen it later from the application.
| Route | Purpose |
|---|---|
/ |
Public landing page |
/dashboard |
Workspace overview |
/discovery |
Company-to-program scouting reports |
/grants-loans |
Searchable funding catalog |
/funding-shortlist |
Saved opportunities |
/quick-build |
Application preparation |
/my-companies |
Company records and context |
/my-applications |
Application pipeline |
/strategic-reports |
Generated report viewer and regeneration |
/admin |
Platform configuration console |
- Multilingual UI and catalog support for
en-CA,fr-CA, andzh-CN. - Admin-managed funding sources, including JSON catalogs, Google Sheets, and Airtable via a server-side proxy.
- PostgreSQL-backed companies, programs, applications, and Strategic Reports.
- MongoDB-backed dynamic platform, workspace, and user configuration.
- Configurable AI generation with LangGraph and a three-year monthly forecast.
- Docker Compose deployment with HTTPS reverse proxying, health checks, and an administrator-only update agent.
src/ React frontend, routes, UI, localization
server/ Express API, authentication, persistence, migrations
python-backend/ FastAPI generation service and LangGraph workflow
deploy/ Dockerfiles, Compose production topology, Caddy, bootstrap
public/ Static assets and funding catalogs
Next: Local Development or Architecture.