Why Kiket¶
Kiket is built for teams who want to treat process as seriously as code. Instead of clicking through overloaded admin panels, every workflow, board, and automation lives in Git alongside your application. This Git-native model unlocks pull request reviews, automated validation, and instant rollbacks for the way you manage work.
Workflow-as-Code¶
- Store YAML definitions in
.kiket/workflows/to describe states, transitions, triggers, and automation rules. - Version control keeps history transparent while CI can lint configurations before they ship.
- Multiple repositories can feed a single project, so shared libraries coexist with product-specific flows.
Boards Without Manual Upkeep¶
- Kanban boards are generated from
.kiket/boards/*.yaml, guaranteeing the UI reflects the workflow definition. - WIP limits, swimlanes, card templates, and automation hooks are all declared alongside the workflow logic.
- Teams inherit organization defaults automatically, reducing copy/paste setup.
Extensible by Default¶
- The extension platform relies on open web standards: HTTP endpoints, signed webhooks, and OAuth scopes.
- You can run extensions on any infrastructure (Vercel, Cloud Run, bare metal) without vendor lock-in.
- Marketplace-ready manifests make it easy to share internal tooling or build revenue-generating add-ons.
Built for Insight¶
- The Domain-Specific Analytics Language (DSAL) lets you query projects with a concise, SQL-like syntax.
- Dashboards and reports are defined as code, making analytics repeatable between teams and environments.
Secure & Compliant¶
- Secrets are encrypted at rest, workflows sync through scoped tokens, and audit logs capture every automation run.
- Repository precedence (repository → project → organization → defaults) keeps tenant boundaries clear while enabling shared standards.
- Zero-knowledge analytics roadmap ensures privacy-conscious teams can adopt Kiket without sacrificing compliance.
Adopt Kiket when you want a programmable operations platform that scales with your engineering practices.