fyra

Push any directory. Get a live URL.

Static site deployment

Push.
Done.

Deploy your static site with a single command and get a live URL.

my-app.apps.fyra.sh
01Install the CLI
One install, globally. Run curl -fsSL https://fyra.sh/install.sh | sh and you're ready on Mac, Linux, or Windows.
02Register & login
Run fyra register to create an account, then fyra login. Your session is saved locally so you only do this once.
03Create your app
Inside your project, run fyra create. Pick a name or get one assigned. A .deploy.yaml is saved locally.
04Push it live
Run fyra push. Your directory is compressed, uploaded, and served. CDN included.

Watch how easy it is to deploy a Hugo site from your terminal in seconds. Read the Hugo tutorial →

demo — fyra push
$ cd ~/my-blog/public $ fyra create --appname my-blog Created app: my-blog Run 'fyra push' to deploy this directory. $ fyra push Scanning my-blog... Packing 24 files (840.0 KB) Uploading... 840.0 KB sent Deploying on server... Done: https://my-blog.apps.fyra.sh

Ready to try it?

$ curl -fsSL https://fyra.sh/install.sh | sh

view source →

Deploy in seconds,
not minutes.

Skip the CI/CD middleman. Build locally, push globally.

hugo → fyra
// Build your site locally $ hugo -D // Push it to the internet $ cd public && fyra push ✓ Live at https://your-site.apps.fyra.sh
mkdocs → fyra
// Build your site locally $ mkdocs build // Push it to the internet $ cd site && fyra push ✓ Live at https://your-site.apps.fyra.sh
obsidian/quartz → fyra
// Build your site locally $ npx quartz build // Push it to the internet $ cd public && fyra push ✓ Live at https://your-site.apps.fyra.sh
static html → fyra
// Already have static files? Just push. $ cd dist && fyra push ✓ Live at https://your-site.apps.fyra.sh

Vibecoding your own site?

Fyra is compatible with your agentic workflow: point them to https://fyra.sh/llms.txt

Static sites,
dynamic superpowers.

A static site is just HTML, until you need to collect a form submission or count your visitors. Fyra addons give your site those missing pieces, installed with one command.

Only on fyra.sh. No other static host ships built-in addons. Normally you'd wire up a separate service, juggle API keys, and pay another bill. We fold it all in.

formbuilder

Collect form submissions from your static site. Point your <form> at Fyra and entries land in your inbox — no backend code, no third-party scripts.

$ fyra addons install formbuilder

counter

A visitor counter for your site. One script tag, real numbers on a dashboard, no cookies or creepy tracking.

$ fyra addons install counter

More addons coming soon. Visit addons.fyra.sh →

Our iron.
Our network.
Your speed.

We don't run on AWS, GCP, or Azure. Our home base is our own metal in our own racks in Singapore, on a network we operate and own.

For global reach, we extend to points of presence in other regions through trusted independent infrastructure partners. Your site is served from the PoP closest to each visitor, while origin traffic always runs on our network.

Operator
The Cubiclerebels — AS151361
Singapore
Southeast Asia
Tokyo
Northeast Asia
Frankfurt
Central Europe
New York
US East
Los Angeles
US West
More coming soon
Sydney · London · São Paulo

"Fyra makes it ridiculously easy to ship personal projects. The one-command publish flow removes enough friction that I actually keep building instead of overthinking deployment. Custom domains are just the cherry on top."

Nikhil Sharma — yeethay.nikhil.sh

"I used to spend an hour setting up S3 buckets, CloudFront, and Route53 every time I needed to ship a landing page. Now I type fyra push and get a coffee."

Benson Chew — Frontend developer

view more at our directory →