Developers

A developer-friendly SSH control plane.

SecureTerm is built as a monorepo with a Vercel-ready web app, long-running gateway, shared Prisma database package, and typed shared schemas.

Gateway-first terminal

Browser sessions stream to a Node gateway, keeping SSH out of serverless functions.

GitHub Actions deploy

Push to main and deploy the server copy through the repository workflow.

Import scripts

Use the Termius/OpenSSH config importer to bootstrap your server inventory.

Automation-ready roadmap

API tokens, webhooks, CLI commands, and approval workflows are natural next extensions.

apps/web

Next.js product app

Auth, admin surfaces, dashboards, settings, terminal UI, SFTP UI, and public documentation pages.

apps/gateway

Long-running SSH gateway

WebSocket terminal streaming, SFTP operations, credential decryption, and server access checks.

packages

Shared database and schemas

Prisma schema, database client, Zod validation, role helpers, and shared protocol types.

Next features developers will love.

REST API tokens for server inventory
CLI for imports and quick connect
Webhook audit export
Terraform/OpenTofu provider later

Public tools for setup and planning.

Generate env secrets, parse SSH config exports, and plan access matrices without sending sensitive values to the server.

Open tools