Skip to content

Uniweb Templates v0.7.38

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Apr 13:58
· 1 commit to main since this release

Official Uniweb Templates

This release contains the official templates for the Uniweb CLI.

Available Templates

Template Description
marketing Landing pages and marketing sites with Tailwind CSS v4
academic Academic sites for researchers, labs, and departments
docs Documentation sites with navigation levels
international Multilingual corporate website with English, Spanish, and French
dynamic Live API data fetching with loading states, transforms, and the portable data pattern
store Artisan e-commerce with product collections, Shopify Buy Button, journal blog, and stone-amber design
learning Course-based learning site with quizzes, code challenges, and AI grading integration
extensions Primary foundation with a visual effects extension, demonstrating multi-foundation sites
cv-loom A single-page narrative CV whose prose is written with {placeholder} expressions and instantiated at render time via the foundation content handler and @uniweb/loom. Reference implementation of the handler hook.
monograph A richly illustrated long-form document — numbered chapters with nested subsections, figures with captions, data-driven specimen and measurement tables, and a citestyle bibliography. The same JSX drives the themed web preview and a branded .docx with headers, footers, and page numbers. Ships with Darwin's Galapagos observations as sample content.
academic-metrics A docusite whose content is also a downloadable Excel workbook. Aggregates academic metrics (publications, funding, supervisions) across multiple members of a university unit. Rich web previews + flat tabular xlsx sheets from the same data. Ships with three 19th-century naturalists as sample members.
business-docs A complete business-document site: invoice and SOW collections, per-record preview pages, and a filtered engagement report with XLSX export. Built on @uniweb/business-docs and demonstrates the same foundation that ships the unipress invoice template.

Usage

npx uniweb@latest create myproject --template academic
npx uniweb@latest create myproject --template academic-metrics
npx uniweb@latest create myproject --template business-docs
npx uniweb@latest create myproject --template cv-loom
npx uniweb@latest create myproject --template docs
npx uniweb@latest create myproject --template dynamic
npx uniweb@latest create myproject --template extensions
npx uniweb@latest create myproject --template international
npx uniweb@latest create myproject --template learning
npx uniweb@latest create myproject --template marketing
npx uniweb@latest create myproject --template monograph
npx uniweb@latest create myproject --template store

Installation

Templates are automatically fetched by the CLI. No manual installation required.