SSH Studio is a modern web app for managing SSH keys, SSH connections, and browsing/transferring files via SFTP—all from an intuitive interface. Built with Nuxt 4 and Bun for fast, efficient development.
- Manage SSH keys and connections
- Browse and transfer files via SFTP
- Simple, intuitive UI
Install dependencies with Bun:
bun installStart the development server:
bun run devVisit http://localhost:3000 in your browser.
Build for production:
bun run buildPreview production build locally:
bun run previewFor deployment, see the Nuxt documentation.