Ship AI-powered apps with a single request

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

1import { SpektrumSDK } from "@spektrum-ai/sdk"
2
3const spektrum = new SpektrumSDK()
4
5const project = await spektrum.createProject("portfolio-website")
6const task = await spektrum.createTask(
7 project.id,
8 "Create a portfolio website for a software engineer"
9)
10
11await spektrum.codeAndDeploy(task)
12
13const appUrl = await spektrum.getAppUrl(project.id)
14console.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 agents in 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.
1import { SpektrumSDK } from "@spektrum-ai/sdk"
2
3const spektrum = new SpektrumSDK()
4
5const project = await spektrum.createProject("portfolio-website")
6const task = await spektrum.createTask(
7 project.id,
8 "Create a portfolio website for a software engineer"
9)
10
11await spektrum.codeAndDeploy(task)
12
13const appUrl = await spektrum.getAppUrl(project.id)
14console.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.

Curious why we built JigJoy?