Why It's Different
Focus on What Matters
Sui dApp Starter lets you focus on your business logic from day one instead of developing the app skeleton for weeks.
Truly Full-Stack
Sui dApp Starter is a monorepo, powered by pnpm workspaces, where frontend and backend are integrated with each other through console scripts.
DX First
Designed with developer experience in mind, Sui dApp Starter provides necessary tooling to work with networks, build, test, lint, format and deploy.
Decentralized
Client-side React or Next.js as a foundation for the frontend part lets you host it in a decentralized manner.
Local Block Explorer
Seamlessly integrates with Local Sui Explorer, which lets you check your local transaction data during development.
Sui Components
With @suiware/kit included, you get NetworkType, Balance, Faucet and other components out of the box, so you don't have to reinvent the wheel.
Sui Hooks
The useNetworkType, useBalance, useFaucet, useTransact hooks from@suiware/kit encapsulate routine tasks, allowing you to develop quicker.
Templates
- Greeting (React)
- Greeting (Next.js)
- Counter (React)
Every template includes a Move contract and a frontend. Learn more
What People Think
@brendan.sui
Appreciate the effort you've put in here, as well as your local explorer repo!
@b1ackd0g
Have been following this in the Overflow Discord--looks extremely useful
@PerelmanDmitri
Thanks for doing that: this type of utilities are crucial for lowering the entrance barriers.
@Xenon
Excellent starter package for hackathons, you can jump right in and start building your idea from something that works and not from zero. Thanks!
@Erarnitox
Thank you for providing this for us! And even for free!
@pinebit
Everything is quite professionally done. Respect!