pwa.io
toller.link

toller.link

Simple shared bookmarking app

This project started as a quick project to give myself a reason to try out Go. I wanted a simple bookmark manager I could use with my partner to share links and started implementing a simple interface using Svelte, that communicated with a Go backend via a REST API. All bookmarks were stored as flat files and saved to RediSearch for easy searching.

After a while, I wanted to implement some new features but did not have the motivation to learn Go, so I quickly converted the project to PHP, by just replacing the backend and leaving the rest as it was. This served me successfully for years, until, during the big server consolidation of 2023, I decided to re-implement all my side projects using Laravel and Livewire.

The new, third version, now looks a bit better, thanks to TailwindCSS. I also added a few new features, like the ability to add reactions (thumbs up / thumbs down) to bookmarks to make it easier to use the app as a helper for decision making, e.g. which christmas present to buy.

The new version of the app is still in a private state and I am not planning to release it yet.

Factsheet

Technologies
PHP, Laravel, Livewire, Docker, Meilisearch
Started at
2019
Status
Private project, no current release
Project logo

Features

Screenshots

Start page listing all links, with search bar
Start page listing all links, with search bar
You can select multiple links to add tags or delete them
You can select multiple links to add tags or delete them
You can show all links with a specific reaction
You can show all links with a specific reaction