Quick Start (Online Edition)
Get started with AgileBuilder Online Edition in 5 minutes
This guide will help you complete registration, login, and your first project generation with AgileBuilder Online Edition in 5 minutes. The online edition provides cloud sync and team collaboration features.
Step 1: Create an Account
- Visit AgileBuilder官网
- Click the "Sign Up" button
- Choose your signup method:
- Email registration
- GitHub account
- Google account
Step 2: Log In via CLI
After installing AgileBuilder CLI, log in:
agilebuilder login
Or log in with a specific email:
agilebuilder login --email your@email.com
After logging in, your CLI can access the templates you maintain in the cloud.
Step 3: Sync Templates
After logging in, your online template library automatically syncs to your local machine:
# List synced templates
agilebuilder template list
# Sync latest templates
agilebuilder template sync
Step 4: Manage Templates on the Platform
Add a Template
- Log in to AgileBuilder Console
- Go to the "Template Library" page
- Click "Add Template"
You can add templates by:
- Importing from a Git repository
- Uploading a local template
- Using templates from the marketplace
Manage Templates
In the console, you can:
- Edit template configuration and variables
- Set template categories and tags
- Manage template versions
- Control template visibility (private/team/public)
Step 5: Generate a Project
Now you can generate projects using online templates from the CLI:
agilebuilder generate <template-name> <project-name>
For example:
agilebuilder generate my-team/react-starter my-new-app
Generated configurations and history sync to the cloud.
Online Edition Exclusive Features
| Feature | Description |
|---|---|
| Cloud sync | Templates and configurations sync across devices automatically |
| Team collaboration | Team members share a template library |
| Template marketplace | Discover and use community templates |
| Usage analytics | View template usage statistics and data analysis |
Next Steps
- MCP Service Configuration - Configure MCP for AI to call AgileBuilder
- AI Workflow - Configure AI to work according to team standards
- Quick Start with Team Collaboration - Invite team members to collaborate