Krono organizes its applications and shared logic into distinct packages to promote code reuse and separation of concerns.Documentation Index
Fetch the complete documentation index at: https://krono.fabianpiper.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Directory Layout
We use a standard Turborepo structure where shared libraries live inpackages/ and deployable applications live in apps/.
Technology Stack
Krono is built on a modern, type-safe stack designed for performance and developer experience.| Tool | Category | Purpose |
|---|---|---|
| TypeScript | Language | Static type checking for safer code |
| Turborepo | Build System | High-performance monorepo management |
| Bun | Runtime | Fast installation, testing, and script execution |
| Biome | Quality | Lightning-fast linting and formatting |
| Vitest | Testing | Unit and integration testing framework |
| Playwright | Testing | Reliable end-to-end testing |
| shadcn/ui | UI | Accessible, unstyled component primitives |

