
Founder of kprompt
Senior backend engineer building kprompt — a natural-language CLI for Kubernetes. Background in platform engineering, microservices, and LLM-powered developer tools.
Team
kprompt is early-stage and open source. We ship in public, keep safety honest, and welcome contributors who care about operator workflows.

Founder of kprompt
Senior backend engineer building kprompt — a natural-language CLI for Kubernetes. Background in platform engineering, microservices, and LLM-powered developer tools.
Open source
kprompt is MIT licensed and built in public. You do not need permission to open an issue or send a PR — start small, keep safety in mind, and link your work to a clear problem.
Pick the repo that matches your change. Both are MIT licensed.
No formal roadmap lock-in — these are high-value places to start.
A typical flow from idea to merged PR.
Search existing issues first. For bugs and features, open one with context: what you expected, what happened, and your cluster/provider setup if relevant.
Small fixes and docs can go straight to a PR. For new tools, safety behavior, or architecture shifts, comment on an issue so we align on scope before you invest days of work.
One concern per PR — easier to review and safer to merge. Match the style of the repo you are touching (Go in CLI, TypeScript in website).
Run go test ./... for CLI changes. For website changes, npm run build and npm run lint. Add or update tests when behavior changes.
Explain why the change matters, link the issue, and call out anything operators should know (flags, safety, breaking behavior). No secrets, kubeconfigs, or API keys in commits.
Clone and verify
git clone https://github.com/kprompt/kprompt.git
cd kprompt
go test ./...
go build -o bin/kprompt ./cmd/kprompt
./bin/kprompt versionOptional E2E
# Optional — requires Docker + kind
go test -tags=e2e ./test/e2e/ -count=1 -v -timeout 10mLocal preview at localhost:3000
git clone https://github.com/kprompt/kprompt-website.git
cd kprompt-website
npm install
npm run devBefore opening a PR, run npm run build and npm run lint.
kprompt runs against real clusters with real credentials. Treat safety regressions seriously — call them out in PRs and add tests when you touch planner, safety, or executor paths.
Do not report security vulnerabilities in public issues. Use GitHub Security for responsible disclosure.
Participation should stay respectful and constructive. The project follows standard open-source community expectations — be direct, be kind, review plans before apply in your own testing too.
Ready to pick something up?
Browse open issues, comment to claim a task, or open a draft PR early if you want feedback on direction.