Quick Start
This guide walks you through creating a free Framedash account, integrating the SDK, and sending your first performance data.
1. Create an Account
Section titled “1. Create an Account”- Open the Framedash sign-up page
- Register with your email address, or continue with Google, GitHub, or Microsoft
- Accept the terms to finish creating your account
2. Create a Project and API Key
Section titled “2. Create a Project and API Key”After logging in to the dashboard:
- Click “New Project”
- Enter a project name and create the project
- Open the project and go to “API Keys”
- Choose the Ingest preset and copy the new
fd_API key before closing the dialog
An Ingest key can only send events. To verify ingestion later via the CLI or REST raw SQL queries, you will need a separate Full key (raw SQL requires the data:admin scope; covered in step 5).
3. Integrate the SDK
Section titled “3. Integrate the SDK”Integrate the SDK for your engine:
4. Send Data
Section titled “4. Send Data”Once the SDK is set up, performance data is automatically sent to Framedash when you run your game.
Running from CI or a headless build? See your engine’s Headless / CI section: Unity, UE5, or Godot.
5. View the Heatmap
Section titled “5. View the Heatmap”Open the project’s “Maps” page, upload a map or generate demo data, then open the map and switch to Heatmap mode to see performance data overlaid on it.
To confirm ingestion without the dashboard, query your data from the CLI or the REST query endpoint. Raw SQL queries require the data:admin scope, so use a Full API key — a Read-only key gets a 403.
Next Steps
Section titled “Next Steps”- Data Model: Understand the structure of the data being sent
- Events Schema: Columns you can query
- Troubleshooting: When events do not show up
- CI Profiling: Set up automated testing