惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
GbyAI
GbyAI
S
SegmentFault 最新的问题
量子位
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
IT之家
IT之家
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
雷峰网
雷峰网

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
From Signup to Live Portfolio in Under 2 Minutes: A Walkt...
Sébastien Do · 2026-05-18 · via DEV Community

Most developer portfolios die in the drafting stage. You pick a template, start customizing, get stuck on copy or layout decisions, and the tab stays open for three weeks before you close it forever.

I wanted to see what actually happens when you remove that friction. So I tracked the numbers from getfolio.dev's first 24 signups.

The end result

19 live, published portfolios out of 24 total signups. That's a 79% publish rate. No onboarding emails nudging people. No "complete your profile" reminders. Just a flow that's short enough that most people finish it in one sitting.

5 of those 19 marked themselves as "open to work." 16 connected their GitHub. The portfolios pull in repos, languages, contribution graphs, and star counts automatically from there.

How someone actually gets from zero to published

This is the real sequence, step by step.

1. Claim a username

83% of signups did this immediately. You pick a username, and that becomes your URL: getfolio.dev/yourname. No subdomain configuration, no DNS records at this stage. Just a name.

2. Connect GitHub

OAuth flow. Takes about 10 seconds. Once connected, getfolio pulls your public repos, languages, contribution activity, and stars. 63% of all signups reached this step, and from here almost nobody dropped off.

This is where the interesting part happens. Instead of manually listing projects and typing descriptions, your portfolio is already populated. Repos show up with their actual language breakdown and star counts. Your contribution graph appears. The data is live, so when you push code tomorrow, the portfolio reflects it.

3. Pick a theme and publish

Five themes right now. The split across published portfolios:

  • DarkPro: 37% (the most popular by a clear margin)
  • Terminal: 26%
  • Editorial: 21%
  • Glass: 16%
  • Minimal: 0% so far, which honestly surprised me

You pick one, optionally drag sections around, and hit publish. 95% of published portfolios also opted into the Explore directory, which makes them discoverable.

4. (Optional) Custom domain and analytics

Pro tier unlocks custom domains and privacy-first analytics. One person has upgraded so far out of 20 onboarded users. Zero churn. Custom domain usage is still at zero though, which tells me the default getfolio.dev/username URL is good enough for most people at this stage.

What's actually working

The 75% end-to-end activation rate (signup to discoverable portfolio) is high for a tool with no onboarding flow beyond the product itself. I think the reason is simple: connecting GitHub does 80% of the work for you. There's almost no blank-page problem.

The biggest drop happens between signup and GitHub connection (25% drop). Some of those accounts might be people who signed up to look around. Some might come back later. I don't have session replay data, so I'm guessing.

What surprised me

Terminal theme being the second most popular. I built it partly as a novelty, figured maybe one or two people would use it. Five out of nineteen is more than I expected.

Also, nobody picked Minimal. That's the cleanest, most traditional layout. Developers apparently want something with more personality than a white page with Helvetica.

If you want to try the same thing

The whole process:

  1. Sign up at getfolio.dev
  2. Pick a username
  3. Connect GitHub via OAuth
  4. Choose a theme (DarkPro if you want to go with the crowd)
  5. Rearrange sections if you want, or don't
  6. Publish

The portfolio stays synced with your GitHub going forward. You don't touch it again unless you want to.

837 views have come in across all portfolios so far, 542 unique. Small numbers, but for a product with 24 total users and no ad spend, it means the portfolios are getting seen.

What's next

Blog sync with DEV.to and Hashnode is live. If you write articles, they show up on your portfolio automatically. I'm also watching whether the "open to work" badge (5 of 19 portfolios have it enabled) actually drives recruiter inbound. No data on that yet.

Originally published on getfolio.dev.