Modern Deployment. Terminal First. Open Source.
Server (VPS)
curl -fsSL https://deeploy.sh/server.sh | sudo bashTUI (your machine)
curl -fsSL https://deeploy.sh/tui.sh | bashtask dev:server # Server (SQLite as default)
task dev:server:postgres # Server (PostgreSQL - confirgure .env)
task dev:tui # TUI client
task dev:docs # Docs websiteFor PostgreSQL, set DB_DRIVER=pgx in .env.
