PollyGlot
- 4 Devlogs
- 6 Total hours
A simple AI translation app.
A simple AI translation app.
Final Devlog!
I deployed PollyGlot using Hack Club Nest and added some final details. I’m quite happy with the progress I made until now. It was kinda confusing as this is the first time I deploy a website with a backend (express).
Devlog #3
I finished creating the express backend logic for PollyGlot!
Here’s the flow of the website:
I used the AI model openai/gpt-oss-20b through Groq’s free tier.
My next step would probably be shipping & adding the final details to the GitHub repo.
Devlog #2

Almost finished the design of PollyGlot!
What I did:
What I learnt:
Started working on PollyGlot!
I’m currently creating the HTML & CSS code, then I’ll move to JS logic
It’s a simple translation tool that works with AI, I’m creating it mainly to practice integrating AI APIs & stuff like that as the core idea itself is pretty simple