IdeaVault
- 4 Devlogs
- 8 Total hours
Devlog#4
Got done with the history page, didnt face any trouble doing so, i removed the home page section as it didnt serve much purpose anyways and it felt useless. I made the background more dim and made it better for the eyes so viewing it at night wouldnt be an issue. Thats all for today, tomorrow i plan on making the profile page.
Thank you
Devlog#3 - IdeaVault
Been busy with doing the history part and this where i genuinely had no clue of what to do, so after a few youtube videos which didnt help i asked the great claude for help and finally figured it out. I have to add the scroll section for the history page but that is a very easy job and ill be done with it fast as ive already done something similar in the idea section.
Devlog #2 — IdeaVault
Back after a very long timee. It took me days to figure out js and my mind was just blank for the other few day. I got the supabase auth working with login and register both working properly. I can authenticate real users now, session gets checked on Home so no one can just waltz in without logging in.Then came the New idea page where all my time went. I just couldnt figure out which was the best layout and all and this is honestly the core of the whole app. You can either type your idea or hit the mic and just talk it out(YES TEXT TO SPEECH WORKEDDD!!!) recording goes through the browser’s MediaRecorder with a live waveform so you can actually see it’s picking up your voice, then it gets sent to Groq’s Whisper model to transcribe. From there it goes to Groq’s LLM with a prompt I tuned hard to actually be harsh and skeptical instead of just hyping up every idea like how every ai does and now it gives a real viability score, names competitors, calls out the biggest risk, asks a pointed question, and gives next steps.I also added a little donut-chart style score circle and a copy button so users can copy the full report and paste it into another AI later if they want to dig deeper.
Debugging again was like hell today. From typos everywhere to duplicate ids and a broken loading state that kept wiping out my entire HTML (honestly my mistake, i was sleeeepy as hell).
Anyways, next steps are history page and profile page. I might ditch the profile page entirely but i would like your opinion on it.
Thank You
Devlog #1 — IdeaVault
I started building IdeaVault today.Its an app where you can dump a raw idea and it tells you if it’s actually worth pursuing (viability, money potential, risks) using an AI judge behind the scenes.
I decided to skip fancy animations and stuff as the project in my head is supposed to be a cozy place that i can open up at 2 am and just dump my ideas without wasting much time typing it out and potentially forgetting the idea.
Today i built the login page with glassmorphism card over the background. Now next up i have to set up wiring supabase auth so this login can actually work and then step by step make the home/new idea/histroy/profile shell…
And yea ill probably use ai to help me out here as ive never used supabase yet.