Skip to content

Repository files navigation

Beacon

Beacon is a local-first desktop application designed to accelerate the sales-to-wireframe workflow.

Architecture

  • Frontend: Electron + React + Vite + Tailwind CSS
  • Backend: Python + FastAPI + LangGraph (Sidecar pattern)

Setup

Backend

cd backend
python -m venv venv
source venv/bin/activate  # or venv\Scripts\activate on Windows
pip install -r requirements.txt
python main.py

Frontend

cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages