chore: updated projects 80d6fb4f
Steve · 2026-02-23 19:53 1 file(s) · +8 −8
packages/client/src/data/projects.ts +8 −8
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 +
	{
11 19
		title: "Sequoia",
12 20
		description:
13 21
			"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.",
46 54
		image: "https://feeds.software/assets/og.png",
47 55
		link: "https://feeds.software",
48 56
		tags: ["blogging", "rss"],
49 -
	},
50 -
	{
51 -
		title: "Sipp",
52 -
		description:
53 -
			"A minimal code sharing app that runs purely on Bun with native html css js and sqlite. It's designed to be self hosted by developers so they have a space under their own domain where they can have snippets created and shared under their control, with the ability to customize the experience thanks to the simplicity of the structure.",
54 -
		image: "https://sipp.so/assets/og.png",
55 -
		link: "https://sipp.so",
56 -
		tags: ["developer tools", "productivity"],
57 57
	},
58 58
	{
59 59
		title: "norns",