Skip to the schedule

SanthoshJ.com

Santhosh Janardhananan

What I learn and what I make — written, filmed, recorded, and committed.

Santhosh Janardhananan IT Project Manager

2 opensource entries Latest entry

Tag

opensource

2 entries

Projects

Mahalinkam Addon

Self-hosted, multi-user bookmark manager with a companion browser extension.

Written in Typescript

Projects

Mahalinkam Server

Self-hosted, multi-user bookmark manager with a companion browser extension. This repository is the server — a Laravel application that is the single source of truth for all bookmarks, folders and tags. It serves a web UI (Inertia + Vue) for humans and a token-authenticated JSON API for the browser extension; both talk to the same core, so a bookmark saved from the extension and one saved in the web UI are the same record, deduplicated by normalized URL.

Written in PHP