Skip to content

Commit c689855

Browse files
committed
Update 'book a demo' link to open demo form dialog
1 parent fcd7ee0 commit c689855

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

blog/2025-12-05-on-premises-deployment.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ meta: [
3030

3131
```python exec
3232
import reflex as rx
33+
import reflex_ui as ui
3334
from pcweb import pages, constants
3435
from reflex_image_zoom import image_zoom
36+
from reflex_ui.blocks.demo_form import demo_form_dialog
3537
```
3638

3739
For organizations with strict security, compliance, or data sovereignty requirements, building applications on your own infrastructure isn't just a preference—it's a necessity. With Reflex Enterprise, you can now run **Reflex Build**—our AI-powered app builder—on-premises or in your own private cloud, giving you complete control over your development environment while maintaining all the productivity benefits of building apps with AI.
@@ -133,7 +135,17 @@ Large enterprises can run Reflex Build inside their own AWS and Azure environmen
133135

134136
## What's Next
135137

136-
If you're interested in deploying Reflex on-premises, [book a demo]({constants.REFLEX_CLOUD_URL}) to discuss your specific requirements. Our team will work with you to design a deployment that meets your security, compliance, and infrastructure needs.
138+
If you're interested in deploying Reflex on-premises, book a demo to discuss your specific requirements. Our team will work with you to design a deployment that meets your security, compliance, and infrastructure needs.
139+
140+
```python eval
141+
demo_form_dialog(
142+
ui.button(
143+
"Book a Demo",
144+
variant="primary",
145+
class_name="font-semibold",
146+
),
147+
)
148+
```
137149

138150
With Reflex Build on-premises, you get the best of both worlds: the power and productivity of AI-powered app building, with the control and security of your own infrastructure. Build full-stack Python web apps faster than ever, all while keeping your code, data, and development process completely within your controlled environment.
139151

0 commit comments

Comments
 (0)