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
82 changes: 81 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1458,4 +1458,84 @@ 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"],
},
];
{
name: "Bruno",
imageSrc: "https://avatars.githubusercontent.com/u/114530840?s=200&v=4",
projectLink: "https://github.com/usebruno/bruno",
description: "Bruno is an open-source IDE for exploring and testing APIs, built as a lightweight alternative to Postman and Insomnia.",
loadIssues: true,
tags: ["JavaScript", "TypeScript", "API", "Desktop", "Developer Tools"],
},
{
name: "Open WebUI",
imageSrc: "https://avatars.githubusercontent.com/u/158137808?s=200&v=4",
projectLink: "https://github.com/open-webui/open-webui",
description: "Open WebUI is a user-friendly AI interface for running and extending local or hosted LLM workflows.",
loadIssues: true,
tags: ["Python", "TypeScript", "AI", "LLM", "Ollama"],
},
{
name: "Strapi",
imageSrc: "https://avatars.githubusercontent.com/u/19872173?s=200&v=4",
projectLink: "https://github.com/strapi/strapi",
description: "Strapi is an open-source headless CMS for building customizable JavaScript and TypeScript APIs.",
loadIssues: true,
tags: ["JavaScript", "TypeScript", "CMS", "Node.js", "API"],
},
{
name: "Docusaurus",
imageSrc: "https://repository-images.githubusercontent.com/94911145/de889380-2905-11eb-9e9b-9332f0537e38",
projectLink: "https://github.com/facebook/docusaurus",
description: "Docusaurus helps teams build and maintain open-source documentation websites.",
loadIssues: true,
tags: ["TypeScript", "React", "Documentation", "Static Site Generator"],
},
{
name: "Directus",
imageSrc: "https://repository-images.githubusercontent.com/7122594/7e5b1d59-0bc8-47c3-8a94-c63db5a9c9de",
projectLink: "https://github.com/directus/directus",
description: "Directus turns databases into headless CMS, admin panels, APIs, and custom apps.",
loadIssues: true,
tags: ["TypeScript", "Vue", "CMS", "API", "Database"],
},
{
name: "pnpm",
imageSrc: "https://repository-images.githubusercontent.com/50565430/8937cd00-7c0f-11e9-8fc4-8ef4a17af653",
projectLink: "https://github.com/pnpm/pnpm",
description: "pnpm is a fast, disk space efficient package manager for JavaScript projects.",
loadIssues: true,
tags: ["TypeScript", "JavaScript", "Package Manager", "Node.js"],
},
{
name: "PostHog",
imageSrc: "https://avatars.githubusercontent.com/u/60330232?v=4",
projectLink: "https://github.com/PostHog/posthog",
description: "PostHog is an open-source product analytics platform with feature flags, session replay, surveys, and data tools.",
loadIssues: true,
tags: ["TypeScript", "Python", "Analytics", "Feature Flags", "Product"],
},
{
name: "Jellyfin",
imageSrc: "https://avatars.githubusercontent.com/u/45698031?v=4",
projectLink: "https://github.com/jellyfin/jellyfin",
description: "Jellyfin is a free software media system for streaming and managing personal media libraries.",
loadIssues: true,
tags: ["C#", ".NET", "Media Server", "API"],
},
{
name: "OpenTelemetry Collector",
imageSrc: "https://avatars.githubusercontent.com/u/49998002?v=4",
projectLink: "https://github.com/open-telemetry/opentelemetry-collector",
description: "OpenTelemetry Collector receives, processes, and exports telemetry data for observability pipelines.",
loadIssues: true,
tags: ["Go", "Observability", "Telemetry", "Monitoring"],
},
{
name: "Nuxt",
imageSrc: "https://avatars.githubusercontent.com/u/23360933?v=4",
projectLink: "https://github.com/nuxt/nuxt",
description: "Nuxt is a full-stack Vue framework for building performant web applications.",
loadIssues: true,
tags: ["TypeScript", "Vue", "Web Framework", "SSR"],
},
];