data compliance

Laravel package

/ /

Handle a data request in fifteen minutes

A Filament panel for subject access and erasure requests in Laravel apps. Intake with deadlines, a preview of exactly what will be touched, and an evidence pack when it is done.

Someone emails asking for a copy of their data and their account deleted. The clock starts: one calendar month from receipt, extendable to three only if the request is genuinely complex, and only if you tell them inside the first month.

What happens now: a developer opens Tinker and starts hunting. Users, orders, tickets, an ID document in S3, a mailing list in a third-party tool, and the legacy table nobody remembered. Then $user->delete() either throws a foreign key error or wipes invoices the business is required to keep for years. Six months later an audit asks what you did, and the answer is a Slack thread.

What it does


// 01

Resource

Requests as a resource: type, subject, status, due date, countdown

// 02

Preview

A preview before anything is touched: every record, every file, every external system, plus unmapped tables that match the subject

// 03

Reasoning

Erasure that follows what should be followed and keeps what must be kept, with the reason recorded

// 04

EXPORTS

Access exports as a readable zip delivered by a signed, expiring link

// 05

PDF

An evidence pack PDF: what was asked, who verified, what was erased, what was retained and why

// What it is not

What it is not

Not legal advice, and it does not make anyone compliant. It gives you the machinery and the record.

// Pricing

Planned at $99 per project. First 50 on the list get it at $59, plus a year of updates.


// open call

Join the waitlist

We respect your privacy. Unsubscribe at any time.

Built with Kit