Skip to content
Component installs need the registry setup— the Base UI shadcn project, the @vegastack namespace and the Cloudflare Access service token.
VegaStack Design

onboarding-01

An onboarding page section — the checklist with its progress, beside a what-is-next card. Composed from button, card, progress.

Last updated

Welcome to Acme

Five short steps and your workspace is doing real work.

Getting started

2 of 5 steps completed

x
Read the quickstart
Ten minutes from an empty workspace to a running agent.
Talk to us
A setup call with the team that builds Acme.

What it is

An onboarding page section — the checklist with its progress, beside a what-is-next card. It is a block: you pull it once with shadcn add, and then you own it — nothing re-pulls it and no integrity hash tracks your edits, unlike the components it composes.

Install

npx shadcn@latest add @vegastack/onboarding-01

This installs the block's own files plus the components it composes: button, card, progress.

Preview

Welcome to Acme

Five short steps and your workspace is doing real work.

Getting started

2 of 5 steps completed

x
Read the quickstart
Ten minutes from an empty workspace to a running agent.
Talk to us
A setup call with the team that builds Acme.

Files

FileRegistry typeTarget
onboarding-01/components/checklist.tsxregistry:componentapp/onboarding-01/components/checklist.tsx
onboarding-01/components/getting-started.tsxregistry:componentapp/onboarding-01/components/getting-started.tsx
onboarding-01/page.tsxregistry:pageapp/onboarding-01/page.tsx

Do / Don't

Do
Pull it once, then edit it freely — replace the sample data, the links and the copy with your own.
Don't
Treat it as an update-tracked component, or re-pull it and expect your edits to survive.

On this page