# potatonet Get started at [potatonet.app](https://potatonet.app) 🥔 - [ ] `//bookmarks`: bookmarks per user - [x] fetch bookmarks - [x] filter by query term - [x] refresh bookmarks - [x] filter by tags - [ ] pagination - [ ] atproto auth - [x] login/logout - [ ] bookmark CRUD - [x] explore - [x] query all bookmarks - [x] filter explore - [ ] pagination - [ ] search bar `/search?q=` > Special thanks to [pilcrowonpaper](https://pilcrowonpaper.com) for `@oslojs/encoding` library and the [encryption gist](https://gist.github.com/pilcrowonpaper/353318556029221c8e25f451b91e5f76) that the `encryption.ts` file is based on.