Tian2
← Back to the Notebook
Admissions

The Simplest Personal Website for US College, Grad School & Job Applications


If you are applying to US undergraduate programs, graduate school, or jobs, a personal website is no longer optional — but building one does not have to be painful. This is the simplest possible path to having something professional, live, and actually useful.

The core principle: don't over-engineer it. A clean, fast-loading site with your name, a short bio, your CV, and links to your work is more than enough. Anything beyond that is diminishing returns at the application stage.

The Stack That Actually Works

For most people applying to US schools or jobs, the winning combination is:

  • GitHub Pages — free hosting, custom domain support, zero maintenance cost
  • A single HTML file — or a minimal static site generator like Jekyll if you want a blog
  • Your own domain — firstname.com or firstnamelastname.com, roughly $10–15/year from Namecheap or Cloudflare

Total cost: under $15/year. Setup time: one afternoon.

What Your Site Actually Needs

Keep it to four sections at most:

  1. Your name and one-line bio — who you are and what you are interested in
  2. CV / Resume — link to a PDF, or embed it
  3. Projects or Research — two to four items with a brief description and links
  4. Contact — email is sufficient

If you have a portfolio (design, code, writing), add a fifth section. If not, don't pad it out.

Common Mistakes

The two most frequent errors I see: spending too much time choosing a template instead of writing content, and putting placeholder sections ("coming soon") that make the site look unfinished. An incomplete site is worse than no site. A minimal but complete one is far better than an elaborate one still under construction at submission time.

For US Undergrad Applicants Specifically

Link to your website in the Additional Information section of the Common App, or in the Activities section where relevant. Admissions officers do visit, and a professional-looking site with clear research or project work adds real signal. Keep the URL short and memorable.

The Fastest Possible Starting Point

If you are truly starting from zero: open a GitHub account, fork any minimal academic homepage template (there are dozens), replace the placeholder text with your own information, enable GitHub Pages, and you are live in under an hour. Buy a domain later if you want one. The priority is having something real that you can actually link to.

← Back to the Notebook