Add on-premises deployment blog post and banner#1702
Merged
Conversation
- Add new blog post about Reflex Build on-premises deployment - Add banner linking to on-premises blog post - Update blog image display to prevent cropping - Add images: on-prem.png, industries.png, connection.png
Contributor
Greptile OverviewGreptile SummaryThis PR adds a new blog post announcing Reflex Build's on-premises deployment offering and updates the website banner to promote it. Key Changes:
The implementation is clean and straightforward with no logical issues, security concerns, or custom rule violations. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant User
participant Browser
participant HostingBannerState
participant BlogPage
User->>Browser: Visit website
Browser->>HostingBannerState: on_mount event triggers
HostingBannerState->>HostingBannerState: show_blog_banner()
HostingBannerState->>HostingBannerState: set show_banner = True
HostingBannerState->>Browser: Render banner with blog link
alt User clicks banner
User->>Browser: Click banner link
Browser->>BlogPage: Navigate to /blog/2025-12-05-on-premises-deployment/
BlogPage->>Browser: Render blog post with images
Note over BlogPage: Images use object-contain<br/>to prevent cropping
else User dismisses banner
User->>HostingBannerState: Click X icon
HostingBannerState->>HostingBannerState: hide_banner()
HostingBannerState->>HostingBannerState: set force_hide_banner = True
HostingBannerState->>Browser: Hide banner
end
|
picklelo
reviewed
Dec 5, 2025
Contributor
picklelo
left a comment
There was a problem hiding this comment.
Looks good - we should highlight more that we can securely connect with their company data sources, I think that's one of the biggest unlocks.
tgberkeley
reviewed
Dec 5, 2025
…on, update title with AI, mention Reflex Cloud on-prem, and fix formatting
tgberkeley
reviewed
Dec 5, 2025
tgberkeley
reviewed
Dec 5, 2025
tgberkeley
reviewed
Dec 5, 2025
tgberkeley
reviewed
Dec 5, 2025
tgberkeley
reviewed
Dec 5, 2025
tgberkeley
reviewed
Dec 5, 2025
…e ownership, custom AI models, and multi-cloud support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds:
The blog post covers: