A React/TypeScript application built with the Gemini API via Google AI Studio, exploring multimodal interaction and real-time AI-assisted interfaces.
Sensebridge is an AI Studio app that uses the Gemini API to handle interactive, context-aware conversations through a clean browser-based UI. Built as an exploration of building lightweight AI-powered interfaces without a heavy backend.
Prerequisites: Node.js 18+
git clone https://github.com/ipjrb12/sensebridge.git
cd sensebridge
npm installAdd your Gemini API key to .env.local:
GEMINI_API_KEY=your_key_here
Then run:
npm run devThe app will be available at http://localhost:3000.
├── App.tsx # Root component
├── index.tsx # Entry point
├── index.html # HTML shell
├── components/ # UI components
├── metadata.json # App metadata
├── package.json
└── tsconfig.json
- React, TypeScript
- Google Gemini API
- Vite
MIT