This is a full stack web app that displays live data and logs it in a database.
Uses Async components for Datafetching, Prisma as an ORM to interface with the PostgreSQL DB provided by Supabase. Supabase provides connection pooling via PgBouncer, which is important when using Serverless functions.
I used DaisyUI for most of the styling and I am a big fan of the library.
I made this project to learn more about these technologies. I had a lot of fun doing it.