Skip to main content

Overview

This guide will walk you through creating your first Worker on Constants. By the end, you’ll have a working AI-powered application.
1

Sign Up or Log In

Head to constants.io and create an account or sign in.You can sign up with your email address. No credit card required to get started.
2

Create a New App

Click Create new App in the sidebar. You’ll see a prompt input where you can describe your application.
Be specific about what you want. Instead of “make a dashboard”, try “create a sales dashboard that shows monthly revenue, top products, and customer growth charts”.
3

Write Your Prompt

Describe what you want your app to do. Here’s an example to get you started:
Create a todo list app where I can add tasks, mark them complete, 
and filter by status. Use a clean, minimal design.
Constants will analyze your prompt and generate the application.
4

Watch It Build

Constants will generate your app in real-time. You’ll see:
  • A progress indicator showing generation status
  • Live preview of your app as it’s built
  • The generated code (if you want to see it)
5

Run Your App

Once generation is complete, your app is ready to use! Click Run to start it.Your Worker will execute and display the interface you requested.

What’s Next?

Tips for Better Results

The more details you provide, the better your app will match your vision. Include:
  • What data the app should display
  • How users should interact with it
  • Any specific design preferences
Not quite right? You can modify your Worker by providing additional instructions. Click Modify and describe what you want to change.
Some features require API keys (like using external AI providers). Add your keys in API Keys from the user menu.