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.
3
Write Your Prompt
Describe what you want your app to do. Here’s an example to get you started: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?
Build Your First App
Follow a detailed tutorial with screenshots
Explore Features
Learn about all Constants capabilities
Tips for Better Results
Be Specific
Be Specific
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
Iterate on Your App
Iterate on Your App
Not quite right? You can modify your Worker by providing additional instructions. Click Modify and describe what you want to change.
Add API Keys
Add API Keys
Some features require API keys (like using external AI providers). Add your keys in API Keys from the user menu.
