Gluto is a sleek and responsive online code runner built with Next.js, Tailwind CSS, and Framer Motion, supporting multiple programming languages including JavaScript, C, Java, and Rust. Gluto provides a fast and elegant way to test and execute code snippets directly from the browser.
- Run code instantly in JavaScript, C, Java, and Rust
- Language-specific starter templates
- Beautiful dark-themed UI with Tailwind CSS
- Smooth animations using Framer Motion
- Next.js (App Router)
- Tailwind CSS
- Clone the repository:
git clone https://github.com/your-username/gluto-code-runner.git
cd gluto-code-runner
- Install dependencies:
npm install
- Build the project:
npm run build
- Start the server:
npm run start
- Open your browser:
http://localhost:3000
MIT License