You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChittyFinance is a full-stack financial management platform for the ChittyOS ecosystem. It provides intelligent financial tracking, AI-powered advice (GPT-4o), recurring charge optimization, and integrations with Mercury Bank, Wave Accounting, and Stripe payments.
Scope
IS Responsible For
Financial dashboard with real-time summaries
Multi-tenant financial data management (IT CAN BE LLC entity structure)
Mercury Bank integration (via ChittyConnect)
Wave Accounting integration (OAuth 2.0 + GraphQL)
Stripe payment processing and webhooks
AI financial advice (OpenAI GPT-4o)
Recurring charge analysis and optimization
Property management (rent roll, leases)
Inter-company transaction tracking
GitHub integration for project cost attribution
Tenant-scoped financial data isolation
IS NOT Responsible For
Identity generation (ChittyID)
Token provisioning (ChittyAuth)
Service registration (ChittyRegister)
Evidence management (ChittyLedger)
Legal case management (ChittyCases)
Dual-Mode Operation
Standalone Mode (Local Development)
SQLite database
Single-tenant (no multi-tenancy)
Database file: ./chittyfinance.db
System Mode (Production)
PostgreSQL (Neon) with full multi-tenancy
IT CAN BE LLC entity structure
Cloudflare Workers deployment
IT CAN BE LLC Entity Structure
IT CAN BE LLC (holding)
├── JEAN ARLENE VENTURING LLC (personal, 85% owner)
├── ARIBIA LLC (series, 100% owned)
│ ├── ARIBIA LLC - MGMT (management)
│ │ ├── Chicago Furnished Condos (consumer brand)
│ │ └── Chitty Services (vendor/tech services)
│ ├── ARIBIA LLC - CITY STUDIO (property)
│ └── ARIBIA LLC - APT ARLENE (property)
└── ChittyCorp LLC (holding, pending formation)
Full-stack financial management platform — intelligent tracking, AI-powered advice, recurring charge optimization for the IT CAN BE LLC entity structure
Connectivity
VY
How does it ACT?
Mercury Bank via ChittyConnect proxy; Wave Accounting OAuth 2.0 + GraphQL; Stripe payment processing + webhooks; OpenAI GPT-4o financial advice; dual-mode (standalone SQLite / system PostgreSQL multi-tenant)
Authority
RY
Where does it SIT?
Tier 3 Service — authoritative for financial data aggregation and AI advice; delegates identity to ChittyID, banking connectivity to ChittyConnect, audit logging to ChittyChronicle
Document Triad
This charter is part of a synchronized documentation triad. Changes to shared fields must propagate.