|
184 | 184 |
|
185 | 185 | <div className="tech-section-row">
|
186 | 186 | <div className="tech-header">
|
187 |
| - <h2 className="tech-section-heading">What's In Store For 2025</h2> |
| 187 | + <h2 className="tech-section-heading">Roadmap For 2025</h2> |
188 | 188 | <p className="tech-section-text">We ship fast, so we want to share what you can expect to see before the end of the year.</p>
|
189 | 189 | <p className="tech-section-text">Help shape our roadmap by <a href="https://github.com/rivet-gg/actor-core/issues" target="_blank" rel="noopener noreferrer">creating issues</a> and <a href="https://rivet.gg/discord" target="_blank" rel="noopener noreferrer">joining our Discord</a>.</p>
|
190 | 190 | </div>
|
191 | 191 |
|
192 | 192 | <div className="tech-content">
|
193 | 193 | <div className="tech-buttons-grid">
|
| 194 | + <div className="tech-button"> |
| 195 | + SQLite Support |
| 196 | + </div> |
194 | 197 | <div className="tech-button">
|
195 | 198 | Oodles Of Examples
|
196 | 199 | </div>
|
|
242 | 245 | <div className="tech-button">
|
243 | 246 | OpenTelemetry
|
244 | 247 | </div>
|
| 248 | + <div className="tech-button tech-button-completed"> |
| 249 | + Studio |
| 250 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 251 | + </div> |
| 252 | + <div className="tech-button tech-button-completed"> |
| 253 | + File system driver |
| 254 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 255 | + </div> |
| 256 | + <div className="tech-button tech-button-completed"> |
| 257 | + React client |
| 258 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 259 | + </div> |
| 260 | + <div className="tech-button tech-button-completed"> |
| 261 | + Rust client |
| 262 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 263 | + </div> |
| 264 | + <div className="tech-button tech-button-completed"> |
| 265 | + Resend Integration |
| 266 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 267 | + </div> |
| 268 | + <div className="tech-button tech-button-completed"> |
| 269 | + Vitest Integration |
| 270 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 271 | + </div> |
| 272 | + <div className="tech-button tech-button-completed"> |
| 273 | + Non-serialized state |
| 274 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 275 | + </div> |
| 276 | + <div className="tech-button tech-button-completed"> |
| 277 | + create-actor |
| 278 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 279 | + </div> |
| 280 | + <div className="tech-button tech-button-completed"> |
| 281 | + actor-core dev |
| 282 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 283 | + </div> |
| 284 | + <div className="tech-button tech-button-completed"> |
| 285 | + Hono Integration |
| 286 | + <span className="tech-completed-icon"><Icon icon="check" color="#888" size={12} /></span> |
| 287 | + </div> |
245 | 288 | </div>
|
246 | 289 | </div>
|
247 | 290 | </div>
|
248 |
| -</div> |
| 291 | +</div> |
0 commit comments