Skip to content

Commit d0258ce

Browse files
committed
chore(site); clean up homepage
1 parent 20ea077 commit d0258ce

40 files changed

+1491
-517
lines changed

frontend/packages/icons/manifest.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

frontend/packages/icons/scripts/postinstall.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (process.env.FONTAWESOME_PACKAGE_TOKEN) {
3434
private: true,
3535
sideEffects: false,
3636
dependencies: {
37-
"@awesome.me/kit-63db24046b": "1.0.26",
37+
"@awesome.me/kit-63db24046b": "1.0.27",
3838
"@fortawesome/pro-regular-svg-icons": "6.6.0",
3939
"@fortawesome/pro-solid-svg-icons": "6.6.0",
4040
},

site/public/docs.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,13 @@
22

33
Rivet is a library for long-lived processes with durable state, realtime, and scalability. It is easily self-hostable and works with your infrastructure.
44

5-
## Features
6-
7-
- **Stateful Workloads**: Keep memory between operations & run complex logic that requires stateful processes
8-
- **Realtime**: Powered by WebSockets or SSE without the complexity
9-
- **Elastic Scalability**: Scale from zero to millions without cold starts
10-
- **Multi-Region Durable Storage**: Keep state & operations near your users or comply with data soveirgnty
11-
12-
## Tools
5+
## Libraries
136

147
Long-lived processes with durable state, realtime, and hibernation
158

169
## Use Cases
1710

18-
Deploy assistants that reason and act with durable memory
19-
20-
Sync state instantly over WebSockets or SSE
21-
22-
Run long-lived services with automatic failover
23-
24-
Isolate customer data with multi-tenant storage
25-
26-
Throttle requests using stateful counters per client
27-
28-
Build chat and workflow bots with actor logic
11+
))}
2912

3013
## Deploy Options
3114

site/public/icons/bolt.svg

Lines changed: 1 addition & 0 deletions
Loading

site/public/icons/database.svg

Lines changed: 1 addition & 0 deletions
Loading

site/public/icons/microchip.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)