chore: updated projects c81a95f1
Steve · 2025-11-22 23:21 1 file(s) · +8 −0
src/data/projects.ts +8 −0
8 8
9 9
export const projects: ProjectItem[] = [
10 10
	{
11 +
		title: "Alcove",
12 +
		description:
13 +
			"RSS and blogs pose to be a solution for freedom speech, however RSS readers with sync capabilities often result in a 'wont be evil' promise in regards to privacy of what you read. Alcove brings a 'cant be evil' tech stack to the table. This app uses Evolu to enable end to end encrption for reading RSS feeds while giving people the ability to sync their reader across multiple devices.",
14 +
		image: "https://alcove.tools/og.png",
15 +
		link: "https://stevedylan.dev/posts/introducing-alcove/",
16 +
		tags: ["blogging", "privacy", "rss"],
17 +
	},
18 +
	{
11 19
		title: "BlogFeeds.net",
12 20
		description:
13 21
			"I've personally found the potential of using blogs, rss, and feeds as a replacment for social media. This website is a simple static site that promotes the idea and includes an FreshRSS API proxy to feature people who have the same philosophy and include a feeds page on their blog.",