Interactive Demo
Explore a live notebook to see what Alph can do:
If you want to just get started, notebooks to help guide you through Alph are also available as live notebooks — executable versions you can read and run yourself.
Get up and running
1
Create your account
Visit runalph.ai and click Sign In.
- Sign up with GitHub (recommended) or email
2
Create your organization
After signing in, create your first organization.
- Enter an organization name
- Choose a URL slug
- Click Create Organization
3
Create your first notebook
From your organization dashboard:
- Navigate to Notebooks
- Click New Notebook
- Start writing code
4
Try AI assistance
Generate a cell: Click + AI between cells and describe what you want.Chat with AI: Open the chat panel to ask questions about your code.
5
Execute your code
To run cells, connect to a project:
- Go to Projects and create one
- Select the project as your notebook’s kernel
- Run cells with
Shift + Enter
Learn about projects
Projects are JupyterLab servers with cloud compute
What’s next?
Core Concepts
Understand notebooks, projects, and AI
GitHub Sync
Import and sync notebooks from repositories
Guides
Real workflows: remote dev, automations, GPU, web apps
Team Collaboration
Invite team members to your organization