Offline-first writing app
View the demo here: write.stefba.com.
Note: memcached is needed to be installed and running.
Create production built:
pnpm install
pnpm build
Compile and run the server:
go build; ./write
Go to: http://localhost:8231/
I built this app to take notes on the go and sync them with my server. It is fully operational without a network connection.
org is its sister app for sorting, renaming, and dealing with a directories.