Problem
Currently, users cannot easily share their written code with others. This limits collaboration and learning through sharing examples.
Proposed Solution
Introduce a "Share Code" feature that:
- Generates a shareable URL containing the code (Base64 encoded)
- Allows anyone opening the link to view and edit the same code
- Does not require backend storage initially
Benefits
- Encourages collaboration and learning
- Useful for teaching, debugging, and sharing examples