Skip to main content

Platform Capabilities

Constants provides a complete environment for creating, running, and managing AI-generated applications. Here’s what’s included:

AI Generation

Describe your app in natural language and get working code instantly

Live Execution

Run your apps in a secure, sandboxed environment with real-time output

Built-in Integrations

Connect to AWS, GCP, web APIs, and more—just describe what you need

Version Control

Export to GitHub and track changes to your applications

Core Features

Prompt-Based Generation

Create applications by describing what you want in plain English. Constants uses advanced AI models to understand your requirements and generate functional code.
Create a countdown timer that lets me set minutes and seconds

Iterative Modification

Don’t get it right the first time? No problem. Use the Modify feature to refine your app:
  • Add new features
  • Change the design
  • Fix issues
  • Expand functionality
Each modification builds on your existing app, preserving what works while adding improvements.

Secure Execution

Your Workers run in isolated, sandboxed environments:
  • Isolated Runtime - Each execution runs in its own container
  • Resource Limits - CPU and memory are bounded to prevent abuse
  • Network Controls - External access is securely managed
  • Data Privacy - Your data stays within your execution environment

File Handling

Upload and process files in your Workers:
  • CSV, JSON, and text files
  • Images for processing or display
  • Documents for analysis
  • Data files for transformation
File size limits apply. Check your plan for specific limits.

Integrations

Constants can connect to popular services and APIs. Just describe what you need in your prompt:
  • Cloud Storage - AWS S3, Google Cloud Storage
  • Databases - Google BigQuery, Firestore
  • Web - Scrape websites, search the web
  • AI - Generate text with LLMs, create images
No complex configuration required—Constants handles the integration details for you.

API Keys Management

Constants supports multiple AI providers. Add your API keys to unlock additional capabilities:
  • OpenAI - GPT models for text generation
  • Anthropic - Claude models for advanced reasoning
  • E2B - Sandbox execution environment
Keys are stored securely and only used for your Workers.

GitHub Integration

Connect your GitHub account to:
  1. Export Workers - Push generated code to repositories
  2. Import Code - Bring existing code into Constants
  3. Version History - Track changes over time

GitHub Integration Guide

Learn how to connect and use GitHub

Sharing and Collaboration

Share your Workers with others:
  • Share Links - Generate a unique URL for your Worker
  • Public/Private - Control who can see your apps
  • Duplicate - Let others copy and modify your Workers

Conversation Mode

Interact with your Workers through natural language:
  • Ask questions about displayed data
  • Request modifications on the fly
  • Get explanations of what the code does
  • Debug issues conversationally

What’s Next?

GitHub Setup

Learn how to connect your repositories and export your apps