Open source toolkit for building on @Stacks, from clarity contract to type-safe dapps in seconds. Scaffolding, Auto-codegen and Live debug UI

Joined June 2021
4 Photos and videos
Pinned Tweet
The missing link for the @Stacks developer experience has arrived. We’re thrilled to announce the launch of Scaffold Stacks and the release of stacksdapp CLI v0.1.3 — the ultimate full-stack toolkit for the @Stacks ecosystem. The Problem: For too long, Stacks developers have been bogged down by manual syncing, fragile frontend integrations, and fragmented workflows. The Solution: Scaffold Stacks bridges the gap between Clarity smart contracts and modern frontends. It’s the "missing link" that lets you focus on logic while we handle the infrastructure. What’s under the hood? - Instant Scaffolding: Spin up a Next.js Tailwind Clarity project in seconds. - Type-Safe Codegen: Automatically generate TypeScript hooks directly from your .clar contracts. No more manual copying. - Live Debug UI: A dynamic frontend that adapts to your contract functions in real-time. - Easy Deployment: Orchestrate multi-contract deployments across Devnet, Testnet, and Mainnet with a single command. - Smart Templates: Instant scaffolding for SIP-009 (NFTs) and SIP-010 (FTs) to get your tokens live in minutes. Why this matters: Velocity is the lifeblood of an ecosystem. By slashing the time it takes to go from a blank directory to a functional dApp, we are empowering the next wave of Stacks builders to ship faster, safer, and with better DevX. Join the movement: Install: cargo install stacksdapp Docs: scaffoldstacks.mintlify.app/ GitHub: github.com/scaffold-stack/sc… See it in action: Check out our live Demo dApp built entirely with the toolkit: demo-stacks.vercel.app/ The future of Bitcoin L2 is being built today. Let’s build @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ
2
8
20
1,451
To the @Stacks developer community, Scaffold Stacks (`stacksdapp` CLI) just crossed 1,000 total downloads and we want to take a moment to genuinely appreciate everyone who has been part of this journey. To every developer who installed the tool, tried it on a project, filed an issue, or took the time to share feedback, thank you. Your input has been the single most valuable driver of improvement. We read everything. This milestone isn't just a number. It's a signal that the community needs better tooling, and we're committed to delivering it. We're actively maintaining and iterating on Scaffold Stacks, the roadmap is moving, and your feedback directly shapes what gets built next. If you haven't tried it yet, we'd love to have you. And if you have, keep the feedback coming. It genuinely matters. Here's to the next 1,000🎉. Get started here : scaffoldstacks.mintlify.app @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ @StacksEndowment @adam_haun
Watch how to go from contract to full-blown dapp in under 4 minutes using the stacksdapp CLI. In the demo we build an on-chain message board: users connect a wallet, post messages stored on @Stacks, and pay a tiny sBTC fee (1 sat) per message. Clarity contract, reusable hooks, and a Next.js debug UI, all wired up end to end. Scaffold Stacks bridges the gap between Clarity smart contracts and modern frontends. It lets you focus on logic while we handle the infrastructure. docs: scaffoldstacks.mintlify.app/ @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ @StacksEndowment
3
11
592
Scaffold Stacks retweeted
Watch how to go from contract to full-blown dapp in under 4 minutes using the stacksdapp CLI. In the demo we build an on-chain message board: users connect a wallet, post messages stored on @Stacks, and pay a tiny sBTC fee (1 sat) per message. Clarity contract, reusable hooks, and a Next.js debug UI, all wired up end to end. Scaffold Stacks bridges the gap between Clarity smart contracts and modern frontends. It lets you focus on logic while we handle the infrastructure. docs: scaffoldstacks.mintlify.app/ @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ @StacksEndowment
There is still 2 weeks left to enter the monthly Stacks builder rewards campaign on Talent. Join the most impactful Stacks builders and earn a share of the $5,000 prize pool. To take part, simply submit your project and its related smart contracts.
5
11
741
Scaffold Stacks retweeted
One of the top ways to earn yield on Stacks from the latest @bitcoin_yield report: Provide sBTC liquidity to DEX pools and earn trading fees.
15
16
98
4,281
Your stacksdapp CLI update - Full-stack Stacks dApps from one CLI. stacksdapp v0.1.8 is out - `stacksdapp test ` now runs contract frontend Vitest (not just contracts)
 - Next.js build fix: read-only codegen works with @stacks/transactions v7 (getReadOnlyNetwork, no broken fetchOptions)
 - @stacks/network v7 in the template Hiro API key support
 - Wallet cleanup: removed dead useWallet context; Jotai  WalletProvider only
 Get started : cargo install stacksdapp
 docs : scaffoldstacks.mintlify.app @Stacks @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ @StacksEndowment
