Please sign in to access this page
pretend sticky notes: cross-platform, local & minimal notes app
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Data persists!!! It took forever because Tauri doesn't document its permission model very clearly 😫, but at least it works now.
Got MacOS signing set up through a spoof, so it isn't actually signed but now at least can be installed on newer Macs. Unfortunately I wasted a bunch of time trying to set up Windows signing and updated, but neither worked out.
Release pipeline set up! Before I keep developing the app, I'll try setting up signing and updates.
You can now create and delete notes! Plus I fixed a whole bunch of bugs and performance issues, so the app hopefully feels much snappier now. The next step is data persistence, but I might setup a build workflow first so others can download and run it from GitHub.
UI is here! Some of it, anyway. I forgot how good Inter looks 😍 Next up is letting you add & delete notes (I'm still thinking about how to design that), and then data persistence.
Tauri, Vite and Tailwind CSS set up! This is going to be a little notepad that stores stuff locally and is really quick to use.