- Overview
- Naming Convention
- Product Highlights
- Tech Stack
- Requirements
- Getting Started
- Available Scripts
- Deployment
- Project Structure
- Brand Assets
- Localization
- License
This repository contains the public landing page for Cap26. It highlights the product, pricing, feature sections, FAQ, localization support, and brand assets used across the site.
Cap26 follows a year-based product naming system inspired by Apple's platform naming rhythm.
The number represents the release year in short form:
Cap26for the 2026 release cycleCap27for the 2027 release cycle
We adopted this approach for three reasons:
- It makes the release generation immediately clear to users and the team
- It keeps the brand simple while giving each major yearly release a distinct identity
- It aligns the product story with the cadence users already recognize from Apple ecosystem software
In practice, the name communicates both the brand and the expected era of the release without relying on semantic version numbers in user-facing branding.
- Screen, microphone, webcam, and system audio capture in one session
- Built-in editing workflow for cuts, rearranging, and refinement
- Automatic captions, cursor smoothing, zoom, and background customization
- Fast export flow for tutorials, demos, and product videos
- English and Brazilian Portuguese content support
- Vike
- React 19
- Vite
- Tailwind CSS 4
- Cloudflare Pages via Wrangler
- Node.js 24 or newer
- pnpm 10 or newer
pnpm install
pnpm devThe local development server starts with Vike and Vite.
pnpm dev
pnpm build
pnpm preview
pnpm deploy:prodProduction deployment is configured for Cloudflare Pages.
pnpm deploy:prodThis command builds the site and deploys dist/client to the cap26-lp Cloudflare Pages project.
.
├── components/ # Shared UI pieces and logo experiments
├── i18n/ # Translation utilities and locale content
├── pages/ # Vike routes, layout, and page-level styles
├── public/ # Static assets, screenshots, videos, and brand files
├── vite.config.ts
└── wrangler.toml
Brand SVG files are available in public/b/.
cap26-lockup-horizontal.svgcap26-lockup-vertical.svgcap26-icon.svg
The site currently ships with:
- English (
en) - Brazilian Portuguese (
pt-BR)
Translations live in i18n/translations.ts.
This project is private unless stated otherwise by the repository owner.