Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

saralangaz/cv-web-template

20HTML

A free template for building a personal CV website with an AI chatbot in under 30 minutes

This repository is an HTML/CSS/JS template for a personal CV (resume) website that includes an AI chat widget visitors can use to ask questions about your profile. It runs entirely on free infrastructure — Cloudflare's Llama 3.3 model and Cloudflare Pages/Workers — with no backend server to manage. It can be deployed via GitHub Pages or Cloudflare Pages.

What it does

  1. A single-file HTML/CSS/JS CV site with no backend and no build step required
  2. Pre-built sections for skills, experience, projects, and certifications, plus a built-in Spanish/English language toggle
  3. An AI chat widget powered by Llama 3.3 70B through Cloudflare Workers AI, free up to 10,000 requests per day, lets visitors ask about the CV owner's profile
  4. Personal data is kept in a separate config file that is gitignored, meaning it's never accidentally committed to the public repo
  5. Deployable for free on GitHub Pages or Cloudflare Pages, with an optional custom domain costing about $10/year

Why it matters

For non-developers who want a personal site with an interactive AI assistant, this offers a ready-made starting point without server costs or paid subscriptions. It's a practical option for personal branding or job searching that lets anyone run a real, working AI-powered site for free.

Terms in this repo

  • Llama 3.3 · A large language AI model from Meta used to power the chatbot's answers in this template
  • Cloudflare Workers AI · Cloudflare's service for running AI models, with a set free daily request quota
  • Cloudflare Worker · A lightweight serverless code execution environment from Cloudflare, used here to relay chat requests
  • GitHub Pages / Cloudflare Pages · Free hosting services that turn a code repository directly into a live website
  • gitignore · A setting that excludes specific files from being committed to a git repository, used here to protect personal data

Repository description (English)

even when you're offline. Powered by Llama 3.3 via Cloudflare. Free forever.

Open on GitHub

Trending repos

All repos →

Latest from METAL MEDIA