← Back to projects
// case_study / knowledge_site
CPU Wiki
A static CPU catalog for browsing processor generations, filtering technical specifications and comparing models side by side.
ProductPublic CPU catalog and comparison tool
RenderingAstro static site generation
HostingCloudflare Pages
01 / the product
Technical data made searchable.
CPU Wiki turns a structured processor dataset into a fast public catalog. Visitors can browse CPU models, open detailed specification pages, filter by platform attributes and compare up to five processors side by side.
The site keeps the public experience lightweight by prebuilding normalized records and serving a static output rather than requiring an application server for every page view.
02 / technology
Static delivery with data pipelines.
- Astro 5 with static output and generated canonical URLs.
- Node.js data scripts that normalize CSV records into compact JSON artifacts.
- Client-side filtering and comparison over generated catalog data.
- Astro sitemap integration for indexable catalog and detail pages.
- Cloudflare Pages deployment with a Node 20+ build pipeline.
- Automated tests and data audits for catalog quality.
03 / interface
Browse, filter, compare.
04 / result
A fast public reference tool.
CPU Wiki combines a data normalization pipeline with static rendering to keep technical reference pages fast, cacheable and easy to deploy.
