dropthejase puts users on a token budget
Louis now meters legal-AI usage per person, per month - and cuts you off when you're out.
The fork adds per-user monthly credits, tracked in a cloud database, with the API refusing further requests once a user hits their cap and the frontend surfacing an over-quota message. A user's subscription tier is now visible in account settings, setting up the obvious next step of tying allowances to what someone pays for.
Notably, the team switched from counting requests to counting tokens - the underlying units of text the AI actually processes. Requests are cheap; tokens are where the real cost sits, so metering on tokens is the honest way to do it. One earlier credits modal shipped without being wired up and had to be removed, a useful reminder that quota features need to be tested end-to-end before they count as done.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?