AVAminVost
FA
← Back to projects
AIWebProduct

Ideara - AI Idea Generation WebApp

Mobile-first Persian idea-generation application using Gemini through a server-side, validated structured-output architecture.

What I did

End-to-end implementation based on the product concept and server-side Gemini integration pattern.

Highlights

  • Built Next.js internal APIs with Zod validation, server-side Gemini calls, structured JSON schema validation/normalization, limited retry/timeout handling and MySQL persistence.
  • Implemented secure httpOnly JWT sessions, a five-step idea wizard, optional image analysis, saved ideas/history, feedback/refinement flows and mobile/desktop responsive UI.
  • Kept Gemini API keys and MySQL access strictly server-side.

Technology

Next.jsReactMySQLGemini API (@google/genai)ZodJWTStructured JSONServer-side AI integration