Devlog 3
Added Final Touching in the Design an wrote the README
Log in to leave a comment
I made a tool that explains code in simple English using AI! It was pretty challenging; I needed to learn a bunch of new stuff, like OpenRouter and how to make my AI key really secure. I used the Hack Club AI with Google Gemini 3 Flash Preview. I am really proud that the project now works and that I know more than before!
Devlog 2
In this Devlog i added the whole logic behind my App. I used the Hackclub AI and made a vercel serverless function to call it. to secure it from others i made my site authenticate via jsonwebtoken so no one other can acces the ai. then i made some final touches with the design and added some dynamic scaling for smaller screens
Log in to leave a comment
Devlog 1
added the UI. I used a prebuilt block I found that I needed to modify so it works with my app. It’s a bar-like object, and when you click it, it goes to full size, and you can enter your code. You can submit it using Ctrl + Enter or clicking on Enter in the top right. I also added a simple example code (in Java because it looked the best as a placeholder) to let the user know it’s really a mode for code.
Log in to leave a comment
Devlog 4 (not Day since I wasn’t working every day)
I created the Auth page today so you can log in if you want to make an account. But to use my app, you don’t have to create an account. I used Supabase for the backend. I will make signing in with socials soon, but at the moment there is only login with OTP. This whole process took me like 3.5 h because I had never done this before. But I learned so much through this process! Tomorrow (or the day after that, idk), I will make the dashboard where you will create your pack and start with the editor. I think I will cancel the Datapack feature because only the Texture Pack feature is already really much, but idk yet; maybe I will do it.
I’ll see you at devlog 4!
Log in to leave a comment
Day 3
Today I further build my Timeline component on the Landing Page. I modified some code of the prebuilt basic timeline component that I downloaded because it didn’t live up to my expectations. I really like this thing about React: it’s made out of many components that I can reuse.
Log in to leave a comment
Day 2
This is the Devlog for Day 2 which was yesterday because i forget it yesterday.
So didnt do that much that day in code, but was really bussy creating a Logo for my Project. You can see it in the Attachment. Then after that i implemented it into my Website which took me some time because i learned how to put .svg files into an React Component.
Log in to leave a comment
Day 1
I actually already started a few days ago but forgot about creating my Project here and tracking time. So this is like a little recap what i already did. So i set up a new Vite Project and deployed it on Vercel (Demo comming soon). I installed shadcn so i can get some nice elements to make i site look beautiful. Since i’am fairly to Web Development it took me some hours to make this (i think) good looking landing page. Today started mading an addition to the Landing page in style of an Timeline like component how the Pack creating works. I hope i will have it finished tomorrow and then i will send and Image of it!
Log in to leave a comment