Changelog

Releases

The history of Create Stacks App and its journey to becoming the de facto scaffolding tool for Bitcoin L2 developers.

v0.2.432026-03-21

The sBTC & UI Update

Release stable

Key Highlights

  • Native sBTC integration (Peg-in/Peg-out flow logic)
  • New `useSbtcBalance` and `useSbtcDeposit` hooks
  • Optional shadcn/ui component library injection
  • Enhanced CLI conditional scaffolding logic
changelog.md
### Added - **sBTC Integration**: Native support for Bitcoin-backed assets (sBTC) out of the box. - **useSbtcBalance Hook**: Pre-configured hook to instantly fetch a user's sBTC balance. - **useSbtcDeposit Hook**: End-to-end peg-in flow handling (P2TR, BTC transfer, Emily API). - **shadcn/ui Support**: Optional shadcn/ui selection during CLI setup. ### Changed - **sBTC Library**: Generated projects now include the `sbtc` npm package by default. - **CLI Prompts**: Updated generator flow for UI framework selection. ### Fixed - **Dependency Sync**: Locked Stacks.js v8+ and sBTC alpha dependencies for stability. - **Flag Handling**: Fixed CLI bug where --no flags didn't skip dependent prompts.
v0.2.422026-02-28

DeFi & Professional DX

Release stable

Key Highlights

  • Staking Pool & NFT Marketplace templates
  • Vitest + Clarinet SDK testing suite
  • Tailwind CSS v4 upgrade
  • Explicit string network identifiers (v7+ standards)
changelog.md
### Added - **Contract Verification Rig**: Monorepo-wide contract testing suite. - **New Templates**: Added Staking Pool and NFT Marketplace templates. - **Intelligent Dependency Resolution**: Automated SIP trait inclusion. ### Changed - **Ecosystem Upgrade**: Migrated to modern @stacks namespace. - **Tailwind CSS v4**: Fully upgraded all frontend templates. ### Fixed - **Contract Logic**: Resolved bugs in staking and marketplace templates. - **Token Overflow**: Fixed SupplyOverflow bug in Token template.