Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 354 Bytes

File metadata and controls

20 lines (15 loc) · 354 Bytes

TraceAI ⚡

AI-powered code execution explainer that visualizes logic flow line-by-line.

Tech Stack

  • Monorepo: Turborepo
  • Runtime: Bun
  • Backend: Hono
  • Frontend: React + TailwindCSS
  • AI: OpenAI / Groq Compatible API

Getting Started

# Install dependencies
bun install

# Start development server
bun run dev