From 14d00830c3bd744963920698a43e66c0d994f2f2 Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Tue, 24 Mar 2026 01:56:58 +0000 Subject: [PATCH] feat: rewrite org profile with project catalog and ecosystem context Replaces generic boilerplate with actual project descriptions, stack info, and ecosystem positioning diagram. Co-Authored-By: Claude Opus 4.6 --- profile/README.md | 56 +++++++++++++++++------------------------------ 1 file changed, 20 insertions(+), 36 deletions(-) diff --git a/profile/README.md b/profile/README.md index e875b36..83b6f47 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,49 +1,33 @@ # ChittyApps -> Legal Technology & Property Management Ecosystem +**End-user applications built on the ChittyOS platform.** -Building innovative solutions for legal professionals and property managers +ChittyApps delivers the products people actually use -- financial management, document signing, evidence processing, and AI agent interfaces -- all backed by ChittyOS trust infrastructure. -## Focus Areas +## Projects -- **Legal Technology** -- **Property Management** -- **AI-Powered Tools** -- **Workflow Automation** +| Project | What It Does | Stack | +|---------|-------------|-------| +| [**ChittyFinance**](https://github.com/chittyapps/chittyfinance) | Multi-entity financial management with Plaid banking integration | Express + React + Vite | +| [**DocuMint**](https://github.com/chittyapps/documint) | Document signing with ChittyProof 11-pillar proof standard | Cloudflare Workers | +| [**ChittyProof**](https://github.com/chittyapps/chittyproof) | Evidence-grade document transformation and proof minting | Cloudflare Workers | +| [**ChittyContextual**](https://github.com/chittyapps/chittycontextual) | Timeline analysis and contextual topic extraction with iMessage integration | Cloudflare Workers | +| [**ChittyAgent Studio**](https://github.com/chittyapps/chittyagent-studio) | Visual AI agent builder and management interface | React | -## Our Repositories +## How It Fits -Explore our projects organized by purpose and technology: +``` +ChittyFoundation --> Trust anchors (ID, Chain, DNA) +ChittyOS --> Platform services (Auth, Connect, Router) +ChittyApps --> User-facing products <-- you are here +``` -### 🔍 Discover Projects +Every app authenticates through ChittyAuth, resolves identity via ChittyID, and logs events to ChittyChronicle. -- **By Language**: Use repository topics to filter by programming language -- **By Purpose**: Look for repositories tagged with specific use cases -- **By Status**: Active development vs. archived projects +## Contributing -### 🚀 Getting Started - -1. **Browse**: Check out our pinned repositories for key projects -2. **Contribute**: See individual repository CONTRIBUTING.md files -3. **Connect**: Reach out via repository issues or discussions - -## Community - -- **Issues**: Report bugs and request features in individual repositories -- **Discussions**: Join conversations in repository discussion sections -- **Contributing**: We welcome contributions! See our contribution guidelines - -## Standards - -All our repositories follow consistent standards: - -- ✅ Clear documentation (README, CONTRIBUTING, LICENSE) -- ✅ Proper tagging and descriptions -- ✅ Code quality practices -- ✅ Community guidelines +Each repo has a `CLAUDE.md` with dev commands and patterns. Most apps deploy to Cloudflare Workers via `npx wrangler deploy`. --- -**Building quality software that makes a difference** ✨ - -*This organization is part of the broader Chitty ecosystem of technology solutions.* +Part of the [ChittyOS ecosystem](https://github.com/chittyos)