Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 37 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ export const projectList = [
description: "Drag & Drop internal tool builder",
tags: ["UI", "Database", "Editor"],
},
{
name: "Appwrite",
imageSrc: "https://avatars.githubusercontent.com/u/25003669?v=4",
projectLink: "https://github.com/appwrite/appwrite/contribute",
description:
"A backend platform for building web, mobile, and AI apps with auth, databases, storage, functions, and realtime APIs.",
loadIssues: true,
tags: ["TypeScript", "Backend", "Serverless", "Database", "Auth"],
},
{
name: "Supabase",
imageSrc: "https://avatars.githubusercontent.com/u/54469796?v=4",
projectLink: "https://github.com/supabase/supabase/contribute",
description:
"A Postgres development platform for building web, mobile, and AI applications with auth, realtime, and storage.",
loadIssues: true,
tags: ["TypeScript", "Postgres", "Database", "Auth", "Realtime"],
},

{
name: "Hamilton",
Expand All @@ -79,6 +97,24 @@ export const projectList = [
description: "A beautiful feature-rich GraphQL Client for all platforms.",
tags: ["GraphQL", "React", "TypeScript"],
},
{
name: "Hoppscotch",
imageSrc: "https://avatars.githubusercontent.com/u/56705483?v=4",
projectLink: "https://github.com/hoppscotch/hoppscotch/contribute",
description:
"An open-source API development ecosystem for REST, GraphQL, realtime APIs, desktop, web, and CLI workflows.",
loadIssues: true,
tags: ["TypeScript", "Vue", "API", "GraphQL", "Developer Tools"],
},
{
name: "Excalidraw",
imageSrc: "https://avatars.githubusercontent.com/u/59452120?v=4",
projectLink: "https://github.com/excalidraw/excalidraw/contribute",
description:
"A virtual whiteboard for sketching hand-drawn-style diagrams and collaborating visually.",
loadIssues: true,
tags: ["TypeScript", "Canvas", "Collaboration", "Diagrams", "Productivity"],
},

{
name: "Ancient Beast",
Expand Down Expand Up @@ -1458,4 +1494,4 @@ export const projectList = [
description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.",
tags: ["Python", "Automation", "Configuration Management"],
},
];
];