Code Craft is a SaaS code editor built with Next.js 15, Convex, Clerk, and TypeScript. It supports 10 programming languages, offers 5 VSCode themes, and includes features like smart output handling, code sharing, and a statistics dashboard. Flexible pricing with Free and Pro plans integrates Lemon Squeezy.
- Collaborative Editing: Users can work on the same project in real-time.
- Authentication: Secure login and user management with Clerk.
- Efficient Backend: Powered by Convex for real-time data handling.
- Responsive UI: Built with Tailwind CSS for an optimal experience across devices.
Follow these instructions to set up and run the Code Craft project on your local machine.
- Node.js
- npm (Node Package Manager)
- Convex CLI
- A modern web browser
- Clone the repository:
git clone https://github.com/kushalpatel0265/Code-Craft.git
- Navigate to the project directory:
cd Code-Craft
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open a web browser and navigate to
http://localhost:3000
to start using the code editor.
Contributions to this project are welcome! Please fork the repository and submit a pull request with your features or corrections.
- Gmail: kushalpatel0265@gmail.com
- Project Link: GitHub Repository
- Deployment Link: Live Project