Skip to content

Commit 14d0083

Browse files
chitcommitclaude
andcommitted
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 <noreply@anthropic.com>
1 parent f93dcee commit 14d0083

1 file changed

Lines changed: 20 additions & 36 deletions

File tree

profile/README.md

Lines changed: 20 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,33 @@
11
# ChittyApps
22

3-
> Legal Technology & Property Management Ecosystem
3+
**End-user applications built on the ChittyOS platform.**
44

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.
66

7-
## Focus Areas
7+
## Projects
88

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 |
1316

14-
## Our Repositories
17+
## How It Fits
1518

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+
```
1724

18-
### 🔍 Discover Projects
25+
Every app authenticates through ChittyAuth, resolves identity via ChittyID, and logs events to ChittyChronicle.
1926

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
2328

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`.
4430

4531
---
4632

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

Comments
 (0)