Example Cells for the Tissue edge runtime.
Each subdirectory is a self-contained Cell you can deploy with ribo:
cd <example>
ribo deploy| Example | What it shows |
|---|---|
| js-hello | Minimal cell — routing, JSON responses |
| js-static-ping | HTML page + JSON API endpoint |
| js-sweargen | LCG word generator, seeded randomness |
| js-c3-notes | C3 SQLite binding — CRUD notes app |
| js-notes | Notes app with richer UI |
| js-url-shortener | URL shortener backed by C3 |
| js-api-racer | Parallel fetch to 6 public APIs, latency benchmark |
| js-ai-agent | LLM agent via Anthropic API |
| js-llm-chat | Streaming LLM chat UI |
| js-growzone | USDA plant hardiness zone lookup by US zip code |
| Example | What it shows |
|---|---|
| rust-fib | Fibonacci — minimal Rust WASM cell |
| rust-primes | Prime sieve, CPU-bound computation |
| rust-analyst | Text analysis (word frequency, readability) |
| rust-phonebook | In-memory phonebook with Rust data structures |
| rust-spellcheck | Levenshtein spell checker over 210k-word dictionary |
| rust-spfchecker | SPF DNS record validator — RFC 7208 compliance analysis |
| Example | What it shows |
|---|---|
| ts-events-api | TypeScript cell with esbuild compile step |