New build: Warrant — a time-bound access management system. "Borrow access, not own access." Every permission expires by default, with an engine that explains exactly why you have access to something.
Using: Postgres + Prisma, React + Express.
Documenting on this thread as i go
Elle m’a dit qu’elle aimait « l’Attaque des Titans » alors je lui ai demandé qui était le méchant, et elle m’a répondu : « Ça dépend de quel côté de la mer tu te trouves. »
Testimonial section from Noho's website (https://t.co/1h38vdxVnv) ✨
Custom cursor trail, click-to-scroll navigation, and zone-based hover states. Built with React+GSAP
This is the level of polish and attention to detail your product could have.
DM for freelance/fulltime work
Two people pay the last two shares in the same second.
Both confirmations land at once. Each sees money still outstanding, because the other hasn't finished writing. Both mark their own share paid.
Everyone paid. The pool never closes.
https://t.co/4UKiZVfFc0
Shipped Chip. A group splits the cost of one thing, everyone pays their share from one link.
Runs in Paystack test mode with the card on the page, so you can pay a share and watch it confirm itself.
Clip below is a tour of the demo pools:https://t.co/xhaz3PolMl
👇🏽👇🏽
one image, then fifteen more unfold around it as you scroll
scroll up and it runs backwards, because it's tied to scroll position rather than fired once on entry
keeping the centre card lit while everything else sits back is what stopped it reading as noise
No server meant compressing photos for the storage quota, not bandwidth. IndexedDB, not localStorage. And a PWA, so offline is the baseline.
Full write-up, plus the bug the stack trace had already solved: https://t.co/T8427CZMao
Code: https://t.co/OiZk7FOr3i
Shipped Roomful. A home contents inventory app for insurance claims. No backend at all.
Photograph a thing, name it, value it, camera reopens. Eight seconds an item. Nothing leaves your device.
A PWA, so it installs to your home screen and opens offline: https://t.co/6fct7MwIVE
Node, Express, Prisma, PostgreSQL, React, TypeScript.
Repo, with the demo login and the design decisions written up:
https://t.co/ETgKJiRW4l
Full write-up:
https://t.co/tVaGsEtUeZ
Warrant is done. A time-bound access management system where every grant expires by default, and checkAccess() always explains why you do or don't have access to something.
Live demo, admin login included, no signup: https://t.co/v1y2LUPWle
More in comments👇🏽
New build: Warrant — a time-bound access management system. "Borrow access, not own access." Every permission expires by default, with an engine that explains exactly why you have access to something.
Using: Postgres + Prisma, React + Express.
Documenting on this thread as i go
The two things that actually taught me something:
A cron job doesn't make anything true. The timestamp already did. The sweep is just the janitor.
And a bug where a user held two valid grants and I was silently evaluating the weaker one.