Project Factory: Custom Visualization Mode Brain Club Venture OS Updated: 2026-02-22

Not a template. A custom code visualization deck for how Brain Club runs and scales ventures.

This version is built as fully custom HTML/CSS/JS to prove the model: every microproject can render a unique visual language, data model, and interaction layer while still deploying through commit -> deploy -> DNS -> live.

Open Live Custom Domain Open Obligations Hub (Live) Open Preview Host Repo: brainclub/operating-system-blueprint

System Core Map

Click nodes to inspect architecture blocks. This map shows the real operating loop: shell context, unified priority, process engine, legal gates, execution, intelligence feedback, and microapp delivery.

Gateway

Single mandatory entry point. Authenticates, loads venture state, and prevents skill execution without context.

Primary Output
Trusted Runtime Context
Failure Risk
Medium
Owner
Platform
Now
Stabilize boot health checks
  • Enforce venture selection before major actions.
  • Display urgent reminders and commitment debt first.
  • Block mutating actions when auth/session integrity is uncertain.

Execution Lifecycle (Daily + Strategic)

Every item runs through the same engine, from small tasks to venture-level strategic initiatives.

STEP 01
Capture Incoming object enters queue: task, project, reminder, legal obligation, or commitment.
Input channels: email, manual command, automation, skill output.
STEP 02
Score Unified Priority Index ranks by impact, urgency, risk, legal criticality, and confidence.
Result: one ranked queue across all object types.
STEP 03
Route Choose skill + process. Attach correct SOP version and any mandatory legal checks.
No execution without process context for high-risk actions.
STEP 04
Execute Run as human, AI, or hybrid session. Record evidence and objective outcomes.
Artifacts: notes, files, messages, deploy logs, decisions.
STEP 05
Verify Validate completion, quality, legal compliance, and business impact.
Failures re-open with root cause tag and owner.
STEP 06
Learn Feed data into intelligence layer to improve scoring, SOPs, and templates.
System gets sharper after every work session.

6 Pillars Coverage (Target State)

The framework should keep all six pillars visible every week so growth does not break operations.

Commercial

Pipeline, offers, conversion mechanics, pricing experiments.

Financial

Accounting backbone, cashflow visibility, invoicing and collections.

Legal

Likumi-based obligations, contract controls, retention and consent.

Delivery

SOP execution quality, SLA tracking, service reliability.

People

Role design, onboarding packs, hiring-stage process expansion.

Intelligence

Cross-object insights, decision memory, stale-data detection.

Missing Blocks You Should Implement Now

These are high-value gaps that will increase control, speed, and compliance for SMB execution.

Critical

Obligation Registry

No single machine-readable register for legal/tax/work obligations per venture stage.

Implement now: create obligations table + source law + deadline + owner + evidence link.
Critical

Process Trigger Matrix

Processes are not yet auto-attached when events happen (new hire, new client, new venture).

Implement now: event -> required SOP pack map with mandatory checks.
High

Evidence Vault

Proof of completion is scattered across chats, files, and logs.

Implement now: immutable evidence IDs and per-task compliance bundle.
High

Decision Ledger

Strategic decisions are not always linked to follow-up tasks and outcomes.

Implement now: scenario decision object with confidence, rationale, and expiry date.
High

Accounting Behind The Scenes

Startup flow does not force accounting process setup at venture creation.

Implement now: auto-enable accounting starter pack on venture bootstrap.
Medium

Role-Based Expansion Logic

Hiring milestones are not bound to process growth rules.

Implement now: when first employee is added -> enable HR onboarding pack + labor law checklist.
Medium

Cross-App Contract API

Apps still act as islands in some flows (projects, invoices, agreements).

Implement now: shared reference IDs and lookup API across all apps.
Medium

Quality Gates Before Deploy

Microapps deploy fast, but quality/compliance gate set is minimal.

Implement now: pre-deploy checklist (tests, legal notices, data policy, observability).

Live Building Blocks (Framework Integration)

Framework is now linked to real microapps. This is where strategy and execution connect in production.

Obligations Hub (Phase 2 Live)

Real SQLite-backed obligations API + CRUD UI for owners, due dates, legal basis, events, evidence, and links.

Open obligations app

OS Blueprint Deck (This Page)

System architecture, process logic, missing blocks, role lenses, and implementation board for venture operations.

Open framework deck

Next Connected Apps

Decision Ledger, Process Trigger Matrix, and Evidence Vault should be linked as first-class framework modules.

Track in framework board

Framework Progress Ledger

Current delivery status across framework streams so continuation is explicit and measurable.

Done (Shipped)

Already delivered and running in production flow.

Live
Custom OS framework visualization deck deployed.
Live
Obligations Hub Phase 2 with SQLite API + CRUD UI deployed.
Live
Framework page linked directly to obligations microapp.

In Progress

Build tracks currently active and ready for next commits.

Building
Cross-module contracts: obligations -> process engine -> priority queue.
Building
Process trigger matrix extracted as separate executable microapp module.
Building
Framework-level status board with live health checks per module.

Next (Execution Queue)

Immediate follow-up modules to expand from obligations into full framework OS.

Planned
Decision Ledger app and link to obligations/events.
Planned
Evidence Vault app with immutable completion packets.
Planned
Priority Board app with unified queue and legal-critical override.

Integration Contract Matrix

Defines how framework modules exchange data so each new microapp plugs into one shared operating model.

Producer
Contract
Consumer
State
Obligations Hub
phase2
obligation_id, due_date, risk, legal_basis, owner
Priority Engine, Process Engine
Live
Process Engine
starter packs
event_type -> required_sop_pack -> required_obligation_type
Obligations Hub, Execution Fabric
Building
Decision Ledger
planned
decision_id, confidence, rationale, expiry, linked_obligations[]
Priority Engine, Intelligence Loop
Planned
Evidence Vault
planned
evidence_packet_id, source_refs[], verification_status
Obligations Hub, Legal Layer
Planned

How Custom Visualizations Should Work (Not Template-Locked)

Project Factory can generate unique visual language per project while reusing only deployment primitives.

Custom Visualization Pipeline
1. Intent BriefProblem, audience, and decisions this visualization must support.
2. Data ContractDefine objects, metrics, and live sources for this specific project.
3. Code ComposeGenerate unique UI architecture and interactions, no fixed template.
4. Repo BootstrapAdd runtime files (Dockerfile, checks, deploy config) automatically.
5. Fast LaunchCommit -> deploy -> DNS alias -> verification logs.
6. Learning LoopTrack usage, decisions made, and improve the next version.

14-Day Implementation Board

Concrete sequence to turn this from concept into operating behavior.

Week 1 - Foundation

DataCreate core schema: venture, object, process_run, obligation, evidence, decision.
ProcessPublish starter SOP packs: accounting, sales, delivery, legal compliance, reporting.
LegalAttach Latvian law checkpoints to each starter SOP step.
DeployAdd default microproject scaffold with Docker + health check + quality gate.

Week 2 - Automation

TriggerImplement event rules: new venture, first employee, first client, tax period close.
QueueActivate unified priority board with UPI scoring and legal override.
EvidenceAuto-generate completion packets for every critical process run.
InsightDaily intelligence sweep to propose process improvements.

Governance - Ongoing

CadenceWeekly 30-minute system review: top risks, blocked processes, compliance debt.
QualityProcess scorecard: completion speed, defect rate, and law-adherence score.
GrowthOn each hiring milestone, auto-enable next process bundle.
FactoryShip one new custom visualization microapp per week for real use cases.