⚡️ Devex — A Fast, Secure, and Scalable Repl-as-a-Service Platform built for Developers 🚀

2 Open Issues Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a magic link authentication system alongside the existing GitHub OAuth for the DevEx platform. This involves creating a new authentication flow using email, modifying the backend to handle both authentication methods and distinguish between user types, updating the frontend UI to include the magic link option, and disabling GitHub-specific features for magic link users. The implementation should draw inspiration from a previous project, Hopster.

Complexity: 4/5
enhancement good first issue auth

⚡️ Devex — A Fast, Secure, and Scalable Repl-as-a-Service Platform built for Developers 🚀

TypeScript

AI Summary: Implement a loading state and disable terminal input in the `TerminalInterface.tsx` component during asynchronous REPL operations (create, start, delete). This involves modifying the component to detect ongoing asynchronous actions, disable the input field, display a loading indicator, and re-enable the input upon completion.

Complexity: 3/5
bug good first issue frontend

⚡️ Devex — A Fast, Secure, and Scalable Repl-as-a-Service Platform built for Developers 🚀

TypeScript