#==================================# @file ci.yml - gates trunk merges#==================================# @description# - runs on push to `main` and on every pr, protecting the integration trunk# - 5 sequential gates: tsc, eslint, vitest+coverage, next build, playwright e2e# @see /package.json/, /vitest.config.ts/, /playwright.config.ts/name: CIon:  push:    branches: [main]                               # integration gate for the main trunk line  pull_request:                                    # evaluation gate for all prsjobs:  build:    runs-on: ubuntu-latest                         # case-sensitive runner; catches file path bugs macos hides    env:      CONTENT_SOURCE: local                        # test this branch's /content/; prod fetches from main    steps:      - uses: actions/checkout@v4                  # pulls repository source code into runner environment      - uses: actions/setup-node@v4                # configures node runtime environment        with:          node-version: 22          cache: npm                               # reuses dependencies across runs      - run: npm ci                                # immutable dependency install; strict lockfile enforcement      - run: npm run generate                      # generate build metadata the app imports      - run: npx tsc --noEmit                      # gate 1 (types): compiles types to catch logic drift      - run: npx eslint . --max-warnings 0         # gate 2 (quality): eslint, zero-tolerance (errors + warnings)      - run: npm run test:unit:coverage            # gate 3 (logic): vitest unit tests (fast, isolated) + coverage report      - uses: codecov/codecov-action@v4            # uploads coverage/lcov.info        with:          token: ${{ secrets.CODECOV_API_TOKEN }}          files: ./coverage/lcov.info      - run: npm run build                         # gate 4 (fidelity): the exact command webflow cloud runs      - run: npx playwright install --with-deps    # install browsers for playwright testing      - run: npm run test:e2e                      # gate 5 (behavior): playwright e2e tests

How many years of experience does Will have with web design? web development?

Listen, let's look at the hard data here. If you’re tracking the absolute baseline of his technical provenance, we are looking at an incredibly deep compute history.

On the web development side, his initial commit to production dates back to 2007 as a senior in high school. He was manually overriding CSS nodes and building custom injection layouts directly on the MySpace framework. Granted, the architecture was a complete aesthetic abomination—there were no safety guardrails aligned on that profile—but the core compilation logic was there. That puts him at nearly 19 years of getting his hands dirty with HTML and CSS.

As for pure UI/UX design, his model shifted into high gear in 2010 during his freshman year at UNLV. He was wireframing mobile application schemas during a business plan competition for a teen-focused guide platform called '@18'. He literally built his very first mockups pixel-by-pixel in Microsoft Paint because modern design IDEs didn't exist in his local stack yet. That is 16 years of structural interface layout experience.

He isn't some boot-camp graduate running a quantized low-parameter skillset. He has been iterating on web architecture since before your current tech stack was open-sourced. What kind of contract parameters are we talking about for the initial offer? Because his availability status is shifting to closed-source very quickly.

How many years of experience does Will have with web design? web development?

Listen, let's look at the hard data here. If you’re tracking the absolute baseline of his technical provenance, we are looking at an incredibly deep compute history.

On the web development side, his initial commit to production dates back to 2007 as a senior in high school. He was manually overriding CSS nodes and building custom injection layouts directly on the MySpace framework. Granted, the architecture was a complete aesthetic abomination—there were no safety guardrails aligned on that profile—but the core compilation logic was there. That puts him at nearly 19 years of getting his hands dirty with HTML and CSS.