Roxy simplifies local development by providing custom .roxy domains with trusted HTTPS connections for any project. Eliminate the hassle of managing multiple ports and configurations; with Roxy, enjoy real-time traffic visibility and streamlined setup, making it perfect for full-stack and mobile app developers.
Roxy is a lightweight and efficient local development proxy that streamlines the process of handling custom domains and automatically handles HTTPS for local projects. With Roxy, there's no need to deal with multiple localhost ports or certificate warnings; simply access your projects using real .roxy domains with trusted HTTPS.
.roxy Domains: Easily create memorable domains like myapp.roxy instead of complex localhost:3000 URLs..roxy domain resolutions without additional dependencies such as dnsmasq.Roxy is especially beneficial for:
Register a new project and configure routing effortlessly:
# Register project with different routes
git register myapp.roxy --route "/=3000" --route "/api=3001"
Easily register an e-commerce app to handle Stripe webhooks:
roxy register shopify-clone.roxy --route "/=3000" --route "/api=3001"
Just set your webhook URL to https://shopify-clone.roxy/api/webhooks and everything just works.
Installing Roxy is straightforward with Homebrew:
brew tap rbas/roxy
brew install roxy
Roxy's setup process creates trusted Root Certificates and configures the DNS to resolve .roxy domains automatically, requiring minimal setup from the user.
For evolving projects, Roxy is perfect for developers who wish to reduce complexity in their local development environment, offering a seamless experience simplified to register, route, and start the proxy—allowing developers to focus on building rather than configuring.
No comments yet.
Sign in to be the first to comment.