Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.59 KB

File metadata and controls

55 lines (40 loc) · 1.59 KB
baganify logo

baganify

local-first, chart generator for the web.

bun react tailwind css tanstack


features

  • org charts: auto-layout generation for organizational hierarchies.
  • vector graphics: full svg support with precise path manipulation.
  • modern ui: built with shadcn principles and base ui primitives.
  • local only: runs entirely in your browser. no server-side data processing, ensuring complete privacy.

run locally

clone the project and install dependencies:

git clone https://github.com/frsswq/baganify.git
cd baganify
bun install

start the development server:

bun run dev

build for production:

bun run build

tech stack

  • framework: react spa + tanstack router
  • build: vite (static export)
  • styling: tailwind css v4 + base ui
  • state: zustand
  • icons: phosphor icons