Skip to main content
The Chonkie Playground is an interactive environment where you can test different chunking algorithms on your own text without writing any code.
Access the Playground
Visit the playground at labs.chonkie.ai/playground
How to Use
- Select a Chunker - Choose the chunking algorithm you want to test
- Configure Parameters - Adjust chunk size, overlap, and algorithm-specific settings
- Input Text - Paste or type your text in the input area
- Run Chunking - Click the
Chonk! button to process your text
- View Results - See your text split into chunks with metadata
From Playground to Production
Once you’ve found the right chunking strategy in the playground, you can implement it in your application using:
- Python SDK -
pip install chonkie[cloud]
- JavaScript SDK -
npm install @chonkiejs/cloud
- Direct API - Make HTTP requests to api.chonkie.ai