3
9
133
Scaffold Stacks retweeted
Stacks isn't just building on Bitcoin. It's becoming the Bitcoin economy, the layer where Bitcoin capital finally unlocks its full potential.
8
26
135
5,775
Scaffold Stacks retweeted
May 13
What makes swapping bitcoin through @JingSwap_v2 a better option than other swap providers? And technically how is this advantage architected via Clarity smart contracts on @Stacks? Check out the full deep dive in the link below.
3
9
33
1,562
Scaffold Stacks retweeted
Stacks DeFi Show #111 x.com/i/spaces/1PKqrELyXrQGb
1
17
50
2,225
Scaffold Stacks retweeted
Bitcoin Staking is the top of the funnel. Stacks core contributors explain the flywheel beyond staking: Bitcoin-native finance, financial instruments, and a fully onchain Bitcoin economy built on Stacks.
7
23
118
6,778
Scaffold Stacks retweeted
Stacks: meeting users where they are. Watch Stacks core contributors explain the Stacks roadmap item that focuses on an end-to-end onboarding experience:
9
19
112
5,013
Scaffold Stacks retweeted
The April challenges on Talent for devs submitting projects and Clarity code has ended. Congrats to all the most impactful Stacks builders who earned a share of the $5k rewards pool. Keep learning and building on Stacks as the May rewards campaign is coming up soon.
2
7
36
852
Your stacksdapp CLI update @sfdstacks - v0.1.6 is out - Bug fixes - init (command): adopt an existing Clarinet repo from the current directory; standard layout (root Clarinet.toml) is normalized into the scaffold layout (contracts/Clarinet.toml, sources under contracts/contracts/, settings/tests/deployments co-located under contracts/ when needed) - upgrade (command): refresh frontend   contracts dependencies and rerun codegen in a non-destructive workflow. - deploy: invalid --network values return a clear error instead of panicking - deploy: Kahn topological sort over parsed local deps (`contract-call?` / `use-trait`) fixes publish ordering and false-positive cycle errors. - deploy (mainnet): explicit confirmation step before broadcasting (deployer, fee estimate, contract list; type y to proceed) - dev(bug fix): long-running processes are supervised; Ctrl C shuts down Clarinet devnet and the frontend dev server instead of leaving orphans - dev(bug fix): non-zero Clarinet / `npm run dev` `ExitStatus` surfaces as `Err` instead of silent success. - generate --watch(bug fix): run codegen once, then watch contracts/contracts and regenerate on .clar changes (without starting the full dev stack) (Shipped with the CLI release: generated app updates from templates, strict NEXT_PUBLIC_NETWORK validation, optional NEXT_PUBLIC_HIRO_API_KEY for Stacks API calls, tx status polling explorer links in the debug UI.) @Stacks @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ @StacksEndowment
3
7
418
Scaffold Stacks retweeted
Casually deploying on @Stacks mainnet with stacksdapp cli (@sfdstacks) @StacksDevs @StacksOrg @stackslabs @hirosystems @ECBSJ @StacksEndowment
5
18
357
Scaffold Stacks retweeted
Our 2026 roadmap is live. Here's how we're turning Bitcoin into a full financial layer 🧵
24
59
211
24,445
Scaffold Stacks retweeted
Your stacksdapp CLI update @sfdstacks - v0.1.5 is out - supports tuple/list/optional/response inputs in generated debug forms with ABI-driven JSON parsing and ClarityValue conversion - CLI Optimization @StacksDevs @StacksOrg @stackslabs @hirosystems @ECBSJ @StacksEndowment
3
10
163
Scaffold Stacks retweeted
Your stacksdapp CLI update @sfdstacks - v0.1.4 is out - deploy --contract <name> now supports single-contract deployment - deploy --dry-run now previews plan fee without broadcasting - selective deploy plan handling fixed (no overwrite regressions / malformed plan rewrites) - single-contract deploy now merges into existing frontend/src/generated/deployments.json - CLI startup/install flow optimized @StacksDevs @StacksOrg @stackslabs @hirosystems @ECBSJ @StacksEndowment
4
13
292
Scaffold Stacks retweeted
Deploy a counter contract with Scaffold stacks in a minute on @Stacks No manual setup or integrations. Just scaffold → write → deploy -> interact. Watch how Scaffold Stacks takes you from zero to a live dapp, with type-safe hooks auto-generated on the fly. Join the movement: Install: cargo install stacksdapp Docs: scaffoldstacks.mintlify.app GitHub: github.com/scaffold-stack/sc… Live Demo dApp built entirely with the toolkit: demo-stacks.vercel.app @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ @StacksEndowment
The missing link for the @Stacks developer experience has arrived. We’re thrilled to announce the launch of Scaffold Stacks and the release of stacksdapp CLI v0.1.3 — the ultimate full-stack toolkit for the @Stacks ecosystem. The Problem: For too long, Stacks developers have been bogged down by manual syncing, fragile frontend integrations, and fragmented workflows. The Solution: Scaffold Stacks bridges the gap between Clarity smart contracts and modern frontends. It’s the "missing link" that lets you focus on logic while we handle the infrastructure. What’s under the hood? - Instant Scaffolding: Spin up a Next.js Tailwind Clarity project in seconds. - Type-Safe Codegen: Automatically generate TypeScript hooks directly from your .clar contracts. No more manual copying. - Live Debug UI: A dynamic frontend that adapts to your contract functions in real-time. - Easy Deployment: Orchestrate multi-contract deployments across Devnet, Testnet, and Mainnet with a single command. - Smart Templates: Instant scaffolding for SIP-009 (NFTs) and SIP-010 (FTs) to get your tokens live in minutes. Why this matters: Velocity is the lifeblood of an ecosystem. By slashing the time it takes to go from a blank directory to a functional dApp, we are empowering the next wave of Stacks builders to ship faster, safer, and with better DevX. Join the movement: Install: cargo install stacksdapp Docs: scaffoldstacks.mintlify.app/ GitHub: github.com/scaffold-stack/sc… See it in action: Check out our live Demo dApp built entirely with the toolkit: demo-stacks.vercel.app/ The future of Bitcoin L2 is being built today. Let’s build @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ
6
14
720
Scaffold Stacks retweeted
The missing link for the @Stacks developer experience has arrived. We’re thrilled to announce the launch of Scaffold Stacks and the release of stacksdapp CLI v0.1.3 — the ultimate full-stack toolkit for the @Stacks ecosystem. The Problem: For too long, Stacks developers have been bogged down by manual syncing, fragile frontend integrations, and fragmented workflows. The Solution: Scaffold Stacks bridges the gap between Clarity smart contracts and modern frontends. It’s the "missing link" that lets you focus on logic while we handle the infrastructure. What’s under the hood? - Instant Scaffolding: Spin up a Next.js Tailwind Clarity project in seconds. - Type-Safe Codegen: Automatically generate TypeScript hooks directly from your .clar contracts. No more manual copying. - Live Debug UI: A dynamic frontend that adapts to your contract functions in real-time. - Easy Deployment: Orchestrate multi-contract deployments across Devnet, Testnet, and Mainnet with a single command. - Smart Templates: Instant scaffolding for SIP-009 (NFTs) and SIP-010 (FTs) to get your tokens live in minutes. Why this matters: Velocity is the lifeblood of an ecosystem. By slashing the time it takes to go from a blank directory to a functional dApp, we are empowering the next wave of Stacks builders to ship faster, safer, and with better DevX. Join the movement: Install: cargo install stacksdapp Docs: scaffoldstacks.mintlify.app/ GitHub: github.com/scaffold-stack/sc… See it in action: Check out our live Demo dApp built entirely with the toolkit: demo-stacks.vercel.app/ The future of Bitcoin L2 is being built today. Let’s build @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ
2
8
20
1,451
Scaffold Stacks retweeted
The goal from day one was to solve a personal pain point: the friction between writing a smart contract and actually seeing it work in a frontend. Scaffold Stacks exists because the @Stacks developer experience deserved a "hot-reload" moment. Manual syncing and boilerplate hooks are the primary killers of momentum. By automating the integration layer, the focus shifts back to where it belongs; shipping innovative logic on @Stacks . This release of stacksdapp v0.1.3 is a commitment to making the ecosystem more accessible and high-velocity. It’s the toolkit that should have existed from the start, and it's exciting to finally put it in the hands of the community. The journey to elite DevX on Bitcoin L2 is long, but this is a massive step forward. @StacksDevs @StacksOrg @StacksEndowment @muneeb
The missing link for the @Stacks developer experience has arrived. We’re thrilled to announce the launch of Scaffold Stacks and the release of stacksdapp CLI v0.1.3 — the ultimate full-stack toolkit for the @Stacks ecosystem. The Problem: For too long, Stacks developers have been bogged down by manual syncing, fragile frontend integrations, and fragmented workflows. The Solution: Scaffold Stacks bridges the gap between Clarity smart contracts and modern frontends. It’s the "missing link" that lets you focus on logic while we handle the infrastructure. What’s under the hood? - Instant Scaffolding: Spin up a Next.js Tailwind Clarity project in seconds. - Type-Safe Codegen: Automatically generate TypeScript hooks directly from your .clar contracts. No more manual copying. - Live Debug UI: A dynamic frontend that adapts to your contract functions in real-time. - Easy Deployment: Orchestrate multi-contract deployments across Devnet, Testnet, and Mainnet with a single command. - Smart Templates: Instant scaffolding for SIP-009 (NFTs) and SIP-010 (FTs) to get your tokens live in minutes. Why this matters: Velocity is the lifeblood of an ecosystem. By slashing the time it takes to go from a blank directory to a functional dApp, we are empowering the next wave of Stacks builders to ship faster, safer, and with better DevX. Join the movement: Install: cargo install stacksdapp Docs: scaffoldstacks.mintlify.app/ GitHub: github.com/scaffold-stack/sc… See it in action: Check out our live Demo dApp built entirely with the toolkit: demo-stacks.vercel.app/ The future of Bitcoin L2 is being built today. Let’s build @StacksDevs @StacksOrg @stackslabs @hirosystems @muneeb @katemparkman @ECBSJ
4
13
270