Examples
Example Tish applications.
Ready-to-deploy example applications live in the tish repository under examples/.
Available examples
Run locally
cd tish/examples/http-hello
cargo run -p tish --features http -- run src/main.tishOr compile:
tish compile src/main.tish -o server --feature http
./serverFor native modules (e.g. egui, Polars), add the package to package.json dependencies and use import { Egui } from 'tish:egui' — no --feature needed; imports drive compilation.
Deploy
Use the zectre CLI from the example directory. See Deploy Overview.