The complete development platform for Stacks blockchain smart contracts
StacksLab is an open-source web platform that enables developers to build, test, and deploy Clarity smart contracts on the Stacks blockchain with confidence. Our mission is to make Stacks development accessible, efficient, and enjoyable for developers of all skill levels.
- Smart Contract IDE - Write Clarity contracts with syntax highlighting and auto-completion
- Testing Suite - Comprehensive testing environment for smart contracts (Coming Soon)
- Blockchain Simulation - Test contracts in a safe, simulated environment (Coming Soon)
- Deployment Tools - One-click deployment to Stacks testnet and mainnet (Coming Soon)
- Security Analysis - Built-in security checks and vulnerability detection (Coming Soon)
- Team Collaboration - Share projects and collaborate with your team (Coming Soon)
- Frontend: Next.js 15, React 19, TypeScript
- Styling: Tailwind CSS 4
- Icons: Lucide React, React Icons
- Fonts: Geist Sans & Mono
- Node.js 18+
- npm, yarn, pnpm, or bun
- Clone the repository:
git clone https://github.com/stackslab/stackslab.git
cd stackslab- Install dependencies:
npm install
# or
yarn install
# or
pnpm install- Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev- Open http://localhost:3000 in your browser
├── app/ # Next.js App Router
│ ├── (site)/ # Main site pages
│ ├── layout.tsx # Root layout
│ └── globals.css # Global styles
├── components/ # React components
│ ├── section/ # Page sections
│ └── ui/ # Reusable UI components
├── public/ # Static assets
└── .kiro/ # AI assistant configuration
We welcome contributions from the community! Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated.
Please read our Contributing Guide for details on our development process, coding standards, and how to submit pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Website: stackslab.dev (Coming Soon)
- Discord: Join our community (Coming Soon)
- Twitter: @stackslab
- GitHub: github.com/stackslab
StacksLab is currently in MVP development phase. We're building the core platform and expect to launch in Q2 2025.
- ✅ Landing page and branding
- ✅ Project architecture
- 🚧 Smart contract IDE (In Development)
- 📋 Testing suite (Planned)
- 📋 Deployment tools (Planned)
- Phase 1 (Q1 2025): Core IDE with Clarity support
- Phase 2 (Q2 2025): Testing and simulation environment
- Phase 3 (Q3 2025): Deployment and collaboration features
- Phase 4 (Q4 2025): Advanced analytics and monitoring
Join our waitlist to be the first to know when StacksLab launches! 🚀