Hacker News new | ask | show | jobs
Cfex: A CLI Tool Built on Cloudflared exposing HTTPS/HTTP/3 on your own domain
5 points by muthuishere 521 days ago
I recently built cfex, a small CLI tool to simplify how developers, startups, and teams share work-in-progress applications for feedback, testing, or demos.

With just one command:

bash Copy code cfex api.yourdomain.com:8080 Your app goes live at https://api.yourdomain.com with HTTPS and HTTP/3 enabled by default. It’s built on top of cloudflared, similar to ngrok, but supports custom domains and leverages Cloudflare's robust infrastructure.

This tool is open source: https://github.com/muthuishere/cfex-cli I’ve also written more about it here: https://muthuishere.medium.com/one-command-to-go-live-with-cfex-135d74d81b45

Would love to hear your feedback, ideas, or suggestions. Feel free to check it out!