Skip to content

🚀 Enhancement: Tech Stack Expansion & "For Fun" Category #11

Description

@SamuelCubano

To keep PixelMD as a versatile tool for developers in 2026, we need to broaden our icon library. This update focuses on modern runtimes, mobile development, backend-as-a-service, and a new "For Fun" category to add more personality to GitHub profiles.

📋 Proposed Changes

Add the following objects to the techData configuration, ensuring they follow the current schema and naming conventions.

1. Modern Runtimes & Tooling

  • GitHub Actions (CI/CD)
  • Bun (Next-gen runtime)
  • tRPC (Type-safe APIs)
  • Prisma (ORM)
  • Supabase (BaaS)

2. Mobile & Frontend

  • Flutter
  • React Native
  • Expo
  • Shadcn/ui
  • Framer Motion (Modern UI/UX)

3. OS & Productivity

  • macOS
  • Android OS
  • Chrome OS
  • Notion

4. 👾 New Category: "For Fun"

  • Ghost (Pac-Man)
  • Coffee
  • Health Full / Mid Health / Empty Health (RPG Style)
  • Mushroom (Mario Bros)
  • Headphones

💻 Implementation Snippet

TypeScript
// Proposed additions to techData
{ id: 'github-actions', name: 'GitHub Actions', category: 'devops' },
{ id: 'flutter', name: 'Flutter', category: 'mobile' },
{ id: 'bun', name: 'Bun', category: 'runtimes' },
{ id: 'trpc', name: 'tRPC', category: 'backend' },
{ id: 'macos', name: 'macOS', category: 'os' },
{ id: 'android', name: 'Android OS', category: 'os' },
{ id: 'chrome-os', name: 'Chrome OS', category: 'os' },
{ id: 'shadcn-ui', name: 'shadcn/ui', category: 'frontend' },
{ id: 'framer-motion', name: 'Framer Motion', category: 'frontend' },
{ id: 'react-native', name: 'React Native', category: 'mobile' },
{ id: 'expo', name: 'Expo', category: 'mobile' },
{ id: 'supabase', name: 'Supabase', category: 'backend' },
{ id: 'prisma', name: 'Prisma', category: 'backend' },
{ id: 'notion', name: 'Notion', category: 'tools' },

// For Fun Category
{ id: 'ghost', name: 'Ghost', category: 'for-fun' },
{ id: 'coffee', name: 'Coffee', category: 'for-fun' },
{ id: 'health-full', name: 'Full Health', category: 'for-fun' },
{ id: 'health-mid', name: 'Mid Health', category: 'for-fun' },
{ id: 'health-empty', name: 'Empty Health', category: 'for-fun' },
{ id: 'mushroom', name: 'Mushroom', category: 'for-fun' },
{ id: 'headphones', name: 'Headphones', category: 'for-fun' }

To-Do List

  • Add new tech objects to the techData source file.
  • Ensure id fields match the pixel-art icon filenames.
  • Create/Import the new pixel-art assets for the For Fun category.
  • Verify proper rendering and alignment in the README preview.

📅 Target Deadline: Friday, May 8th, 2026

This expansion is key to making PixelMD the most complete and fun profile generator out there. The addition of the "For Fun" icons will give users that "gamer" touch we love.

Everything is ready to go. Let's make these pixels shine! You’ve got this! 💪🏼🚀

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions