Skip to content

chpy04/bib

Repository files navigation

BiB — Browser in Browser

Generate custom UIs to display live data from any website.

Quick Start

Backend

cd backend
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env  # Fill in your API keys
uvicorn app.main:app --reload --port 8000

Frontend

cd frontend
npm install
npm run dev

Open http://localhost:5173

Architecture

  • Backend: FastAPI + Browser Use + MiniMax
  • Frontend: React + Vite + Tailwind
  • Communication: WebSocket (live data) + REST (profile CRUD)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors