First commit
Published on 11/22/2025
Yesterday I started my new side project, and here’s how the first commit looks so far:

It seems really basic, but I already have a lot in place:
- Project setup with Bun + Vite
- Routing with React Router
- Tailwind for styling
- Supabase for auth and database
- Prettier + ESLint configured
- Login flow
- Basic dashboard layout
Right now it’s just the skeleton, but it already feels real.
There’s something exciting about seeing the first version—simple, rough, but full of potential.
My next steps will be:
- Creating the flashcard model in Supabase
- Adding CRUD for desks and cards
- Designing the minimal UI for studying
I’ll keep sharing the progress here.
Let’s see how far this little idea goes.