React SDK (Deep Integration)
Best for: investment platforms, research products, newsletters with member portals, creator communities, and any web app that wants trading to feel native.
If your product already has users, content, and investing ideas but not the time (or desire) to build brokerage integrations, account syncing, trading UIs, and compliance-heavy plumbing, this integration path is for you.
Trade It lets you embed a full connect-and-trade experience into your platform so users can connect their brokerage and place orders without leaving your site.
Before You Start (Partner Registration)
The deep integration starts by becoming a Trade It partner.
- Contact Us: We'll chat about your use case and provision credentials on a 30 min call.
- Use your partner credentials to set up OAuth between your platform and Trade It:
client_idclient_secret
What are the credentials for?
client_id: identifies your app to Trade It.client_secret: proves calls are coming from your server.
If you are not ready for OAuth just yet, you can start with Fast Integration (Trade Links) to get set up in minutes.
Integration Guide
Skill
Install the Trade It skill to have your AI coding agent implement the integration for you:
npx skill add trade-it-inc/skillsOnce added, your agent can use the trade-it skill to one-shot most of the server-side and client-side integration work.
Package
You can also install the React SDK manually.
npm i @trade-it/reactPlease see the following docs to understand the integration in full:
- Authentication: Set up OAuth and store Trade It tokens per user.
- Connect a Brokerage: Use the embedded connect modal to let users connect their existing brokerage accounts.
- Place Trades: Use the trade modal to place equity or options orders on connected brokerage accounts.