> For the complete documentation index, see [llms.txt](https://docs.appkickstarter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appkickstarter.com/tech-things.md).

# Tech things

- [Multi modules Architecture](https://docs.appkickstarter.com/tech-things/multi-modules-architecture.md): AppKickstarter adopts Clean Architecture for independent, testable, and adaptable core logic, alongside Separation of Concerns, ensuring a modular, organized, and efficient codebase.
- [Dependency injection](https://docs.appkickstarter.com/tech-things/dependency-injection.md)
- [Library management](https://docs.appkickstarter.com/tech-things/library-management.md)
- [Secrets and Build Config](https://docs.appkickstarter.com/tech-things/secrets-and-build-config.md): Understand how store secrets in local.properties and share the secrets in all the platforms (Android, iOS, Web, Desktop)
- [Backend as an implementation detail](https://docs.appkickstarter.com/tech-things/backend-as-an-implementation-detail.md)
