https://github.com/kitlangton/visual-effect
Interactive Effect Visualizations
https://github.com/kitlangton/visual-effect
effect examples tutorial typescript
Last synced: about 7 hours ago
JSON representation
Interactive Effect Visualizations
- Host: GitHub
- URL: https://github.com/kitlangton/visual-effect
- Owner: kitlangton
- License: mit
- Created: 2025-07-10T04:43:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-01-19T21:04:41.000Z (2 months ago)
- Last Synced: 2026-04-04T07:39:51.387Z (about 7 hours ago)
- Topics: effect, examples, tutorial, typescript
- Language: TypeScript
- Homepage: https://effect.kitlangton.com
- Size: 852 KB
- Stars: 1,105
- Watchers: 6
- Forks: 43
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome - kitlangton/visual-effect - Interactive Effect Visualizations (TypeScript)
README
# Visual Effect
Interactive visualizations for [Effect](https://github.com/Effect-TS/effect) programs, built with Effect itself.
## What is this?
An interactive Next.js app that visualizes how Effect operations execute over time. Watch effects run, compose, race, and handle errors with animated nodes and synchronized sound feedback.
## Local Development
```bash
pnpm install
pnpm dev
```
## License
MIT — see LICENSE