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: https://t.co/3vFMtUg2cD
GitHub: https://t.co/rv0ZAxd9BU
See it in action: Check out our live Demo dApp built entirely with the toolkit: https://t.co/CzFbeq4XwL
The future of Bitcoin L2 is being built today. Let’s build
@StacksDevs@StacksOrg@stackslabs@hirosystems@muneeb@katemparkman@ECBSJ
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 : https://t.co/GeHnMvt3mi
@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: https://t.co/3vFMtUg2cD
@StacksDevs@StacksOrg@stackslabs@hirosystems@muneeb@katemparkman@ECBSJ@StacksEndowment
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: https://t.co/3vFMtUg2cD
@StacksDevs@StacksOrg@stackslabs@hirosystems@muneeb@katemparkman@ECBSJ@StacksEndowment
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: https://t.co/3vFMtUg2cD
@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.
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 : https://t.co/GeHnMvt3mi
@Stacks@StacksDevs@StacksOrg@stackslabs@hirosystems@muneeb@katemparkman@ECBSJ@StacksEndowment
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.
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.
Stacks: meeting users where they are.
Watch Stacks core contributors explain the Stacks roadmap item that focuses on an end-to-end onboarding experience:
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.
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
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
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: https://t.co/GeHnMvt3mi
GitHub: https://t.co/rv0ZAxd9BU
Live Demo dApp built entirely with the toolkit: https://t.co/JgMbPxulGc
@StacksDevs@StacksOrg@stackslabs@hirosystems@muneeb@katemparkman@ECBSJ@StacksEndowment
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: https://t.co/GeHnMvt3mi
GitHub: https://t.co/rv0ZAxd9BU
Live Demo dApp built entirely with the toolkit: https://t.co/JgMbPxulGc
@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: https://t.co/3vFMtUg2cD
GitHub: https://t.co/rv0ZAxd9BU
See it in action: Check out our live Demo dApp built entirely with the toolkit: https://t.co/CzFbeq4XwL
The future of Bitcoin L2 is being built today. Let’s build
@StacksDevs@StacksOrg@stackslabs@hirosystems@muneeb@katemparkman@ECBSJ
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: https://t.co/3vFMtUg2cD
GitHub: https://t.co/rv0ZAxd9BU
See it in action: Check out our live Demo dApp built entirely with the toolkit: https://t.co/CzFbeq4XwL
The future of Bitcoin L2 is being built today. Let’s build
@StacksDevs@StacksOrg@stackslabs@hirosystems@muneeb@katemparkman@ECBSJ
We are not simply plugging in a code generation tool. We use the Clarinet SDK as the ABI oracle for contract ABIs, then run those ABIs through a custom Rust parser and Tera-based code generation pipeline to produce contracts.ts, React hooks, and the debug UI. This gives us precise control over both the generated outputs and the developer workflow, while ensuring the frontend artifacts remain synchronized with the actual Clarity contract interface.
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: https://t.co/3vFMtUg2cD
GitHub: https://t.co/rv0ZAxd9BU
See it in action: Check out our live Demo dApp built entirely with the toolkit: https://t.co/CzFbeq4XwL
The future of Bitcoin L2 is being built today. Let’s build
@StacksDevs@StacksOrg@stackslabs@hirosystems@muneeb@katemparkman@ECBSJ