TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Generate a dev portfolio from your LinkedIn profile in under 5 minutes

2 点作者 annjose4 个月前
Creating a dev portfolio website can be daunting, especially for students and early-career professionals. Many have a solid LinkedIn resume but find it hard to showcase their skills online.<p>So we built a tool to convert a LinkedIn resume PDF into customizable portfolio website in less than 5 minutes. It requires minimal web development knowledge, making it perfect for both seasoned developers and newcomers looking to build a professional web presence quickly and maintain it themselves. And it&#x27;s open source.<p>Key features: - Extracts information from your LinkedIn PDF - Creates a polished, customizable portfolio site - Easy deployment (local or cloud) - Maintainable in your own GitHub repo - Tech stack: NextJs, React, Vercel AI SDK, Bolt, Claude AI<p>Demo with live code: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=M9KssZnfZrw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=M9KssZnfZrw</a><p>Code: <a href="https:&#x2F;&#x2F;github.com&#x2F;levelup-apps&#x2F;generate-portfolio">https:&#x2F;&#x2F;github.com&#x2F;levelup-apps&#x2F;generate-portfolio</a><p>Started this project this week with georgeck and liza for the World&#x27;s Shortest hackathon hosted by Nvidia and Vercel. It&#x27;s just the beginning - we plan to continue development.<p>See the demo and let us know what you think! We welcome contributions and ideas to improve.

1 comment

georgeck4 个月前
One of the coauthors here - the tool uses the following data pipeline.<p>Resume data in unstructured format (including PDF) -&gt; structured data with Claude’s structured JSON API -&gt; portfolio templates that take structured data input -&gt; further refinement using prompts in IDEs like Bolt or V0 -&gt; publish in Vercel, Netlify etc.<p>This allows the tool to be generic and not tied to LinkedIn.