ship AI-powered apps with a single request

Use our API to generate applications on the fly and integrate them directly into your products.

Start building for free
sdk.ts
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}`)

your product.our infrastructure.

Pass a task and get back a deployed, publicly accessible application — ready to integrate as your own.

coding agentsin the cloud

Context engineering solved — your agents build and deploy without ever managing state.

five lines of code from generating apps

Install the SDK, create a project, hand off a task. Spektrum handles everything from code generation to deployment.

sdk.ts
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}`)

real-time monitoring platform

Track activities across all your projects in real time — costs, status, and logs in one place.

Product 1
Product 2
Product 3

pay for what you build — nothing else

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.

CreditsPrice
$1020 tasks
$50100 tasks
$200400 tasks + priority builds

give your product the ability to build apps

Spektrum is the API that turns any request into a deployed React application — in real time.