Stickify is a lightweight, elegant sticky notes application for your desktop. Capture thoughts, ideas, and reminders with a clean, distraction-free interface.
- Simple & Elegant: Minimalist interface focused on your notes
- Collapsible Sidebar: Toggle between full view and compact mode
- Auto-resizing Notes: The text area grows with your content
- Frameless Design: Clean, modern window without traditional borders
- Custom Themes: Change colors to match your style (coming soon)
- Presistent: Keep your notes in sync (coming soon)
- Multiple Notes: Create a multiple notes based on wails@v3 (planned)
- Visit the Releases page
- Download the appropriate version for your operating system
- Install and enjoy!
# Clone the repository
git clone https://github.com/yourusername/stickify.git
# Navigate to project directory
cd stickify
# Install dependencies
npm install
# Build for production
wails buildStickify is built with Next.js v15, Tailwind CSS v4, and Wails.
- Go 1.18+
- Node.js 16+
- npm/yarn
- Wails CLI
To run in live development mode, run wails dev in the project directory. This will run a development server that provides very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115.
- Create new note: Click the plus icon in the sidebar
- Save note: notes are auto-saved
- Change theme: Click the color palette icon (coming soon)
- Settings: Access additional options via the settings icon (coming soon)
- Frontend: Next.js, React, Tailwind CSS
- Desktop Runtime: Wails (Go-based)
- Styling: Custom Tailwind theme with sticky note aesthetics
Stickify is open-source software licensed under the MIT License.
See LICENSE for details.
Built with ❤️ using Wails
