You are browsing as a guest. Sign up (or log in) to start making projects!

1h 50m 19s logged

Devlog #3

I finished creating the express backend logic for PollyGlot!
Here’s the flow of the website:

  1. User enters input on the client and clicks translate.
  2. The backend validates input, then make an AI request using the OpenAI responses API.
  3. 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.

0
76

Comments 0

No comments yet. Be the first!