|
1 | 1 | # ChittyApps |
2 | 2 |
|
3 | | -> Legal Technology & Property Management Ecosystem |
| 3 | +**End-user applications built on the ChittyOS platform.** |
4 | 4 |
|
5 | | -Building innovative solutions for legal professionals and property managers |
| 5 | +ChittyApps delivers the products people actually use -- financial management, document signing, evidence processing, and AI agent interfaces -- all backed by ChittyOS trust infrastructure. |
6 | 6 |
|
7 | | -## Focus Areas |
| 7 | +## Projects |
8 | 8 |
|
9 | | -- **Legal Technology** |
10 | | -- **Property Management** |
11 | | -- **AI-Powered Tools** |
12 | | -- **Workflow Automation** |
| 9 | +| Project | What It Does | Stack | |
| 10 | +|---------|-------------|-------| |
| 11 | +| [**ChittyFinance**](https://github.com/chittyapps/chittyfinance) | Multi-entity financial management with Plaid banking integration | Express + React + Vite | |
| 12 | +| [**DocuMint**](https://github.com/chittyapps/documint) | Document signing with ChittyProof 11-pillar proof standard | Cloudflare Workers | |
| 13 | +| [**ChittyProof**](https://github.com/chittyapps/chittyproof) | Evidence-grade document transformation and proof minting | Cloudflare Workers | |
| 14 | +| [**ChittyContextual**](https://github.com/chittyapps/chittycontextual) | Timeline analysis and contextual topic extraction with iMessage integration | Cloudflare Workers | |
| 15 | +| [**ChittyAgent Studio**](https://github.com/chittyapps/chittyagent-studio) | Visual AI agent builder and management interface | React | |
13 | 16 |
|
14 | | -## Our Repositories |
| 17 | +## How It Fits |
15 | 18 |
|
16 | | -Explore our projects organized by purpose and technology: |
| 19 | +``` |
| 20 | +ChittyFoundation --> Trust anchors (ID, Chain, DNA) |
| 21 | +ChittyOS --> Platform services (Auth, Connect, Router) |
| 22 | +ChittyApps --> User-facing products <-- you are here |
| 23 | +``` |
17 | 24 |
|
18 | | -### 🔍 Discover Projects |
| 25 | +Every app authenticates through ChittyAuth, resolves identity via ChittyID, and logs events to ChittyChronicle. |
19 | 26 |
|
20 | | -- **By Language**: Use repository topics to filter by programming language |
21 | | -- **By Purpose**: Look for repositories tagged with specific use cases |
22 | | -- **By Status**: Active development vs. archived projects |
| 27 | +## Contributing |
23 | 28 |
|
24 | | -### 🚀 Getting Started |
25 | | - |
26 | | -1. **Browse**: Check out our pinned repositories for key projects |
27 | | -2. **Contribute**: See individual repository CONTRIBUTING.md files |
28 | | -3. **Connect**: Reach out via repository issues or discussions |
29 | | - |
30 | | -## Community |
31 | | - |
32 | | -- **Issues**: Report bugs and request features in individual repositories |
33 | | -- **Discussions**: Join conversations in repository discussion sections |
34 | | -- **Contributing**: We welcome contributions! See our contribution guidelines |
35 | | - |
36 | | -## Standards |
37 | | - |
38 | | -All our repositories follow consistent standards: |
39 | | - |
40 | | -- ✅ Clear documentation (README, CONTRIBUTING, LICENSE) |
41 | | -- ✅ Proper tagging and descriptions |
42 | | -- ✅ Code quality practices |
43 | | -- ✅ Community guidelines |
| 29 | +Each repo has a `CLAUDE.md` with dev commands and patterns. Most apps deploy to Cloudflare Workers via `npx wrangler deploy`. |
44 | 30 |
|
45 | 31 | --- |
46 | 32 |
|
47 | | -**Building quality software that makes a difference** ✨ |
48 | | - |
49 | | -*This organization is part of the broader Chitty ecosystem of technology solutions.* |
| 33 | +Part of the [ChittyOS ecosystem](https://github.com/chittyos) |
0 commit comments