Hatch.surf web application
Go to file
Chris Anderson 6e51790cfa feat: landing page redesign - Phase 1 & 2
- Hero: gradient text, enhanced CTAs, improved terminal styling
- Features: color-coded cards (blue/purple/cyan) with hover effects
- Why: card grid layout with color-coded left borders
- CTA: stronger visual hierarchy with gradient text
- Accessibility: skip-to-content link, main landmark
- Remove duplicate main tag from page.tsx

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-24 17:16:00 +02:00
app feat: landing page redesign - Phase 1 & 2 2026-06-24 17:16:00 +02:00
components feat: landing page redesign - Phase 1 & 2 2026-06-24 17:16:00 +02:00
public Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
.dockerignore Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
.gitignore Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
configure-gitea.sh Switch from GitHub Actions to self-hosted Gitea CI/CD 2026-06-24 09:57:20 +02:00
deploy.sh Disable Gitea Actions, use manual deploy script 2026-06-24 10:42:28 +02:00
docker-compose.yml Deploy hatch.surf in Docker container 2026-06-24 10:13:26 +02:00
Dockerfile Fix Docker build - CSS not loading 2026-06-24 11:15:48 +02:00
eslint.config.mjs Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
next.config.ts Rebuild hatch.surf with Next.js 2026-06-24 10:36:40 +02:00
nginx.conf Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
package-lock.json fix: update Dockerfile to use npm instead of pnpm 2026-06-24 10:53:12 +02:00
package.json Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
pnpm-lock.yaml Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
pnpm-workspace.yaml fix: update Dockerfile to use npm instead of pnpm 2026-06-24 10:53:12 +02:00
postcss.config.mjs Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
README.md Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
setup-gitea.sh Switch from GitHub Actions to self-hosted Gitea CI/CD 2026-06-24 09:57:20 +02:00
tsconfig.json Initial commit: hatch.surf web application with Docker deployment 2026-06-24 09:55:30 +02:00
webhook.sh Disable Gitea Actions, use manual deploy script 2026-06-24 10:42:28 +02:00

web

El Foundation web application.

Getting Started

# From the repository root
pnpm install
pnpm dev

Open http://localhost:3000.

Stack

  • Next.js 16 (App Router)
  • React 19
  • TypeScript 5 (strict mode)
  • Tailwind CSS 4

Scripts

Script Description
pnpm dev Start the Next.js dev server
pnpm build Build for production
pnpm start Start the production server
pnpm lint Run ESLint