Skip to content

Web based interface for generating the dynamic links #4818

@HemantRaj-2005

Description

@HemantRaj-2005

Is your feature request related to a problem? Please describe.

I would like to propose a feature addition to the project: a web-based interface for generating GitHub README stats dynamically.

Currently, users must manually construct URLs with query parameters such as username and theme. While functional, this can be confusing for beginners and prone to formatting errors. The proposed feature would provide a simple UI where users can:

  • Enter their GitHub username
  • Select a theme from a dropdown
  • Toggle optional parameters (e.g., show_icons, hide_border, etc.)
  • Instantly preview the generated card
  • Copy the ready-to-use Markdown snippet

Implementation details:

  • Add a static index.html interface (placed in root or public folder).
  • Use Vercel rewrites to serve the interface at /.
  • No changes to existing API routes.
  • Fully backward compatible and optional for users.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions