Quickstart

In CFactory IDE

  1. Open a project folder in CFactory IDE.
  2. Open the CFactory panel.
  3. Sign in to your CFactory account.
  4. Describe a small task, for example: Add a README section explaining how to run tests.
  5. Review proposed edits and approve tool use when prompted.

Optionally configure BYOK after sign-in if you want specific models to use your own provider keys.

In the CLI

After installing CFactory IDE, open a terminal in your project:

cd your-project
cfactory "Add a README section explaining how to run tests"

For an interactive session:

cfactory

Tips

  • Start with a narrow task so you can review changes quickly.
  • Add project rules when you want consistent style or constraints.
  • Use modes (Architect / Code / Debug) when planning vs implementing.

Next