-
-
Notifications
You must be signed in to change notification settings - Fork 0
Overview
tritrient-yuchen edited this page Aug 4, 2026
·
1 revision
OpenBcon is an open-source AI workspace for funding consultants, business advisors, incubators, accelerators, and economic development teams. It brings funding discovery, business readiness, application tracking, and document generation into one configurable workspace.
The project is designed to be self-hosted and extended. The community edition
is available under AGPL-3.0-or-later; commercial licensing is available for
private deployments, proprietary modifications, white-label/OEM distribution,
and implementation support.
- Discover grants, loans, and other funding opportunities.
- Save an opportunity and build an application workspace.
- Capture the company profile, business context, and funding request.
- Use Quick Build to review the brief before generation.
- Start a Strategic Report through the configurable Advisory Hub.
- Generate report sections using configured agents, roles, prompts, and document types.
- Build a three-year, monthly financial forecast.
- Review, edit, export, and share the resulting package.
| Route | Purpose |
|---|---|
/ |
Public landing page |
/dashboard |
Authenticated workspace overview |
/funding-readiness |
Readiness assessment and recommended actions |
/quick-build |
Three-step application and report preparation flow |
/advisory-hub |
Strategic Report generation workspace |
/my-company |
Company profile and business context |
/saved-programs |
Saved funding opportunities |
/my-applications |
Application pipeline and generated packages |
/grants-loans |
Funding opportunity directory |
/admin |
Platform and Advisory Hub configuration |
- Configurable Advisory Hub sections, agents, roles, prompts, and document types.
- One Strategic Report per application, stored in
strategic_reports. - Three-year, 36-month financial forecasts with monthly revenue and expense lines, annual summaries, and visualizations.
- External application identifiers through the unique
app_idfield. - PostgreSQL domain data and MongoDB-backed platform/workspace configuration.
- Google Sheets and Airtable data-source integrations.
- English (Canada), French (Canada), and Simplified Chinese UI locales.
- Admin-managed branding, modules, legal pages, pricing, AI models, and dashboard notification settings.
src/ React frontend, routes, UI, and local configuration
server/ Express API, auth, persistence, and migrations
python-backend/ AI generation and LangGraph-oriented services
deploy/ Production Docker Compose and reverse-proxy setup
public/ Static assets and screenshots
- React, TypeScript, Vite, and React Router
- Express API with Zod validation
- PostgreSQL for relational application data
- MongoDB for dynamic configuration and workspace state
- Python backend for AI generation and financial forecasting
- Docker Compose for local databases and production services