Devlog #3
I finished creating the express backend logic for PollyGlot!
Here’s the flow of the website:
- User enters input on the client and clicks translate.
- The backend validates input, then make an AI request using the OpenAI responses API.
- When the request finishes, the server responds to the client and display the translation on the frontend.
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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.