Skip to content
Bankr Support home
Bankr Support home

Building Apps

Building Apps

Apps are mini-dashboards and tools you describe in plain English — Bankr writes the manifest, scripts, and UI for you, then drops it into your terminal. No project scaffolding, no build pipeline, no hosting.

Build by Asking

"build me a polymarket alpha terminal — show curated picks, trending markets, ending-soon markets, and my open positions. refresh every 15 minutes."

Bankr designs the data model, writes the backend scripts, drafts the HTML, picks a refresh schedule, and installs the app. It shows up in your Apps sidebar.

Refine by Chatting

"add a column for entry price between symbol and size" "change the schedule to every 5 minutes" "stop showing my solana positions, only base"

Bankr edits the app in place, only touching the parts you asked about.

Sharing & Forking

"make this app public" "make this app unlisted, give me the share link"

Unlisted apps are accessible to anyone with the URL. Public apps appear in Bankr's app directory. Visitors can Fork any shared app to get their own copy running against their own data.

Apps can call paid HTTP endpoints using the x402 payment protocol. Each call pops a confirmation dialog — nothing settles silently.

For full details, see Apps Overview, Permissions, and SDK Reference in our developer docs.