Skip to content

Commit 249290b

Browse files
chore(site): pricing, links, and cloud (#3102)
1 parent b406ac0 commit 249290b

23 files changed

+932
-290
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Generated from: site/scripts/generateReadme.mjs
2222
<a href="https://rivet.gg/docs/actors">Documentation</a> •
2323
<a href="https://rivet.gg/docs/general/self-hosting">Self-Hosting</a> •
2424
<a href="https://rivet.gg/discord">Discord</a> •
25-
<a href="https://x.com/rivet_gg">X</a> •
25+
<a href="https://x.com/rivet_dev">X</a> •
2626
<a href="https://bsky.app/profile/rivet.gg">Bluesky</a>
2727
</p>
2828
<!--<p>
2929
<a href="https://github.com/rivet-gg/rivet/discussions"><img alt="GitHub Discussions" src="https://img.shields.io/github/discussions/rivet-gg/rivet?logo=github&logoColor=fff"></a>
3030
<a href="https://rivet.gg/discord"><img alt="Discord" src="https://img.shields.io/discord/822914074136018994?color=7389D8&label&logo=discord&logoColor=ffffff"/></a>
31-
<a href="https://twitter.com/rivet_gg"><img src="https://img.shields.io/twitter/follow/rivet_gg" alt="Rivet Twitter" /></a>
31+
<a href="https://x.com/rivet_dev"><img src="https://img.shields.io/twitter/follow/rivet_dev" alt="Rivet Twitter" /></a>
3232
<a href="https://bsky.app/profile/rivet.gg"><img src="https://img.shields.io/badge/Follow%20%40rivet.gg-4C1?color=0285FF&logo=bluesky&logoColor=ffffff" alt="Rivet Bluesky" /></a>
3333
<a href="/LICENSE"><img alt="License Apache-2.0" src="https://img.shields.io/github/license/rivet-gg/rivet?logo=open-source-initiative&logoColor=white"></a>
3434
</p>-->
@@ -39,7 +39,7 @@ Generated from: site/scripts/generateReadme.mjs
3939
Public-facing projects:
4040

4141
- **Rivet Engine** (you are here): Engine that powers RivetKit at scale
42-
- **[RivetKit](https://github.com/rivet-gg/rivetkit)**: Lightweight TypeScript library for building Rivet Actors — works with Redis or Rivet Engine
42+
- **[RivetKit](https://github.com/rivet-dev/rivetkit)**: Lightweight TypeScript library for building Rivet Actors — works with Redis or Rivet Engine
4343
- **[Rivet Inspector](/frontend/apps/studio)**: Like Postman, but for Rivet Actors
4444
- **[Rivet Hub](/frontend/apps/hub)**: UI for Rivet Engine
4545
- **[Rivet Documentation](/site/src/content/docs)**
@@ -78,15 +78,15 @@ The Rivet Engine supports:
7878

7979
## Examples
8080

81-
- AI Agent — [GitHub](https://github.com/rivet-gg/rivetkit/tree/main/examples/ai-agent) · [StackBlitz](https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/ai-agent)
82-
- Chat Room — [GitHub](https://github.com/rivet-gg/rivetkit/tree/main/examples/chat-room) · [StackBlitz](https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/chat-room)
83-
- Collab (Yjs) — [GitHub](https://github.com/rivet-gg/rivetkit/tree/main/examples/crdt) · [StackBlitz](https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/crdt)
84-
- Multiplayer Game — [GitHub](https://github.com/rivet-gg/rivetkit/tree/main/examples/game) · [StackBlitz](https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/game)
85-
- Local-First Sync — [GitHub](https://github.com/rivet-gg/rivetkit/tree/main/examples/sync) · [StackBlitz](https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/sync)
86-
- Rate Limiter — [GitHub](https://github.com/rivet-gg/rivetkit/tree/main/examples/rate) · [StackBlitz](https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/rate)
87-
- Per-User DB — [GitHub](https://github.com/rivet-gg/rivetkit/tree/main/examples/database) · [StackBlitz](https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/database)
88-
- Multi-Tenant SaaS — [GitHub](https://github.com/rivet-gg/rivetkit/tree/main/examples/tenant) · [StackBlitz](https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/tenant)
89-
- Stream Processing — [GitHub](https://github.com/rivet-gg/rivetkit/tree/main/examples/stream) · [StackBlitz](https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/stream)
81+
- AI Agent — [GitHub](https://github.com/rivet-dev/rivetkit/tree/main/examples/ai-agent) · [StackBlitz](https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/ai-agent)
82+
- Chat Room — [GitHub](https://github.com/rivet-dev/rivetkit/tree/main/examples/chat-room) · [StackBlitz](https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/chat-room)
83+
- Collab (Yjs) — [GitHub](https://github.com/rivet-dev/rivetkit/tree/main/examples/crdt) · [StackBlitz](https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/crdt)
84+
- Multiplayer Game — [GitHub](https://github.com/rivet-dev/rivetkit/tree/main/examples/game) · [StackBlitz](https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/game)
85+
- Local-First Sync — [GitHub](https://github.com/rivet-dev/rivetkit/tree/main/examples/sync) · [StackBlitz](https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/sync)
86+
- Rate Limiter — [GitHub](https://github.com/rivet-dev/rivetkit/tree/main/examples/rate) · [StackBlitz](https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/rate)
87+
- Per-User DB — [GitHub](https://github.com/rivet-dev/rivetkit/tree/main/examples/database) · [StackBlitz](https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/database)
88+
- Multi-Tenant SaaS — [GitHub](https://github.com/rivet-dev/rivetkit/tree/main/examples/tenant) · [StackBlitz](https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/tenant)
89+
- Stream Processing — [GitHub](https://github.com/rivet-dev/rivetkit/tree/main/examples/stream) · [StackBlitz](https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/stream)
9090

9191
## Running Rivet
9292

@@ -101,10 +101,10 @@ For enterprise use cases, [get in touch](https://rivet.gg/sales) about using Riv
101101
Join thousands of developers building with Rivet Actors today:
102102

103103
- [Discord](https://rivet.gg/discord) - Chat with the community
104-
- [X/Twitter](https://x.com/rivet_gg) - Follow for updates
104+
- [X/Twitter](https://x.com/rivet_dev) - Follow for updates
105105
- [Bluesky](https://bsky.app/profile/rivet.gg) - Follow for updates
106-
- [GitHub Discussions](https://github.com/rivet-gg/rivetkit/discussions) - Ask questions and share ideas
107-
- [GitHub Issues](https://github.com/rivet-gg/rivetkit/issues) - Report bugs and request features
106+
- [GitHub Discussions](https://github.com/rivet-dev/rivetkit/discussions) - Ask questions and share ideas
107+
- [GitHub Issues](https://github.com/rivet-dev/rivetkit/issues) - Report bugs and request features
108108
- [Talk to an engineer](https://rivet.gg/talk-to-an-engineer) - Discuss your technical needs, current stack, and how Rivet can help with your infrastructure challenges
109109

110110
## Technologies

README.rivet.tpl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</a>
88
<br/>
99
<br/>
10-
<p><b>Scale and orchestrate <a href="https://github.com/rivet-gg/rivetkit">RivetKit</a> workloads</b></p>
10+
<p><b>Scale and orchestrate <a href="https://github.com/rivet-dev/rivetkit">RivetKit</a> workloads</b></p>
1111
<p>
1212
Built to provide production grade scale and orchestration for the most intensive workloads.
1313
</p>
@@ -16,13 +16,13 @@
1616
<a href="https://rivet.gg/docs/actors">Documentation</a> •
1717
<a href="https://rivet.gg/docs/general/self-hosting">Self-Hosting</a> •
1818
<a href="https://rivet.gg/discord">Discord</a> •
19-
<a href="https://x.com/rivet_gg">X</a> •
19+
<a href="https://x.com/rivet_dev">X</a> •
2020
<a href="https://bsky.app/profile/rivet.gg">Bluesky</a>
2121
</p>
2222
<!--<p>
2323
<a href="https://github.com/rivet-gg/rivet/discussions"><img alt="GitHub Discussions" src="https://img.shields.io/github/discussions/rivet-gg/rivet?logo=github&logoColor=fff"></a>
2424
<a href="https://rivet.gg/discord"><img alt="Discord" src="https://img.shields.io/discord/822914074136018994?color=7389D8&label&logo=discord&logoColor=ffffff"/></a>
25-
<a href="https://twitter.com/rivet_gg"><img src="https://img.shields.io/twitter/follow/rivet_gg" alt="Rivet Twitter" /></a>
25+
<a href="https://x.com/rivet_dev"><img src="https://img.shields.io/twitter/follow/rivet_dev" alt="Rivet Twitter" /></a>
2626
<a href="https://bsky.app/profile/rivet.gg"><img src="https://img.shields.io/badge/Follow%20%40rivet.gg-4C1?color=0285FF&logo=bluesky&logoColor=ffffff" alt="Rivet Bluesky" /></a>
2727
<a href="/LICENSE"><img alt="License Apache-2.0" src="https://img.shields.io/github/license/rivet-gg/rivet?logo=open-source-initiative&logoColor=white"></a>
2828
</p>-->
@@ -33,7 +33,7 @@
3333
Public-facing projects:
3434

3535
- **Rivet Engine** (you are here): Engine that powers RivetKit at scale
36-
- **[RivetKit](https://github.com/rivet-gg/rivetkit)**: Lightweight TypeScript library for building Rivet Actors — works with Redis or Rivet Engine
36+
- **[RivetKit](https://github.com/rivet-dev/rivetkit)**: Lightweight TypeScript library for building Rivet Actors — works with Redis or Rivet Engine
3737
- **[Rivet Inspector](/frontend/apps/studio)**: Like Postman, but for Rivet Actors
3838
- **[Rivet Hub](/frontend/apps/hub)**: UI for Rivet Engine
3939
- **[Rivet Documentation](/site/src/content/docs)**

README.rivetkit.tpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a href="https://rivet.gg/docs/actors">Documentation</a> •
1818
<a href="https://rivet.gg/docs/general/self-hosting">Self-Hosting</a> •
1919
<a href="https://rivet.gg/discord">Discord</a> •
20-
<a href="https://x.com/rivet_gg">X</a> •
20+
<a href="https://x.com/rivet_dev">X</a> •
2121
<a href="https://bsky.app/profile/rivet.gg">Bluesky</a>
2222
</p>
2323
<p>

site/scripts/generateReadme.mjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ const RIVET_COMMUNITY_CONTENT = `## Community & Support
5050
Join thousands of developers building with Rivet Actors today:
5151
5252
- [Discord](https://rivet.gg/discord) - Chat with the community
53-
- [X/Twitter](https://x.com/rivet_gg) - Follow for updates
53+
- [X/Twitter](https://x.com/rivet_dev) - Follow for updates
5454
- [Bluesky](https://bsky.app/profile/rivet.gg) - Follow for updates
55-
- [GitHub Discussions](https://github.com/rivet-gg/rivetkit/discussions) - Ask questions and share ideas
56-
- [GitHub Issues](https://github.com/rivet-gg/rivetkit/issues) - Report bugs and request features
55+
- [GitHub Discussions](https://github.com/rivet-dev/rivetkit/discussions) - Ask questions and share ideas
56+
- [GitHub Issues](https://github.com/rivet-dev/rivetkit/issues) - Report bugs and request features
5757
- [Talk to an engineer](https://rivet.gg/talk-to-an-engineer) - Discuss your technical needs, current stack, and how Rivet can help with your infrastructure challenges`;
5858

5959
const RIVETKIT_COMMUNITY_CONTENT = `## Community & Support
6060
6161
Join thousands of developers building with RivetKit today:
6262
6363
- [Discord](https://rivet.gg/discord) - Chat with the community
64-
- [X/Twitter](https://x.com/rivet_gg) - Follow for updates
64+
- [X/Twitter](https://x.com/rivet_dev) - Follow for updates
6565
- [Bluesky](https://bsky.app/profile/rivet.gg) - Follow for updates
66-
- [GitHub Discussions](https://github.com/rivet-gg/rivetkit/discussions) - Ask questions and share ideas
67-
- [GitHub Issues](https://github.com/rivet-gg/rivetkit/issues) - Report bugs and request features
66+
- [GitHub Discussions](https://github.com/rivet-dev/rivetkit/discussions) - Ask questions and share ideas
67+
- [GitHub Issues](https://github.com/rivet-dev/rivetkit/issues) - Report bugs and request features
6868
- [Talk to an engineer](https://rivet.gg/talk-to-an-engineer) - Discuss your technical needs, current stack, and how Rivet can help with your infrastructure challenges`;
6969

7070
const LICENSE_CONTENT = `## License
@@ -90,8 +90,8 @@ Generated from: github.com/rivet-gg/rivet/site/scripts/generateReadme.mjs
9090
function generateExamplesList() {
9191
return Object.entries(EXAMPLE_METADATA)
9292
.map(([id, example]) => {
93-
const githubUrl = `https://github.com/rivet-gg/rivetkit/tree/main/examples/${id}`;
94-
const stackblitzUrl = `https://stackblitz.com/github/rivet-gg/rivetkit/tree/main/examples/${id}`;
93+
const githubUrl = `https://github.com/rivet-dev/rivetkit/tree/main/examples/${id}`;
94+
const stackblitzUrl = `https://stackblitz.com/github/rivet-dev/rivetkit/tree/main/examples/${id}`;
9595
return `- ${example.title} — [GitHub](${githubUrl}) · [StackBlitz](${stackblitzUrl})`;
9696
})
9797
.join('\n');

site/src/app/(v2)/(marketing)/(index)/sections/CommunitySection.tsx

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/app/(v2)/(marketing)/(index)/sections/QuotesSection.tsx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/app/(v2)/(marketing)/(index)/sections/TechSection.tsx

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/app/(v2)/(marketing)/cloud/ArchitectureSection.tsx

Lines changed: 108 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/app/(v2)/(marketing)/cloud/CommandCenterSection.tsx

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)