blog: Introducing Rivet BYOC - #65
Merged
Merged
Conversation
Adds the Rivet BYOC changelog post for 2026-09-15 and updates the create-launch-post tile renderer: Manrope replaces the purged Perfectly Nineties font, adds --ink-tile (Rivet product-mark badge sized level with its neighbors), --no-wordmark, and a viewBox fallback for SVGs that only declare width/height. Amp-Thread-ID: https://ampcode.com/threads/T-01a0a1ba-571f-72d8-a85e-924a49ba90b7 Co-authored-by: Nicholas Kissel <nicholas@rivet.gg>
railway-app
Bot
temporarily deployed
to
rivet-website / website-pr-65
September 15, 2026 03:31
Destroyed
|
|
||
| Today we're releasing **Rivet BYOC** (Bring Your Own Cloud): the Rivet control plane deployed inside your own AWS or Google Cloud VPC and managed by Rivet. | ||
|
|
||
| Until now you had two options. Rivet Cloud runs everything for you, or you self-host the control plane and own the provisioning, upgrades, and on-call that come with it. BYOC sits between them. Your data and compute stay in your account. Rivet handles deployment, updates, and maintenance. |
There was a problem hiding this comment.
🟠 Medium · Replace the prohibited compute deployment term
compute is explicitly reserved for the live Rivet Compute feature and is prohibited as a name for a process running a customer's code. Here it makes the BYOC data-residency claim ambiguous with that separate product. Refer to the customer's backend (or workers where appropriate) instead.
Comment on lines
+36
to
+38
| ## Links | ||
|
|
||
| - [BYOC docs](/cloud/byoc) |
There was a problem hiding this comment.
🔵 Low · Include the required source repository link
The launch-post format requires the final links section to include the relevant GitHub repository alongside docs and Discord. This list omits it, leaving readers without the prescribed source/issue-tracking destination. Add the BYOC/Rivet repository link here.
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.
Adds the Rivet BYOC changelog post for 2026-09-15.
src/content/posts/2026-09-15-introducing-rivet-byoc/page.mdx: post covering the operator model, BYOC for your own customers, and the 14-day trial. Hero is uploaded to R2 atwebsite/blog/2026-09-15-introducing-rivet-byoc/image.png; the frontmatter referencesimage.png?v=2to bypass a stale Cloudflare edge cache of the first upload.create-launch-postskill: the tile renderer referenced the purged Perfectly Nineties font and now uses Manrope; adds--ink-tile(Rivet product-mark badge, sized level with neighboring tiles),--no-wordmark, and a viewBox fallback for SVGs that only declare width/height.Verified locally: post renders at
/changelog/2026-09-15-introducing-rivet-byoc/, all internal links return 200, renderer scripts type-check.