Getting startedQuickstart

Quickstart

From zero to your first deploy in minutes.

This guide assumes you already have access to an eQuantic Space instance (SaaS at app.equantic.space or your own).

1
Create a workspace
After signing up, onboarding creates your first workspace and helps you choose which modules to enable (Tasks, Boards, Docs, Goals, DevOps).
2
Connect a repository
Under Repositories → Connect, install the eQuantic GitHub App on your account/organization and pick the repositories. The platform sets up the webhooks automatically.
3
Run a pipeline
Push (or trigger manually). eQuantic interprets your .github/workflows/*.yml and runs it on the runners — with a job graph and live logs.
4
Deploy a service
Under Deploy → New service, point to a repository. We detect the stack, build the image and publish a serverless app with a domain and TLS.
Prefer the terminal? See the CLI installation and run eqs deploy <service> straight from your shell.