fpvetleseter is turning Mike into a paid Norwegian-law service called Juridisk

A backend overhaul lays the plumbing for a subscription legal-research product built on Norwegian statute.

searchinfrastructure

Two commits set the foundation for Juridisk, fpvetleseter's pivot toward Norwegian law. The fork drops the grab-bag of AI providers it inherited and commits to a single one (Anthropic) for chat, with a separate service handling the math that powers search. New code wires up paid accounts: sign-in, billing through Stripe, and free-tier limits that cap how many questions and document uploads a non-paying user gets each day and month, with the clock resetting on Oslo time.

The most telling piece is an ingestion job that pulls pages from Lovdata, Norway's official legal-information database, and indexes them so the assistant can search and cite actual Norwegian statute rather than answering from general knowledge.

So what Anyone watching legal AI go local-jurisdiction should note this fork: it's less a code tweak than the skeleton of a commercial Norwegian legal-research subscription.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

2 commits from fpvetleseter/mike, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
da75ade7 chore(day1): AGPL separation, deps, env templates, schema migration, helmet security fpvetleseter 2026-05-08 ↗ GitHub
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
13e47eab feat(day2): auth middleware, rate limiting, Supabase types, Lovdata ingestion script fpvetleseter 2026-05-08 ↗ GitHub
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-204.md from inside the repo you want the changes in.

⬇ Download capture-thread-204.md