BiGGi is a p5.js AI agent that starts small and grows with you. Prompt a piece, see it run, tweak it — no copy-paste, no walls of code.
BiGGi's module structure maps directly to p5's own architecture — setup, draw, events. It makes sense because p5 is already modular.
Start with a bouncing ball. Add gravity. Add color. Add interaction. Each prompt is one idea — not an overwhelming feature spec.
The modular output and inline explanations aren't just for reading — the structure invites you to tinker, break things, and learn from it.
Not a one-shot chat. A guided iteration cycle — every prompt builds on what's already on the canvas.
BiGGi's RAG system keeps your live canvas as the context — so every prompt is targeted, not a full rewrite.
Chat stacks every message — context grows quadratically. BiGGi only sends the current code state — context stays constant.
Regenerating one module instead of the full sketch keeps output lean — faster, cheaper, more focused.
No more "give me the full code" for redundant regenerations: we know where to incorporate the modifications — and we'll show you, so it feels easier for you to get motivated to code by yourself.
Single-task sample — BiGGi plateaus while chat-based grows each turn. The example compares two snake mini-games, one made with BiGGi's context management, the other with a naive context management.
The difference between getting code dumped on you and actually building something.
Free during beta. No setup, no boilerplate — just prompt and run.