Promptly
- 1 Devlogs
- 1 Total hours
A desktop app where you can upload screenshots of class schedules and assigment due dates and it automatically creates reminders for you that send you notifications.
A desktop app where you can upload screenshots of class schedules and assigment due dates and it automatically creates reminders for you that send you notifications.
I set up the project using Tauri. I chose Tauri because it allows for very lightweight and fast projects to be made.
I built a clean simple ui using HTML and CSS styling. It has a simple text area where you can input assignment information and then generate reminders from that.
I used OpenRouter free API to integrate AI into it. The app is currently using Google’s free Gemma 4 model. Right now it just takes messy text and returns a clean list of due dates.
That is all, thank you for reading my 1st devlog!