{"id":27434873,"url":"https://github.com/ecstaticfly/devium--interactive_code_editor","last_synced_at":"2025-04-14T18:27:47.940Z","repository":{"id":277205259,"uuid":"931592610","full_name":"EcstaticFly/Devium--Interactive_Code_Editor","owner":"EcstaticFly","description":"Devium is a real-time, interactive code editor that lets users write, execute, and share code in up to 10 languages. It features Monaco Editor, Piston API for execution, real-time collaboration, and a user dashboard to track stats.","archived":false,"fork":false,"pushed_at":"2025-04-14T14:08:38.000Z","size":764,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T15:28:46.213Z","etag":null,"topics":["clerkauth","convex","docker","docker-compose","lemonsqueezy","monaco-editor","nextjs","piston-api","realtime-database","responsive-design","tailwind-css","typescript","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://devium-nine.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EcstaticFly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-12T14:38:52.000Z","updated_at":"2025-04-14T14:08:42.000Z","dependencies_parsed_at":"2025-04-14T15:28:52.141Z","dependency_job_id":"04e35151-4df0-48ca-a388-046d31a1c815","html_url":"https://github.com/EcstaticFly/Devium--Interactive_Code_Editor","commit_stats":null,"previous_names":["ecstaticfly/devium","ecstaticfly/devium--interactive_code_editor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EcstaticFly%2FDevium--Interactive_Code_Editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EcstaticFly%2FDevium--Interactive_Code_Editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EcstaticFly%2FDevium--Interactive_Code_Editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EcstaticFly%2FDevium--Interactive_Code_Editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EcstaticFly","download_url":"https://codeload.github.com/EcstaticFly/Devium--Interactive_Code_Editor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248935599,"owners_count":21185865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerkauth","convex","docker","docker-compose","lemonsqueezy","monaco-editor","nextjs","piston-api","realtime-database","responsive-design","tailwind-css","typescript","vercel-deployment"],"created_at":"2025-04-14T18:27:47.129Z","updated_at":"2025-04-14T18:27:47.925Z","avatar_url":"https://github.com/EcstaticFly.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Devium – Interactive Code Editor  \n\nDevium is a **real-time, interactive code editor** that allows users to write, execute, and share code in **up to 10 languages**. It offers a **free tier (1 language)** and a **Pro version (10 languages)** with premium features. The platform supports **Monaco Editor, Piston API for execution, real-time collaboration, and a user profile dashboard** for tracking stats.  \n\n🔗 **Live Site:** [Devium](https://devium-nine.vercel.app/)  \n📂 **Source Code:** [GitHub](https://github.com/EcstaticFly/Devium)  \n\n## ✨ Features  \n- **🖥️ Multi-Language Support** – Execute code in up to **10 programming languages**.  \n- **💾 Real-Time Database** – Uses **Convex** for seamless data storage.  \n- **💡 Code Sharing \u0026 Collaboration** – Users can **share, star, and comment** on code snippets.  \n- **📊 User Dashboard** – View **execution stats, most used languages, and total starred snippets**.  \n- **🎨 Customizable Themes** – Choose from different themes for a **personalized coding experience**.  \n- **💳 Subscription Model** – Free tier (1 language), Pro version (10 languages) via **LemonSqueezy payments**.  \n- **🐳 Containerized with Docker** – Ensures **scalability and easy deployment**.  \n\n## 🛠 Tech Stack  \n- **Frontend:** Next.js, TypeScript, TailwindCSS  \n- **Auth \u0026 Payments:** Clerk, LemonSqueezy  \n- **Database:** Convex (real-time)  \n- **Code Execution:** Monaco Editor, Piston API  \n- **Deployment:** Docker  \n\n## 🚀 Installation \u0026 Setup  \n1️⃣ **Clone the repository:**  \n   ```bash\n   git clone https://github.com/EcstaticFly/Devium.git\n   cd Devium\n   ```\n2️⃣ **Configure environment variables:**\n```bash\ntouch .env.local\n\n#setup .env.local file:\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key\nCLERK_SECRET_KEY=your_clerk_secret_key\nCLERK_WEBHOOK_SECRET=your_clerk_webhook_secret\nNEXT_PUBLIC_CONVEX_URL=your_convex_url\nCONVEX_DEPLOYMENT=your_convex_deployment\nNEXT_PUBLIC_CHECKOUT_URL=your_lemonsqueezy_checkout_url\nPAYMENT_WEBHOOK_SIGNING_SECRET=your_lemonsqueezy_webhook_secret\n```\n\n3️⃣ **Run Docker Command:**\n```bash\n#To start Devium\ndocker compose up --build -d\n\n#if already built once\ndocker compose up -d\n\n#To stop Devium\ndocker compose down\n```\n\n4️⃣ **The app will be live at http://localhost:3000** \n\n## 🤝 Contributing  \nContributions, issues, and feature requests are welcome!  \nFeel free to **fork** the repo and submit a **pull request**.  \n\n## 📜 License  \nThis project is licensed under the **GNU GENERAL PUBLIC LICENSE v3**.\n\n## 📬 Contact\nFor inquiries, reach out to me at [Suyash Pandey](mailto\\:suyash.2023ug1100@iiitranchi.ac.in).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecstaticfly%2Fdevium--interactive_code_editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecstaticfly%2Fdevium--interactive_code_editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecstaticfly%2Fdevium--interactive_code_editor/lists"}