Dec 30, 2024
Spin up the marketing site, connect the sandbox data, and invite your first teammates.

Welcome! This guide walks you through the fastest way to stand up Stack Dyno locally and understand how the pieces connect.
nvm install 20 && nvm use 20).frontend-user app).git clone https://github.com/stackdyno/stack-dyno-react.git
cd stack-dyno-react/website
npm install
npm run dev
| Package | Purpose | Command |
|---|---|---|
website/ | Marketing site & docs | npm run dev |
frontend-user/ | Customer FinOps console | npm run dev |
frontend-reseller/ | Partner control plane | npm run dev |
You can run each package in its own terminal and the Chakra UI theme keeps them visually consistent.
website/src/App.tsx./public/img/stack_dyno_logo.png with your brand.DemoForm.tsx with your Formspree or CRM endpoint.Tip: Keep the roof shot (Sankey spend view) intact so prospects immediately see what makes Stack Dyno different.
/docs/getting-started link so teammates have the same ramp plan.You now have the baseline required to layer in live data, automation, and customer-specific stories.
Need more depth? Check the related guides or ping us for a live walk-through.
Read the blog