MyShift
In daily use
Employee attendance and time tracking. Staff clock in and out, managers
see who is on shift and who isn't, and the month's hours come out the
other end without anyone maintaining a spreadsheet. Built for workplaces
where people work shifts rather than sit at a desk.
PHP · Laravel · MySQL · vexanto.in
VexEdu
First schools onboarding
School management, built multi-tenant so every school gets its own space
on one platform rather than a separate installation each. Attendance and
fees for staff, a parent portal that works properly on a phone, online fee
payment through Razorpay, and an admin layer above it all for running the
platform across schools.
Laravel · MySQL · Razorpay · Android app · vexedu.in
Resume screener
Live demo
Upload a batch of CVs against a job description and get them back ranked,
with the reasoning written out for each one. Built to show how an AI model
fits into an ordinary Laravel application: queued background jobs so a
fifty-file upload doesn't block anything, a JSON API for an ATS to poll,
and output that's validated rather than trusted.
Laravel · queues · Claude API · try it yourself