Skip to main content

Choose Your Setup

Simili Bot supports three distinct deployment patterns. Choosing the right one depends on your organization’s size, security requirements, and team structure.

Decision Tree

Use this diagram to quickly identify the best pattern for your current needs.

Pattern Comparison

A detailed look at the trade-offs between the three deployment models.
AspectPattern A (Single)Pattern B (Centralized)Pattern C (Distributed)
Scale1 Repository2+ Repositories2+ Repositories
PermissionsDefault GITHUB_TOKENElevated PAT/AppDefault GITHUB_TOKEN
ManagementIndividualUnified ControlAutonomous Teams
ComplexityVery LowMediumMedium
Best ForStandalone ProjectsOrg-wide AutomationMicroservices

Pattern A: Single Repo

Best for standalone projects or teams just testing Simili Bot. No special permissions or organization-wide configuration is required. Go to Single Repo Setup

Pattern B: Centralized Multi-Repo

Best for organizations that want unified control over how issues are triaged and routed across all repositories. Everything is managed from one “control” repository. Go to Centralized Setup

Pattern C: Distributed Multi-Repo

Best for large organizations with independent teams. Each team manages their own bot, but everyone benefits from a shared cross-repository knowledge base. Go to Distributed Setup

Need More Details?