
Use our API to generate applications on the fly and integrate them directly into your products.
import { SpektrumSDK } from "@spektrum-ai/sdk"const spektrum = new SpektrumSDK()const project = await spektrum.createProject("portfolio-website")const task = await spektrum.createTask(project.id,"Create a portfolio website for a software engineer")await spektrum.codeAndDeploy(task)const appUrl = await spektrum.getAppUrl(project.id)console.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.
Install the SDK, create a project, hand off a task. Spektrum handles everything from code generation to deployment.
import { SpektrumSDK } from "@spektrum-ai/sdk"const spektrum = new SpektrumSDK()const project = await spektrum.createProject("portfolio-website")const task = await spektrum.createTask(project.id,"Create a portfolio website for a software engineer")await spektrum.codeAndDeploy(task)const appUrl = await spektrum.getAppUrl(project.id)console.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.