A decentralized sticky notes app built with XMTP and OnchainKit. Send private, colorful sticky notes to any wallet address!
- 🎨 Create colorful sticky notes
- 🔒 Private messaging using XMTP
- 🎯 Drag and position notes anywhere
- 💾 Persistent note positions and colors
- 👛 Easy wallet connection with OnchainKit
- 📱 Mobile-friendly design
- Next.js 14 (App Router)
- OnchainKit for wallet integration
- XMTP for private messaging
- TailwindCSS for styling
- TypeScript
- Clone the repository:
git clone https://github.com/onchaincommerce/super-sticky-notes.git
cd super-sticky-notes- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
devbranch for development- Create feature branches from
dev - Submit PRs to
devfor review - Production deployments merge from
devtomain
Create a .env.local file with:
NEXT_PUBLIC_PROJECT_ID=your_wallet_connect_project_id
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
MIT License - see LICENSE file for details