About this site
AIpedia is a deliberately large static website built to exercise real-world chatbot and embedding integration on a content-heavy, multi-page site.
What it is
AIpedia republishes 93 Wikipedia articles about artificial intelligence — 435,021 words across 8 topic areas — as plain, crawlable HTML pages. Every page is a distinct URL with its own headings, paragraphs, and internal links, the way a large knowledge site is structured.
Why it exists
The site is a test bed: embedding pipelines, RAG retrieval, and chat widgets behave differently on large sites than on small ones. This site gives that testing a realistic surface area.
Content and licensing
All article text comes from Wikipedia via its public API and is licensed under the Creative Commons Attribution-ShareAlike 4.0 license. Each article page links to its Wikipedia source.
How it is built
The site is generated by a small build script from a local data file. See apps/demo-site in the repository.