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

  1. Visit AgileBuilder官网
  2. Click the "Sign Up" button
  3. Choose your signup method:
    • Email registration
    • GitHub account
    • Google account

Registration Page


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

Template Sync


Step 4: Manage Templates on the Platform

Add a Template

  1. Log in to AgileBuilder Console
  2. Go to the "Template Library" page
  3. 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

FeatureDescription
Cloud syncTemplates and configurations sync across devices automatically
Team collaborationTeam members share a template library
Template marketplaceDiscover and use community templates
Usage analyticsView template usage statistics and data analysis

Next Steps