TenantLayer – Multi-Tenancy for Spring Boot and Postgres
Isolation the database enforces. Context that survives every thread, job and message. A test that proves it, not a README that claims it.
What it does
Isolation the database enforces. Context that survives every thread, job and message. A test that proves it, not a README that claims it. @ Test @ WithTenant ( "acme" ) void oneTenantCannotSeeAnother () { assertThat (orders. findAll ()). isNotEmpty (); // acme sees its own assertTenantCannotSee ( "globex" ); // and nothing of globex's } Get started View source 0.1.0 · Apache 2.0 · on Maven Central · Java 17+ · Spring Boot 3.3+ Your connection pool reuses sessions. Set the tenant on one, miss the reset, and the next request inherits it — reading another customer’s data with no error, no exception, and nothing in your logs. Your tests will not catch this. Tests don’t contend for pooled…from tenantlayer.io
More dev tools this month
the category →



Open-source GTM skills for technical founders
Dev tools · 28d ago · gtmcofounder.com

Lettertrace▲375Track your AI visibility for free (using your own API keys!)
Dev tools · 24d ago · lettertrace.com
Launched alongside, September 2026
the whole month →
OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 1d ago · opentrailpaper.com

Run Qwen3.8-Flash-Next (125B MoE, 104 GB at 4-bit) on Macs with a fraction of that RAM by streaming experts from SSD. MLX + Swift, Ollama-compatible API. - carloslfu/slotstream
Dev tools · 4d ago · github.com

Weedout is a Safari extension that filters out videos YouTube labels as “Made with AI”.
AI · 4d ago · masteranza.github.io

NPC-Forge is a framework for building conversational agents that run on the CPU without relying on machine learning or LLMs. - NPC-Forge/docs/development.md at main · gioblu/NPC-Forge
AI · 1d ago · github.com

Find your next hire or your next role from Hacker News monthly threads. AI-powered matching between candidates and job postings.
AI · 4d ago · hnmatchmaker.com

I made OwnTime to balance between competing priorities in my life. The idea is based on two main influences: the concept of "roles" from "The 5 Choices" (2015), and my repeated failure to effectively implement time blocking due to the necessary flexibility in my role. The app allows you to define time budgets, which are not much more than a few mutually exclusive countdown timers. The UX is essentially that of a chess clock for an arbitrary number of players with configurable time. The whole point of the app is to kick you out of the running role/priority when its time is up. One…
Life & fun · 4d ago · owntime.app