Projects
Veerabahu
Veerabahu is a local, human-in-the-loop enrichment sidecar for Pi-hole and AdGuard Home. It reads resolved domains, publishes an approved blocklist, and never writes to the gatekeeper API.
Written in Typescript
SanthoshJ.com
What I learn and what I make — written, filmed, recorded, and committed.
Santhosh Janardhananan IT Project Manager
3 privacy entries Latest entry
Tag
Projects
Veerabahu is a local, human-in-the-loop enrichment sidecar for Pi-hole and AdGuard Home. It reads resolved domains, publishes an approved blocklist, and never writes to the gatekeeper API.
Written in Typescript
Projects
Self-hosted, multi-user bookmark manager with a companion browser extension.
Written in Typescript
Projects
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