Skip to main content

Examples

Common Easel deployment patterns and links to step-by-step guides.

These examples map typical workloads to the guides that cover them on Easel. Each links to documentation you can follow today.

Deploy a web application

Connect a Git repository, let Easel detect your framework, and ship preview URLs on every branch.

Preview and production

Use separate environments so previews stay isolated from production traffic.

Protect traffic at the edge

Add Web Application Firewall (WAF) rules and site-wide attack protection without a separate security vendor.

Inspect from the terminal

Use the CLI to link a project, list deployments, and follow request logs without opening the dashboard.

npm install -g @easel-sh/cli
easel login
easel link --project my-app
easel list --prod
easel logs --follow --expand

More resources