Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 20 additions & 36 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -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
```
Comment on lines +19 to +23
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Add a language to the fenced code block (markdownlint MD040).

This block is currently untyped, which triggers linting and can reduce rendering consistency in some tooling.

✅ Suggested patch
-```
+```text
 ChittyFoundation  -->  Trust anchors (ID, Chain, DNA)
 ChittyOS          -->  Platform services (Auth, Connect, Router)
 ChittyApps        -->  User-facing products  <-- you are here
</details>

<details>
<summary>🧰 Tools</summary>

<details>
<summary>🪛 markdownlint-cli2 (0.21.0)</summary>

[warning] 19-19: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

</details>

</details>

<details>
<summary>🤖 Prompt for AI Agents</summary>

Verify each finding against the current code and only fix it if needed.

In @profile/README.md around lines 19 - 23, The fenced code block in the README
is untyped and triggers markdownlint MD040; update the triple-backtick fence
that surrounds the lines "ChittyFoundation --> Trust anchors (ID, Chain, DNA)"
/ "ChittyOS --> Platform services (Auth, Connect, Router)" /
"ChittyApps --> User-facing products <-- you are here" to include a
language identifier (e.g., use ```text) so the block is explicitly typed and
linting passes.


</details>

<!-- fingerprinting:phantom:triton:hawk -->

<!-- This is an auto-generated comment by CodeRabbit -->


### 🔍 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)
Loading