Get Started with JuhJuh
Set up your JuhJuh organization in minutes. Create your account, connect repositories, and run your first AI-powered code execution. Free to start.
graph LR
A[Create Account] --> B[Create Organization]
B --> C[Connect Repository]
C --> D[Create Ticket]
D --> E[Run Execution]Setup to first execution in five steps. Most teams finish in under ten minutes.
1. Create your account¶
Go to juhjuh.com and click Get Started. Sign up with email or use single sign-on if your organization has it configured.
Check your inbox and click the verification link to activate your account.
2. Create an organization¶
Organizations are the top-level container in JuhJuh. Each one gets its own subdomain (e.g., your-team.juhjuh.com) with:
- Projects and repositories
- Team members and role-based permissions
- Prompt templates
-
Execution history and cost tracking
-
Log in and click Create Organization
- Enter your organization name and choose a subdomain. The subdomain accepts lowercase letters, digits, and hyphens, and cannot match a reserved word such as
monitoring,incidents,cloud, ordeployments. See Onboarding for the full rules. - Select a plan. The free tier works for getting started.
- Click Create
3. Connect a repository¶
JuhJuh works with your existing codebase.
- Navigate to Projects in the sidebar
- Click New Project
- Choose your source: Bitbucket, GitHub, or manual setup
- Authorize access and select the repository
- Configure branch settings and protection rules
- Click Save
JuhJuh clones the repository into a managed workspace and keeps it in sync.
4. Create your first ticket¶
Tickets are the unit of work. Create them manually or sync them from an external issue tracker.
To create one manually:
- Open your project and go to the Tickets tab
- Click New Ticket
- Write a clear title and description. Specificity drives execution quality.
- Set priority and add any relevant labels
- Click Create
5. Run your first execution¶
With a ticket ready:
- Open the ticket detail page
- Click Execute
- Review the generated prompt and adjust if needed
- Click Start Execution
- Watch real-time logs as the AI writes code in an isolated branch
When execution completes, you get a full diff to review before anything moves forward.
Related¶
- Core Concepts, the full pipeline and safety gates
- Integrations, sync tickets from Jira, Linear, or other trackers
- Prompt Templates, control how AI writes code for your projects