title | description |
---|---|
Collaborate |
Join us in building the future of user context |
We're building Kontext21 as an open source project and welcome contributions from the community. Whether you're working on the core Rust implementation, Node.js bindings, or improving documentation, your help makes Kontext21 better for everyone.
* Core Rust implementation * Performance optimizations * New features and integrations * Bug fixes and improvements * Node.js SDK * TypeScript definitions * API improvements * Platform compatibility * Documentation site * Guides and tutorials * API documentation * Examples and use cases * Join our community * Share use cases * Help others * Suggest improvements ```sh # Clone the core repository git clone https://github.com/kontext21/k21.git cd k21# Install dependencies
cargo build
# Run tests
cargo test
```
# Install dependencies
yarn install
# Build the package
yarn build
# Run tests
yarn test
```
# Install dependencies
npm install
# Start the development server
npm run dev
```
Let's build the future of user context together!