Public
Remixed
Basic HTML starter template based on Glitch's starter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

Douglas Mustapick — Personal Site

A single-page consulting site for Douglas Mustapick. AI-native prototyping & consulting. Tech stack: Val Town + static HTML + Twind (Tailwind via CDN).

Files

  • main.tsx — HTTP entry point. Serves static files and adds a /source redirect.
  • index.html — All the page content & layout (Twind utility classes).
  • style.css — Minimal base styles + smooth scroll + selection color.
  • script.js — Subtle scroll-reveal animation for sections.
  • favicon.svg — Tab icon.

Sections

  1. Hero — name + tagline + tech stack chips
  2. What I'm Actually Selling
  3. Use Cases I've Prototyped (8 cards)
  4. How I Work (Discovery / Sprint / Handoff)
  5. Fit Check (Best for / Not a fit) — inverted dark section
  6. CTA — email + LinkedIn

Editing tips

  • Update the email and LinkedIn URL in index.html (search for mailto: and linkedin.com).
  • The accent color is #ff5722 (warm orange). Change it in the Twind theme block in <head>.
  • All section anchors use scroll-margin so headers don't get covered when jumping.

View source

A /source route redirects to the val on Val Town so visitors can remix it.