Crazy Tools is an open-source platform that lets users contribute and showcase their personal or collaborative projects in a virtual desktop environment.
- 💻 Virtual desktop UI to explore and open projects
- 📁 Each project behaves like a standalone app/window
- 🔧 Easy to contribute your own project
- 🧩 Modular structure for adding/removing projects
- 🌐 Hosted on Vercel for fast and free access
👉 https://crazytools.vercel.app
- Fork the repo
- Clone your fork:
git clone https://github.com/Raahim2/crazytools.git
- Add your project to the
/projectsfolder using the provided structure. - Run locally:
npm install npm run dev
- Commit and open a pull request.
Each project should be placed under /projects/your-project-name and include a valid Next.js app structure or static HTML/JS/CSS setup.
Example:
/projects/
/my-cool-project/
index.html
style.css
script.js
Feel free to share ideas, suggest features, or report bugs through issues or pull requests.