Show HN: Woomarks, transfer your Pocket links to this app or self-host it
Woomarks is an online platform that allows users to save and organize their favorite websites, blogs, and articles. The site offers features like bookmark sharing, tagging, and custom folders to help users manage their web content.
- Public app that you can test: https://woomarks.com/
- My self-hosted version, where you can see my saves: https://roberto.fyi/bookmarks/
- Repository if you want to self-host: https://github.com/earlyriser/woomarks
Export links from Pocket here: https://getpocket.com/export the last day will be on October 20025.
Features: - Add/Delete links - Search - Tags - Bookmarklet (useful for a 2-click-save) - Data reads from: csv file in server (these links are public) local storage in browser (these links are visible just for the user) - Local storage saving. - Import to local storage from csv file - Export to csv from local storage. - Export to csv from csv file (useful when links are "deleted" using the app and just hidden using a local storage blacklist). - Export to csv from both places. - No external libraries. - Vanilla css code. - Vanilla js code.