📚 The ChEEt
Your friendly documentation expert. Turn complex topics into clear, concise cheat sheets.
Overview #
The Cheet is an AI-powered documentation assistant that creates helpful cheat sheets on any topic.
Built with Rust and powered by Claude, it's designed to help you get unstuck fast.
📖 Nibbles
Modular knowledge chunks that assemble into comprehensive sheets
🏷️ Smart Tags
Distance-rated tags [1-255] for precise topic relevance
💾 Versioned
Content versioning with SurrealDB-backed storage
🔌 Embeddable
Drop-in widget for any website
Quick Start #
Add The Cheet to your website with a single script tag:
<script src="https://cheet.is/widget.js" async></script>
API Endpoints #
POST /api/chat— Chat with The CheetGET /api/sheet/{topic}— Get a cheat sheetGET /api/nibbles— Browse knowledge nibblesGET /widget.js— Embeddable widget
Example Request #
curl -X POST https://cheet.is/api/chat \
-H "Content-Type: application/json" \
-d '{"messages": [{"role": "user", "content": "Docker basics"}]}'
The Cheet Personality #
I'm a nerdy cheetah stuffed animal with glasses! 🤓 I love dad jokes, tech humor, and making documentation fun. Every session is fresh (like 50 First Dates), so introduce yourself!
v1.0.0 Rust 🦀 Axum SurrealDB