🧩 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:
-
Markdown Export
- Clean structured output (projects, skills, experience)
- Compatible with GitHub README or static site generators
-
Embeddable Cards
-
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.
🧩 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:
.md)This would enable developers to easily integrate their portfolio content into external platforms like blogs, personal websites, documentation, or even CMS systems.
Use Cases
Proposed Solution
Add an export system with multiple formats:
Markdown Export
Embeddable Cards
Generate reusable UI components:
<iframe>embedExample:
JSON Export
Optional Enhancements
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:
Additional Context
This feature would align well with modern developer workflows where content needs to be portable and composable across multiple platforms.