chore: moved around projects bdaf9d33
Steve · 2026-03-01 19:30 1 file(s) · +10 −10
packages/client/src/data/projects.ts +10 −10
8 8
9 9
export const projects: ProjectItem[] = [
10 10
	{
11 -
		title: "Sipp",
12 -
		description:
13 -
			"Minimal code sharing app for the web and the terminal, written in Rust. A single ~13MB binary contains a web server, TUI, and CLI. Easy to self host and access through your browser or your terminal. Loads of features such as syntax highlighting, config to authenticated selected endpoints, and CLI actions to quickly create snippets from files.",
14 -
		image: "https://sipp.so/assets/og.png",
15 -
		link: "https://sipp.so",
16 -
		tags: ["developer tools", "productivity"],
17 -
	},
18 -
	{
19 11
		title: "Sequoia",
20 12
		description:
21 13
			"While there are several blogging platform options for publishing standard.stie lexicons, there wasn't much out there for self-hosted blogs. This prompted me to build Sequoia: a CLI that helps take existing blogs and publish them to ATProto. It features an interactive setup, flexible config to meet any SSG or framework, and even the necessary pieces for verification of standard.site lexicons.",
38 30
		image: "https://alcove.tools/og.png",
39 31
		link: "https://stevedylan.dev/posts/introducing-alcove/",
40 32
		tags: ["blogging", "privacy", "rss"],
33 +
	},
34 +
	{
35 +
		title: "Sipp",
36 +
		description:
37 +
			"Minimal code sharing app for the web and the terminal, written in Rust. A single ~13MB binary contains a web server, TUI, and CLI. Easy to self host and access through your browser or your terminal. Loads of features such as syntax highlighting, config to authenticated selected endpoints, and CLI actions to quickly create snippets from files.",
38 +
		image: "https://sipp.so/assets/og.png",
39 +
		link: "https://sipp.so",
40 +
		tags: ["developer tools", "productivity"],
41 41
	},
42 42
	{
43 43
		title: "BlogFeeds.net",
146 146
			"I was tired of poor code sharing experiences like Pastebin that were littered with ads, and I really loved the experience of Ray.so for images. This led to the creation of Snippets.so, an open sourced and extensible code sharing solution that’s minimal and clean.",
147 147
		image:
148 148
			"https://raw.githubusercontent.com/stevedylandev/snippets/refs/heads/main/public/og.png",
149 -
		link: "https://github.com/stevedylandev/snippets",
149 +
		link: "https://snippets.so",
150 150
		tags: ["developer tools", "ipfs", "productivity"],
151 151
	},
152 152
	{
155 155
			"The original Pinata SDK was written for Node.js years ago, and as the developer ecosystem evolved a more flexible SDK was necessary. This project was a full typescript rewrite from scratch that includes a whole new developer experience that intuitive, with far more methods and capabilities than before.",
156 156
		image:
157 157
			"https://files.stevedylan.dev/bafkreidv5iptnieh6eijei7enqc4mdhxpte3ries23heqf7s2hu3gdu6ru.jpg",
158 -
		link: "https://docs.pinata.cloud/pinata",
158 +
		link: "https://docs.pinata.cloud/sdk",
159 159
		tags: ["developer tools", "ipfs"],
160 160
	},
161 161
	{