chore: updated projects
54acd9a1
1 file(s) · +7 −0
| 7 | 7 | }; |
|
| 8 | 8 | ||
| 9 | 9 | export const projects: ProjectItem[] = [ |
|
| 10 | + | { |
|
| 11 | + | title: "Andromeda", |
|
| 12 | + | description: "A collection of personal and self hostable software written in Rust. Each app is minimal and focuses on low memory and data usage. Includes common needs like an RSS reader, markdown note taker, even a micro blogging platform. Andromeda also includes a base Rust stack and agent skills that can be used to build more basic web applications." |
|
| 13 | + | image: "https://andromeda.build/og.png", |
|
| 14 | + | link: "https://andromeda.build", |
|
| 15 | + | tags: ["productivity", "self hosting"] |
|
| 16 | + | }, |
|
| 10 | 17 | { |
|
| 11 | 18 | title: "Sequoia", |
|
| 12 | 19 | description: |