Your First Canvas
Create a research board and populate it with live data.
Open a canvas
Click the Jetro icon in the activity bar, then click “New Canvas” in the Library section. A blank infinite canvas opens in a new editor tab.
Add your first element
In the chat, ask the agent to create something:
"Show me Sun Pharma's key financial ratios as a dashboard"
The agent will:
- Fetch Sun Pharma’s financial data via the data API
- Build a custom HTML/JS visualization (Plotly charts, metric cards)
- Render it as a frame element on your canvas
The frame appears on your canvas. Drag it, resize it, or ask the agent to modify it.
Add a note
"Add a note with my initial thesis on Sun Pharma's API business"
The agent creates a markdown note element. You can edit it directly on the canvas or ask the agent to update it.
Make it live
"Make this dashboard refresh every 30 minutes"
The agent writes a Python refresh script and binds it to the frame. Every 30 minutes, the script runs, fetches fresh data, and pushes it to the frame. No manual refresh needed.
Open in browser
Right-click any frame and select “Open in Browser.” Jetro starts a local server and opens the frame as a full-screen page, perfect for a second monitor or presenting.