Interactive Bezier Constellation
A premium topology visualizer that maps connections between a central system and surrounding outer nodes dynamically using bezier and curved connector lines.
Loading Network...
Constellation Presets
Customize Topology
8 Nodes
Determines visual density. > 8 shifts to multi-ring strategy.0.30
Max 8
Timing Adjustments (GSAP)
Required Dependencies
npm install gsap @gsap/react react-icons
Architecture & Setup
Copy these files into your codebase matching the structure below:
š src/
āāā š css/
ā āāā š beizer/
ā āāā š variables.css
āāā š types/
ā āāā š beizer.types.ts
āāā š constants/
ā āāā š beizer.constants.ts
āāā š hooks/
ā āāā š gsap/
ā āāā š beizer/
ā āāā š index.ts
ā āāā š animateBeizer.ts
ā āāā š animateBeizerFadeScale.ts
ā āāā š animateBeizerSvgPath.ts
ā āāā š useBeizerAnimation.ts
āāā š services/
ā āāā š ui.utilities/
ā āāā š beizer/
ā āāā š index.ts
ā āāā š generatePath.ts
ā āāā š getPositions.ts
ā āāā š getRadiatingOrder.ts
āāā š components/
āāā š beizer/
āāā š Beizer.tsx
āāā š BeizerCenter.tsx
āāā š BeizerDesktop.tsx
āāā š BeizerLoader.tsx
āāā š BeizerMobile.tsx
āāā š BeizerNode.tsx