Skip to content

Overview

tritrient-yuchen edited this page Aug 4, 2026 · 1 revision

Overview

What is OpenBcon?

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.

Core workflow

  1. Discover grants, loans, and other funding opportunities.
  2. Save an opportunity and build an application workspace.
  3. Capture the company profile, business context, and funding request.
  4. Use Quick Build to review the brief before generation.
  5. Start a Strategic Report through the configurable Advisory Hub.
  6. Generate report sections using configured agents, roles, prompts, and document types.
  7. Build a three-year, monthly financial forecast.
  8. Review, edit, export, and share the resulting package.

Main product surfaces

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

Key capabilities

  • 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_id field.
  • 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.

Repository map

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

Technology

  • 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

Next steps

Clone this wiki locally