Topolo Forecast
Cash-flow and P&L forecasting product. Older repo and product references may still call it FinSight.
Aliases: FinSight
Documentation Map
What It Is
Cash-flow and P&L forecasting product. Older repo and product references may still call it FinSight.
Legacy aliases: FinSight
> **Gorgeous, keyboard-first, multi-scenario cash-flow & P&L SaaS** > Ship production-ready financial insights in ≤ 10 coding days—no spreadsheets, no imports.
[](https://www.typescriptlang.org/) [](https://reactjs.org/) [](https://www.cloudflare.com/) [](https://tailwindcss.com/) [](https://vitejs.dev/) [](https://pnpm.io/)
 *Interactive P&L dashboard with real-time scenario modeling*
Architecture
Owners: finance-platform
Source repos: Applications/TopoloForecast
Dependencies: topolo-auth, topolo-one
Repo shape
- Applications/TopoloForecast/README.md
- Applications/TopoloForecast/SSO_IMPLEMENTATION.md
- Applications/TopoloForecast/URL_SECURITY_AND_CLEANUP.md
- Applications/TopoloForecast/apps/
- Applications/TopoloForecast/commitlint.config.js
- Applications/TopoloForecast/docs/
- Applications/TopoloForecast/eslint.config.js
- Applications/TopoloForecast/package.json
- Applications/TopoloForecast/packages/
- Applications/TopoloForecast/pnpm-lock.yaml
- Applications/TopoloForecast/pnpm-workspace.yaml
- Applications/TopoloForecast/prettier.config.js
Runtime Surfaces
Hosts:
No primary host is registered.
Config: Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
Main: src/index.ts
Routes: workers.dev or asset-only surface
API Reference
Coverage: curated
Source: Applications/TopoloForecast/package.json
Source exists in repo: yes
Older FinSight workspace naming refers to this same Topolo Forecast system.
App API page: /reference/apps/topolo-forecast
This system currently relies on a curated or README-derived contract surface instead of a source-controlled OpenAPI spec.
Auth and Permissions
Depends on Topolo Auth: yes
Service IDs:
srv_T0sKE7LIelMU API key scopes
View forecasts
Resource pattern: none
Create and edit forecasts
Resource pattern: none
View forecast workspaces
Resource pattern: workspace:*
Manage forecast workspaces
Resource pattern: workspace:*
View forecast scenarios
Resource pattern: none
Manage forecast scenarios
Resource pattern: none
View workspace sharing
Resource pattern: none
Manage workspace sharing
Resource pattern: none
View FinSight settings
Resource pattern: none
Manage FinSight settings
Resource pattern: none
Service permissions
dashboard:read, forecasts:read, forecasts:write, transactions:read, transactions:write, reports:read, settings:read, settings:write
Data Ownership
Binding: FS_DB
Target: 3f66df13-8b72-4c01-ad8f-8ff95d8b187d
Environment: default
Source: Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
Binding: FS_CACHE
Target: c39ef688a2fb474ba240c80f9452f0e3
Environment: default
Source: Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
Binding: FS_DB
Target: local-db-id
Environment: development
Source: Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
Binding: FS_CACHE
Target: local-kv-preview-id
Environment: development
Source: Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
Binding: FS_DB
Target: 344dc27c-de35-4cf3-ba41-47ef9075a8ec
Environment: staging
Source: Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
Binding: FS_CACHE
Target: bd5f86a046f34e418f283f7e744d27c0
Environment: staging
Source: Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
Binding: FS_DB
Target: 3f66df13-8b72-4c01-ad8f-8ff95d8b187d
Environment: production
Source: Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
Binding: FS_CACHE
Target: c39ef688a2fb474ba240c80f9452f0e3
Environment: production
Source: Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
Queues / Cron / Workflows
Queue bindings:
No queue bindings were detected.
Cron triggers
No cron triggers were detected.
Workflow signals
No explicit queue/workflow script or cron signal was discovered.
Environment Variables and Bindings
Environment variables:
ENVIRONMENT SERVICE_ID SERVICE_NAME migrations_dir All wrangler bindings
-
FS_DB(d1) -> 3f66df13-8b72-4c01-ad8f-8ff95d8b187d -
FS_CACHE(kv) -> c39ef688a2fb474ba240c80f9452f0e3 -
FS_DB(d1) -> local-db-id [development] -
FS_CACHE(kv) -> local-kv-preview-id [development] -
FS_DB(d1) -> 344dc27c-de35-4cf3-ba41-47ef9075a8ec [staging] -
FS_CACHE(kv) -> bd5f86a046f34e418f283f7e744d27c0 [staging] -
FS_DB(d1) -> 3f66df13-8b72-4c01-ad8f-8ff95d8b187d [production] -
FS_CACHE(kv) -> c39ef688a2fb474ba240c80f9452f0e3 [production]
Deployments
Deployment environments: development, staging, production
Routes: workers.dev or Pages-only delivery
Observability enabled: no explicit setting found
Wrangler surfaces
- Applications/TopoloForecast/apps/finsight-worker/wrangler.toml -> finsight-worker-production (build npm run build)
Build and deploy commands
-
build— Applications/TopoloForecast/package.json :: pnpm run --recursive build -
build:packages— Applications/TopoloForecast/package.json :: pnpm run --filter './packages/*' build -
build-storybook— Applications/TopoloForecast/package.json :: pnpm run --filter @finsight/ui-kit build-storybook -
prebuild— Applications/TopoloForecast/apps/finsight-web/package.json :: cd ../../packages/finsight-core && npm run build && cd ../ui-kit && npm run build -
build— Applications/TopoloForecast/apps/finsight-web/package.json :: vite build -
build:with-types— Applications/TopoloForecast/apps/finsight-web/package.json :: tsc -b && vite build -
preview— Applications/TopoloForecast/apps/finsight-web/package.json :: vite preview -
deploy— Applications/TopoloForecast/apps/finsight-worker/package.json :: wrangler deploy -
prebuild— Applications/TopoloForecast/apps/finsight-worker/package.json :: cd ../../packages/finsight-core && npm run build -
build— Applications/TopoloForecast/apps/finsight-worker/package.json :: tsc -
build— Applications/TopoloForecast/packages/config/package.json :: tsc -
build— Applications/TopoloForecast/packages/finsight-core/package.json :: tsc
Failure Modes
- No primary host is registered in the system registry.
Debugging Runbooks
Start with these entrypoints:
- Applications/TopoloForecast/apps/finsight-worker/wrangler.toml
- Applications/TopoloForecast/package.json
- Applications/TopoloForecast/README.md
- Applications/TopoloForecast/apps/finsight-web/package.json
- Applications/TopoloForecast/apps/finsight-worker/package.json
- Applications/TopoloForecast/packages/config/package.json
- Applications/TopoloForecast/packages/finsight-core/package.json
Change Log / Verification
Lifecycle: active
Last verified: 2026-03-29
Any code change to this system is expected to update the canonical docs in Websites/docs and refresh the verification date.