Convert code between languages or formats in seconds using AI-powered magic. Built with love, speed, and elegance.
- ✨ Instant code conversion using AI
- 🧠 Intuitive and developer-friendly UI
- ⚙️ Built with Next.js + Tailwind + Bun
- 🧩 Modular, clean component structure
- 💡 Fully open-source and customizable
Ensure you have Node.js or Bun installed.
Check your version:
node -v
# or
bun -vIf not installed, grab it from nodejs.org or bun.sh.
🛠️ Installation
- Clone the Repository
git clone https://github.com/venomblaze-alpha/code-converter.git
cd code-converter- Install Dependencies Using npm:
npm installOr with Bun:
bun install- Start the Dev Server Using npm:
npm run devOr with Bun:
bun run devOpen your browser and visit:
http://localhost:3000
📥 Download Project as ZIP
