Skip to content
Bankr Support home
InboxAsk a human

Building Apps

Apps are mini-dashboards and tools you build by describing them in plain English. Bankr writes the code, the layout, and the refresh schedule for you, then drops the finished app into your terminal. No project setup, no build pipeline, no hosting.

Build by Asking

Just tell Bankr what you want:

"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 scripts, drafts the UI, picks a refresh schedule, and installs the app. It shows up in your Apps sidebar.

Refine by Chatting

To change an app, just describe the change:

"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 and only touches 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.

Good to Know

  • Apps can call paid HTTP endpoints via the x402 payment protocol. Every paid call pops a confirmation dialog — nothing settles silently.

  • A forked app runs against the forker's own data and wallet, not yours.

For technical details, see the Apps section of docs.bankr.bot.