Add Render connect guide for RivetKit applications#4355
Open
ojusave wants to merge 4 commits intorivet-dev:mainfrom
Open
Add Render connect guide for RivetKit applications#4355ojusave wants to merge 4 commits intorivet-dev:mainfrom
ojusave wants to merge 4 commits intorivet-dev:mainfrom
Conversation
Add documentation for deploying RivetKit apps to Render with a self-hosted Rivet Engine. Includes: - Blueprint and manual deployment options - Environment variable configuration - Runner configuration steps - Test commands to verify deployment - Troubleshooting for common issues (502 errors, WebSocket protocol, build failures)
Add full dashboard integration for deploying RivetKit apps to Render: - connect-render-frame.tsx dialog for connecting Render apps - Render option in provider dropdown and deploy options - Provider display in runner config table - Connection check support for Render - Updated connect/render.mdx documentation
Simple todo list app demonstrating RivetKit actors with: - Add, toggle, delete todos - Real-time sync via events - Persistent state - render.yaml Blueprint for one-click deploy - Deploy to Render button in README
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.
Added documentation for deploying RivetKit applications to Render with a self-hosted Rivet Engine. This guide complements the existing self-hosting documentation and provides a complete workflow for running RivetKit apps on Render's platform.
Includes:
Type of change
[x] New feature (non-breaking change which adds functionality)
[x] This change requires a documentation update
How Has This Been Tested?
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings