Hi folks! ![]()
I just put together Copy-n-Paste PAPI — a PAPI Explorer webapp that helps you get hands-on with the Polkadot-API without the tab-hopping. If digging through papi.how or dev.papi.how feels like a maze when you just want to see things work, this gives you a single place to explore and learn by doing.
What’s inside:
-
Browse everything in one go: chain modules, storage, constants, runtime calls, events, and extrinsics.
-
Test transactions without the risk: simulate first, inspect payloads/signatures, and see decoded events before you broadcast.
-
Grab ready-to-paste TypeScript: copy snippets straight into your project.
-
Quick chain/account switcher: hop between relay/system chains and accounts fast.
-
Built for onboarding: go from reading to simulating to sending with as few clicks as possible.
Try the webapp:
https://papi-copy-n-paste-web.vercel.app/
After a demo, I got encouraging feedback from Shawn Tabrizi (Parity), Jakub (Hydration) and PAPI team to post this here. I’m fairly new to Polkadot myself, coming from other blockchain ecosystems, and I think this can help other ecosystem developers.
Quick starter (optional):
I also published create-papi-app to scaffold a PAPI project with templates (minimal, vite-react, next-app, node-cli).
Run:
npx create-papi-app
Package: https://www.npmjs.com/package/create-papi-app
Feedback welcome:
-
Webapp UX: what should be one-click? what’s confusing?
-
Missing examples: storage/transactions/events you’d like prefilled?
-
Starter gaps: env setup, wallet integrations, SSR patterns, tests?
I’m actively looking for feedback and collaborators. If you try it, please share bugs, rough edges, or ideas — happy to pair up or review PRs.
PS: I am currently in PBA Bali (Dapps track), if someone wants to chat about this, please find me. I would be glad.
Thanks for reading! ![]()
