DEV Community

Cover image for Build and Deploy a Fullstack AI App with Flask, React and OpenAI GPT-OSS - Milo AI
Osiris8
Osiris8

Posted on

Build and Deploy a Fullstack AI App with Flask, React and OpenAI GPT-OSS - Milo AI

🧠 Milo – Fullstack AI Assistant App

Milo is a fullstack AI assistant project built with Flask (backend) and React (frontend), powered by Groq Cloud and open-source AI models like GPT-OSS, Mistral, Gemma, LLaMA, and DeepSeek.

The goal is to create a secure, modular and production-ready AI app that you can use, extend, or deploy for your own needs.


πŸ”₯ Demo

Frontend live on Vercel: https://frontend-milo.vercel.app/

Frontend Code: https://github.com/Osiris8/frontend-milo

Backend live: https://backend-milo.onrender.com

Backend Code: https://github.com/Osiris8/backend-milo


πŸ“¦ Technologies Used

πŸ–₯️ Backend (Part 1)

  • Flask (Python)
  • JWT Authentication
  • Mistral AI (via Groq Cloud)
  • Groq Cloud API
  • Postman (for API testing)
  • Render (for deployment)

πŸ’» Frontend (Part 2)

  • React
  • Tailwind CSS
  • Axios
  • JWT Auth integration
  • Vercel (for deployment)

✨ Features

  • πŸ” Secure authentication system (register, login, JWT token)
  • 🧠 Prompt-based AI assistant using Groq Cloud APIs
  • πŸ“€ Create / read / update / delete prompts (CRUD)
  • πŸ’¬ Display AI responses dynamically in the UI
  • πŸš€ Deployed with Vercel and connected to live AI APIs deployed on Render


πŸ“Ί More details

https://www.youtube.com/watch?v=WGZGNCanR08


Top comments (0)