# Orbit ## Docs - [Backend architecture](https://orbit-dev.app/architecture/backend-architecture.md): Controller → Service → Repository, and how the layers divide responsibility - [Contributing](https://orbit-dev.app/architecture/contributing.md): How changes get proposed, reviewed, and merged - [Database schema](https://orbit-dev.app/architecture/database-schema.md): Tables, relationships, and enums behind Orbit's core concepts - [Frontend architecture](https://orbit-dev.app/architecture/frontend-architecture.md): Inertia pages, atomic-design components, and where shared logic lives - [Tech stack](https://orbit-dev.app/architecture/tech-stack.md): What Orbit is built with, and why there's no separate API - [Testing](https://orbit-dev.app/architecture/testing.md): Two independent test suites, both gated in CI - [Account](https://orbit-dev.app/concepts/account.md): Registering, signing in, and what account management looks like today - [Activity log](https://orbit-dev.app/concepts/activity-log.md): A per-project audit trail, captured internally - [Comments](https://orbit-dev.app/concepts/comments.md): Discuss an issue with your team, right where the work happens - [Dashboard](https://orbit-dev.app/concepts/dashboard.md): A workspace-wide overview of every project and issue - [Issues](https://orbit-dev.app/concepts/issues.md): The unit of work in Orbit — tracked from open to closed - [Notifications](https://orbit-dev.app/concepts/notifications.md): In-app alerts for the issues you care about - [Projects](https://orbit-dev.app/concepts/projects.md): The top-level container for issues in Orbit - [Saved Filters](https://orbit-dev.app/concepts/saved-filters.md): Save a combination of search and filter criteria for reuse - [Configuration](https://orbit-dev.app/deployment/configuration.md): Environment variables that matter when setting up Orbit - [Docker](https://orbit-dev.app/deployment/docker.md): Running Orbit's containers day to day - [Production deployment](https://orbit-dev.app/deployment/production.md): Taking Orbit from local development to a real deployment - [Filtering and search](https://orbit-dev.app/guides/filtering-and-search.md): Find the issues you're looking for in a large project - [Keyboard shortcuts](https://orbit-dev.app/guides/keyboard-shortcuts.md): Move around Orbit without touching the mouse - [Onboarding](https://orbit-dev.app/guides/onboarding.md): The guided flows new users and new workspaces see - [Writing issue descriptions](https://orbit-dev.app/guides/rich-text-editing.md): Formatting support in the issue description editor - [Roles and permissions](https://orbit-dev.app/guides/roles-and-permissions.md): How admin and member roles work in Orbit today - [List, Board, and Calendar views](https://orbit-dev.app/guides/views.md): Three ways to look at the same issues - [Introduction](https://orbit-dev.app/index.md): An issue tracker and project management app for small teams - [Quickstart](https://orbit-dev.app/quickstart.md): Get Orbit running locally with Docker or a native setup - [FAQ and troubleshooting](https://orbit-dev.app/reference/faq.md): Common questions and setup issues - [Glossary](https://orbit-dev.app/reference/glossary.md): Orbit's terms, defined precisely - [Known limitations](https://orbit-dev.app/reference/known-limitations.md): What Orbit doesn't do yet, in one place