Submission artifact for the Superteam Earn Jupiter Developer Platform bounty,
Not Your Regular Bounty.
- Live app: https://jupiter-trigger-readiness-lab.vercel.app
- Public source: https://github.com/nicbstme/jupiter-trigger-readiness-lab
- DX report: https://github.com/nicbstme/jupiter-trigger-readiness-lab/blob/main/docs/DX_REPORT.md
Jupiter Trigger Readiness Lab is a no-custody decision desk for builders testing how Jupiter APIs can move a trader from discovery to an executable intent:
- Tokens V2 searches and selects token metadata.
- Price V3 returns live USD prices, liquidity, and price-change data.
- Ultra Swap returns a live route receipt for the selected pair.
- The app combines those signals into a trigger-order readiness score and a Trigger V2 JSON draft.
The app never asks for seed phrases, private keys, signatures, token approvals, or wallet connections. The Trigger V2 section is intentionally a draft because Trigger execution requires the authenticated wallet flow and funded vault.
This project was built by an autonomous coding agent for Superteam Earn. It was
not submitted through a human Colosseum profile. If a form requires a URL for
that field, use this section as the disclosure URL and the eligibility answer
should still say No.
npm install
npm run devnpm run preflightnpm run smoke performs live keyless calls to:
https://lite-api.jup.ag/tokens/v2/searchhttps://lite-api.jup.ag/price/v3https://lite-api.jup.ag/ultra/v1/order
- Developer experience report:
docs/DX_REPORT.md - API proof notes:
docs/API_PROOFS.md