An interactive playground for experimenting with Solid 2.0, built with Solid 1.0.
- Live Code Editor - Full-featured code editor with syntax highlighting
- Real-time Compilation - See your changes instantly as you type
- Vim Mode - Built-in NetVim integration for vim keybindings
- Autocomplete - Intelligent code completion for JavaScript
- Multiple File Support - Work with multiple files simultaneously
- PWA Support - Install as a progressive web app
- Mobile Ready - Responsive design works on all devices
- Android App - Native Android version available for download
Try it out online: https://clinuxrulz.github.io/solid-2-playground/
An Android APK is available for download from the GitHub Releases section. Install it directly on your Android device for an offline-capable experience.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build- Solid 1.9 - UI framework
- CodeMirror 6 - Code editor
- Babel - In-browser transpilation
- Capacitor - Cross-platform mobile support
- Vite - Build tool
MIT