In last year (2025), I made 2 apps.
1. AI Notes. A mobile app that lets you convert YouTube videos (with captions) into notes.
TECH STACK:
Frontend: XML
Backend: JAVA
App Type: Native Android App
API:
aistudio(.)google(.)com (ai model that converts them into notes)
rapidapi(.)com (converts captions into transcript then feeds it into ai)
2. JML "Web Loader App". A web app that records transactions from users when buying a load/promos from different telcos. It has a user panel that public users can add a transaction and an admin panel where admin can change the status of the transaction and can able to delete it.
TECH STACK:
Frontend: React JS, Vite, Tailwind CSS
Backend (admin auth): Node JS using jwt, bcryptjs, and http cookies
Backend (Edge): Deno TS (for uploading receipts)
Database & Auth: Supabase (PostgreSQL)
Deployment: Vercel
App Type: Progressive Web App (PWA)
My Portfolio: https(://)julrym(.)vercel(.)app
Warning: Most of my backend works are AI. But I do understand it's concepts and flows. NEVER EXPECT TOO MUCH.