# x70 Skirack > **x70 Skirack** is a modular rear bike rack for skis and snowboards: interchangeable modules (ski slot vs double-width snowboard), 20 mm square tubing and a 5 mm aluminium backplate, with load testing narrative up to **20 kg**. The site is Next.js: structured marketing copy and milestones live in `content/site.data.ts` (re-exported via `content/site.ts`), while deep-dive feature articles and hardware iterations are Markdown/MDX under `content/features` and `content/versions`. Important notes: - **Home modules strip:** `siteContent.home.versions` drives the home `Versions` component with `_slug` links to `/versions/{slug}` (e.g. `ski-module`, `snowboard-module`, `skipoles-module`, `skiboots-module`, `surfboard-module`) and statuses like `production` vs `prototype`. - **Features index:** Lists all `content/features/*.md`, with slugs in `content/featured-home-slugs.ts` (`compact-design`, `aerodynamic`) pinned to the top; detail at `/features/[slug]`. - **Versions index:** Hero metadata from `siteContent.versions`; grids built from `getAllPosts("versions")` with frontmatter for `title`, `summary`, `version`, `status`, `featured`, `date`, `image`. - **Story page:** Timeline is entirely from `siteContent.story.list.items` in site data (phases from ideation through CAD, materials, load testing)—not from Markdown files. - **Titles:** Feature and version detail pages append `· Skirack` in metadata for consistent branding. ## Pages - [Home](/): Hero, featured features (subset of MDX posts), and versions strip from site data. - [Features](/features): All feature articles (e.g. compact design, aerodynamics, load testing, materials). - [Feature detail](/features/[slug]): Single feature MDX with `generateStaticParams` from slugs on disk. - [Versions](/versions): Hardware iterations and timeline groupings from version posts. - [Version detail](/versions/[slug]): Technical specs and development notes per iteration. - [Story](/story): Milestone timeline from site data (problem, CAD, testing, final design—including ski/snowboard slot rules). - [Contact](/contact): Contact hero and form for product inquiries. - [Privacy Policy](/privacy) — GDPR privacy notice for the Skirack product site, contact inquiries, newsletter, and analytics. - [Terms of Service](/terms) — Terms for using the Skirack marketing site, inquiries, and newsletter. - [Imprint](/imprint) — Legal imprint (Impressum) under German TMG / MStV. ## Docs - [Next.js generateStaticParams](https://nextjs.org/docs/app/api-reference/functions/generate-static-params): Enumerates `/features/[slug]` and `/versions/[slug]` from Markdown filenames. ## Examples - Feature articles (see `content/features/`): `/features/compact-design`, `/features/aerodynamic`, `/features/load-testing-validation`, `/features/materials-manufacturing`—home pins `compact-design` and `aerodynamic` first via `featured-home-slugs.ts`. - Version iterations (see `content/versions/`): `/versions/ski-module`, `/versions/snowboard-module`, `/versions/skipoles-module`, `/versions/skiboots-module`, `/versions/surfboard-module` align with `home.versions` on the landing page. - Story milestones are authored in `content/site.data.ts` (four phases from ideation through 20 kg load testing), not as separate routes beyond `/story`. ## Optional - Public product site may also relate to portfolio patent detail at `https://me.x70.one` paths under `/work/patents/` (see portfolio `llms.txt`). ## Ecosystem Sibling Sites The x70 ecosystem comprises several interconnected sibling properties: - **x70 App** ([x70.one](https://x70.one)): Web agency landing page, bespoke design interactive prototypes, edge hosting solutions, and client onboarding portal. - **x70 Links** ([links.x70.one](https://links.x70.one)): Canonical directory of active, internal, and archived x70 digital properties. - **Developer Portfolio** ([me.x70.one](https://me.x70.one)): Personal portfolio of Daniel Ensminger, featuring active work history, patent detail logs, blog posts, and active reading metrics. - **Ski Bike Rack** ([skirack.x70.one](https://skirack.x70.one)): High-performance, modular rear bike rack product landing page, hardware design iteration logs, and engineering case studies. - **Social Network** ([social.x70.one](https://social.x70.one)): Real-time social networking platform and dashboard featuring organization management, passkey authentication, and activity feeds. - **Design Guidelines & CDN** ([design.x70.one](https://design.x70.one)): Centralized monochromatic design system tokens, CSS assets, branding guidelines, and asset CDN endpoints. - **Browser Tools** ([tools.x70.one](https://tools.x70.one)): Free, privacy-first browser utilities for developers, text, data, images, and PDF documents, with all processing kept local.