Docs
Contributing
Help make private AI the default.
Contributions are welcome — bug reports, features, docs, and design all help.
Workflow
- Fork the repo and create a feature branch.
- Run
npm run devand make your change. - Ensure
npm run lintandnpm run buildpass. - Open a pull request describing the change.
Principles
- Privacy first — never add server-side storage or tracking.
- Stay small — favor clarity over cleverness.
- Open by default — document what you build.
Found a security issue? Please report it privately — see
SECURITY.md in the repo.