Skip to content

FrancesCoronel/francescoronel.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

86 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

francescoronel.com 🌐

My personal website, fully self-owned and prompt-driven. Migrated from Webflow to a Next.js stack with MDX content, static search, and zero vendor lock-in.

Live: francescoronel.com Β· Hosted on: Vercel Β· Project Board: GitHub Projects


Tech Stack πŸ› οΈ

Layer Technology
Framework Next.js 16 (App Router, React 19)
Styling Tailwind CSS 4 + @tailwindcss/typography
Content MDX blog posts + JSON data files
MDX next-mdx-remote/rsc with remark-gfm, rehype-slug, rehype-autolink-headings, rehype-pretty-code
Search Pagefind (static index, zero client payload)
Images Vercel Blob
Analytics Vercel Analytics + Speed Insights + Google Analytics 4
Hosting Vercel Pro
Fonts Cabin via next/font/google

Commands πŸ’»

npm run dev              # start dev server
npm run build            # build + pagefind index (postbuild)
npm run start            # serve production build
npm run lint             # eslint
npm run lighthouse       # run lighthouse CI
npm run lighthouse:local # single-page lighthouse report (HTML output)
npm run audit:a11y       # pa11y-ci accessibility audit
npm run audit:full       # unlighthouse full-site audit
npm run storybook        # launch Storybook dev server (port 6006)
npm run build-storybook  # build static Storybook
npm run chromatic        # upload to Chromatic for visual regression

Architecture πŸ—οΈ

  • 665+ blog posts as individual MDX files in content/blog/
  • Structured data in JSON files: testimonials, organizations, skills, awards, experience, education
  • Everything loaded at build time via lib/content.ts β€” synchronous file reads, no database
  • Search: Pagefind indexes all rendered HTML pages at build time
  • Organizations are the hub entity β€” each org page aggregates experience, posts, testimonials, education, awards
  • See CLAUDE.md for full architecture docs

Environment Variables πŸ”‘

Copy .env.local.example to .env.local and fill in:

NEXT_PUBLIC_GA4_MEASUREMENT_ID=   # Google Analytics 4
CAL_COM_API_KEY=                  # Cal.com mentoring sessions
BUTTONDOWN_API_KEY=               # Newsletter (Buttondown)
BLOB_READ_WRITE_TOKEN=            # Vercel Blob storage

About

My personal website β€” Next.js 16, Tailwind CSS 4, MDX, Pagefind search, deployed on Vercel 🌐

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors