
Use our API to generate applications on the fly and integrate them directly into your products.
1import { SpektrumSDK } from "@spektrum-ai/sdk"23const spektrum = new SpektrumSDK()45const project = await spektrum.createProject("portfolio-website")6const task = await spektrum.createTask(7 project.id,8 "Create a portfolio website for a software engineer"9)1011await spektrum.codeAndDeploy(task)1213const appUrl = await spektrum.getAppUrl(project.id)14console.log(`Live at: ${appUrl}`)
Pass a task and get back a deployed, publicly accessible application — ready to integrate as your own.
Context engineering solved — your agents build and deploy without ever managing state.
1import { SpektrumSDK } from "@spektrum-ai/sdk"23const spektrum = new SpektrumSDK()45const project = await spektrum.createProject("portfolio-website")6const task = await spektrum.createTask(7 project.id,8 "Create a portfolio website for a software engineer"9)1011await spektrum.codeAndDeploy(task)1213const appUrl = await spektrum.getAppUrl(project.id)14console.log(`Live at: ${appUrl}`)
Track activities across all your projects in real time — costs, status, and logs in one place.
Spektrum uses a token-based model. A typical app generation runs around $0.50 per task.
Buy credits upfront and use them as you go. Credits never expire.
| Credits | Price |
|---|---|
| $10 | 20 tasks |
| $50 | 100 tasks |
| $200 | 400 tasks + priority builds |
Spektrum is the API that turns any request into a deployed React application — in real time.