Sandbox environment to stage new releases of OnchainKit on different popular web frameworks.
We plan to test on 3 frameworks:
- NextJS (app router)
- NextJS (pages router)
- Vite
For now, only #1 is fully functional.
Navigate to NextJS (app router) demo app
cd nextjs-app-router
Intall dependencies and run app
bun build:prepare && bun build:link && bun dev