Skip to content

ChatKcal Documentation

Mission

ChatKcal is an AI-first calorie tracker designed to simplify nutrition logging by leveraging the power of Large Language Models (LLMs). This documentation serves as the central source of truth for our architecture, development standards, and project roadmap.


🏗️ Architecture

Deep dives into the system design, including our offline-first approach and testing philosophy.


📝 Development Notes

Guides, patterns, and best practices for building and maintaining ChatKcal.


📈 Project Management

Tracking our progress from foundation to friction-zero UX.


🚀 Quick Start (Development)

To serve this documentation locally:

task docs

To start the frontend development server:

task dev

To build the backend:

sam build