Back to Projects

Basic Chat Web Demo

What this project does

This project is a simple web chat application built with React and Express. Users can send messages and receive responses from AI model.

This demo shows a full-stack web app that uses AI credits from the user's rNet account.

Demo Features

  • rNet OAuth Login: Users sign in to the chat app through rNet authorization.
  • Chat Interface: Send prompts and receive AI responses in a clean chat layout.
  • Chat History: View and continue recent conversations from the sidebar.
  • Model Usage: Demonstrates calls to developer-selected AI models.
  • Extensible Architecture: RAG and other advanced features can be added easily.

Demo Screenshots

Basic Chat Web Demo login screen with Continue with RNet button
The chat app starts with rNet sign-in.
Basic Chat Web Demo home screen after signing in
After sign-in, the chat app is ready to use Gemini through rNet.
Basic Chat Web Demo showing a Gemini response
A completed chat response using the authorized rNet session.

GitHub Links