diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..d1464fa0 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -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", @@ -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", @@ -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"], }, -]; \ No newline at end of file +];