Workflow

The FlickDesk circuit.

Every deploy follows the same transparent cycle. Nothing disappears into the cloud without your say-so, and every step is resumable if your laptop sleeps.

01

~7 seconds

Connect

OAuth with GitHub in one click. FlickDesk fetches your repos and stores short-lived access tokens in memory only.

02

1 form

Configure

Pick a repo, set framework overrides, drop in env vars, and claim a subdomain that proxies back to your workstation.

03

Deterministic

Deploy

Workers clone, install, build, and upload artifacts to Azure Blob. Logs stream back instantly to the dashboard.

04

Zero setup

Preview

Share *.flickdesk.tech links with teammates through the proxy layer. Toggle dark/light theme to match their OS.

Pipeline view

Git

depth=1 clone

Package manager

pnpm install

Build

next build | vite build | custom

Upload

az storage blob upload-batch

Serve

proxy rewrites

Meet the team →