Skip to content

feature ask #1

@traoreera

Description

@traoreera

🧩 Feature Request: Export Portfolio as Markdown / Embed Cards

Description
It would be extremely useful to allow users to export their generated portfolio into portable and reusable formats such as:

  • Markdown (.md)
  • Embeddable cards (HTML snippets / iframe widgets)
  • JSON (for custom integrations)

This would enable developers to easily integrate their portfolio content into external platforms like blogs, personal websites, documentation, or even CMS systems.


Use Cases

  • Embed portfolio sections into a personal website (e.g. React, Vue, static HTML)
  • Reuse content in documentation or README files
  • Share a lightweight version of the portfolio without hosting the full app
  • Integrate with platforms like Notion, Dev.to, Hashnode, etc.

Proposed Solution

Add an export system with multiple formats:

  1. Markdown Export

    • Clean structured output (projects, skills, experience)
    • Compatible with GitHub README or static site generators
  2. Embeddable Cards

    • Generate reusable UI components:

      • <iframe> embed
      • or HTML/CSS snippets
    • Example:

      <iframe src="https://portfolio.app/embed/user123" />
  3. JSON Export

    • Structured data for developers who want full control

Optional Enhancements

  • Theme support for exported cards (dark/light/custom)
  • Selective export (only projects, only skills, etc.)
  • API endpoint for dynamic fetching

Why This Matters

Right now, portfolios are often locked inside the generator.
This feature would transform the tool into a content provider, not just a builder.

It increases:

  • Reusability
  • Developer flexibility
  • Ecosystem integration

Additional Context

This feature would align well with modern developer workflows where content needs to be portable and composable across multiple platforms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions