@khenzar
I recently wrote a guide on how to build on Arc Testnet (Circle) using vibecoding.
Today, I took it a step further:
I built a mini onchain OS using Arc AppKit.
GitHub: https://github.com/khenzarr/flowpay
Live Demo: https://flowpay-sand.vercel.app
š§ The process (simple, but intentional)
I combined:
* ChatGPT ā for idea generation + system design
* Kiro IDE ā for execution
Instead of jumping straight into coding, I:
1. Refined the product idea through conversation
2. Generated a build-ready MASTER PROMPT
3. Fed that prompt into Kiro
4. Let the system execute
No chaos. Just structured iteration.
āļø What made the difference
I embedded:
* Arc documentation
* AppKit references
directly into my prompts.
That single decision eliminated:
* Contract mismatches
* Network incompatibilities
* Most debugging cycles
Context is leverage.