Skip to content

Overview

tritrient-yuchen edited this page Aug 11, 2026 · 2 revisions

Overview

What is OpenBcon?

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.

Core workflow

  1. Browse grants, loans, and other active funding programs.
  2. Assess a program's fit for a company in Discovery and save a shortlist.
  3. Create or restore an application and complete its company and funding context.
  4. Use Quick Build to validate the brief.
  5. Generate a Strategic Report from administrator-configured sections, agents, prompts, document types, and layouts.
  6. Review the business analysis and 36-month financial forecast, then reopen it later from the application.

Main surfaces

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

Capabilities

  • Multilingual UI and catalog support for en-CA, fr-CA, and zh-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.

Repository map

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.

Clone this wiki locally