Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 2.92 KB

2024-12-05-reflex-cloud.md

File metadata and controls

77 lines (53 loc) · 2.92 KB
author date title description image meta
Nikhil Rao
2024-12-05
Reflex Cloud
Deploy your Reflex apps with a single command
/blog/reflex-cloud.webp
name content
keywords
import reflex as rx
from pcweb import pages, constants
from pcweb.pages.hosting_countdown.animated_box import animated_box

Reflex Cloud

Today we're launching Reflex Cloud, a unified platform for deploying and managing Reflex apps.

We released our open-source framework with a goal to simplify web development - anyone who knows Python should be able to turn their ideas into web apps. Today thousands of teams use Reflex for their data/AI apps, internal tools, and customer-facing web apps.

With Reflex Cloud we're extending that same simplicity to hosting. Just reflex deploy, and in a few minutes your app will be live to share with the world.

animated_box(relative=True)

Our free tier lets you deploy your first app at no cost. We're also introducing Pro, Team, and Enterprise tiers with additional features like one-click auth, custom domains, and on-premise hosting.

What's Included

One Command Deployment

Deploy your app with a single command:

reflex deploy

The new deploy command lets you set environment variables, specify machine sizes, and choose regions to deploy to all from the command line.

See the full list of options in our deployment docs.

Unified Dashboard

Log in to Reflex Cloud to see a unified dashboard of all your apps.

rx.color_mode_cond(
    rx.image(src="/hosting/light/hosting-preview.jpg"),
    rx.image(src="/hosting/dark/hosting-preview.jpg"),
)

From there you can see the status of your apps, the resources they're using, and application logs all in one place.

You can also add team members to collaborate on apps, set up custom domains, and view detailed analytics on your app's performance.

Pro Features

Reflex Pro lets you take your app from a prototype to a production app with:

  • Custom Domains: Use your own domain for your app
  • Larger Apps: Increased memory and CPU options
  • Add Collaborators: Add team members to your project

We're also previewing team and enterprise plans with advanced features like:

  • One-Click Auth: Add Github, Google, or other OAuth providers to your app with no code
  • Full Analytics: Comprehensive insight into your app's performance and usage
  • On Premise Hosting: Run Reflex Cloud on your own infrastructure

See the full list of features on our pricing page.

What's Next

Over the next few months we're working on building out the team features while making the platform more robust and reliable. We're also expanding Reflex Pro to go beyond hosting - including AI tools to help you build apps at the speed of thought.