A simple web app for managing website bookmarks.
-
Install dependencies:
npm install
-
Start development server:
npm run dev
For lint and build commands, see package.json.
- CRUD site bookmarks.
- Sort into categories, tags and search by them.
- Automatic availability checking (whether the sites are dead or not).
- Custom home page builder (put your most used links into a pretty page layout and set as home page).
- Import / export bookmarks from / to Firefox and Chrome.
- Sync capabilities (e.g. local server, remote server).
- Profiles (e.g. work, leisure).
- Statistics (by usage frequency, category, tag).
- Easy self hosting.
- Browser plugin (for RMB -> "Save to ...").