Examples & Polyglot Monorepo Starters
Explore production-grade starter templates included in the Fish workspace.
Available Examples
examples/polyglot-demo: Polyglot web stack with Rust TCP backend, Go service, TypeScript frontend, and Docker Compose.examples/ai-microservices: AI inference pipeline combining Rust fast tokenizer, Python FastAPI inference engine, and Go API reverse proxy.examples/fullstack-wasm: High-performance browser application using Rust WebAssembly core, TypeScript client, and C++ native compute accelerator.
Running Examples
bash
cd examples/ai-microservices
fish build
fish test