An online IDE to write, execute and share multi-language code snippets with a developer-friendly experience
- 💻 Multi-language code execution (10+ languages)
- 🎨 5 VSCode-inspired themes
- ⚡ Smart output handling (success & error)
- 🔐 Clerk-auth with profile & history tracking
- 🔗 Shareable code snippets
- 🔍 Snippet search & filter
- 📊 Stats dashboard with usage metrics
- 💎 Free & Pro pricing plans (By Lemon Squeezy)
- 🧩 Font size customization for better accessibility
git clone https://github.com/Kishore-SR/code-circle.gitcd code-circlenpm install# Run the frontend
npm run dev# In another terminal, start the Convex dev server
npx convex devOpen http://localhost:3000 to view the app.
