Decodify banner

Decodify

3 devlogs
5h 2m 55s

Decodify is a web tool that turns code into easy-to-understand English sentences. If you’ve got poorly documented code or you’re learning from online examples, Decodify makes it simple to see what’s really going on.

This project uses AI

Used Auto Github Copilot inline completion. Also used ChatGPT for fixing bugs.

Loading README...

Str-F

Devlog 3
Added Final Touching in the Design an wrote the README

Attachment
0
Str-F

Shipped this project!

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!

Str-F

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

Attachment
0
Str-F

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.

Attachment
Attachment
0