···2233Get started at [potatonet.app](https://potatonet.app) 🥔
4455+- [ ] `/<handle>/home`: bookmarks per user
66+ - [x] fetch bookmarks
77+ - [x] filter by query term
88+ - [x] refresh bookmarks
99+ - [ ] filter by tags
1010+- [ ] atproto auth
1111+ - [x] login/logout
1212+ - [ ] bookmark CRUD
1313+- [ ] explore
1414+ - [ ] query and paginate all bookmarks
1515+ - [ ] filter explore
1616+ - [ ] search bar `/search?q=<term>`
1717+518> Special thanks to [pilcrowonpaper](https://pilcrowonpaper.com) for `@oslojs/encoding` library and the
619[encryption gist](https://gist.github.com/pilcrowonpaper/353318556029221c8e25f451b91e5f76) that the `encryption.ts` file is based on.