A powerful web-based terminal emulator with iSH-like interface, custom keyboard, and VS Code integration.
- Terminal Emulator: Full-featured terminal with command execution
- Custom Keyboard: Special keys (Ctrl, Esc, Tab, Alt, arrows) with mobile support
- Mobile Optimized: Auto-hide keyboard, responsive design
- VS Code Integration: Connect directly from VS Code
- Paste Support: Easy clipboard access
- Railway Deployment: Ready for cloud deployment
- Install dependencies:
npm install- Start the server:
node server.js- Open your browser and navigate to
http://localhost:3000
- Install the extension from the
vscode-extensiondirectory - Use the command
OpenCode: Connect to Terminal - Enter your server URL
- Install Railway CLI:
npm install -g @railway/cli - Login:
railway login - Deploy:
railway initthenrailway up
- Server:
server.js - Frontend:
public/directory - VS Code Extension:
vscode-extension/directory
MIT