Getting started

This guide takes you from zero to your first autonomous pull request.

1. Create an account

Go to nexusfactory.allcode.com/signup and sign up. Signup is open — the first user in a new organization becomes the admin.

2. Connect a repository

From the dashboard, open Settings and connect your GitHub account. Nexus Factory uses your own OAuth connection, so it clones and pushes to your repositories as you. See Connect GitHub for details.

3. Submit a requirement

You can submit work three ways:

  • Create a GitHub issue and tag it factory.
  • Create a Jira ticket (once Jira is connected).
  • Type a requirement directly into the dashboard composer.

4. Watch the pipeline

The dashboard shows live progress across the columns: Coding → Inspecting → Merging → Merged. When it finishes, you get a pull request. Learn more in Run a pipeline.

Tip: keep your first requirement small and specific (for example, "add pagination to the /users endpoint"). Clear scope produces the best first-pass results.