-
Notifications
You must be signed in to change notification settings - Fork 0
Rewrite org profile with project catalog #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
chitcommit
wants to merge
1
commit into
main
Choose a base branch
from
feat/org-profile-rewrite
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
| ``` | ||
|
|
||
| ### 🔍 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) | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
Verify each finding against the current code and only fix it if needed.
In
@profile/README.mdaround lines 19 - 23, The fenced code block in the READMEis 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.