{"id":39506682,"url":"https://github.com/uniweb/templates","last_synced_at":"2026-04-25T21:01:10.686Z","repository":{"id":332863042,"uuid":"1135268335","full_name":"uniweb/templates","owner":"uniweb","description":"Official site and foundation templates.","archived":false,"fork":false,"pushed_at":"2026-04-19T02:30:27.000Z","size":11904,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T03:35:55.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uniweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-15T21:40:56.000Z","updated_at":"2026-04-19T02:30:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/uniweb/templates","commit_stats":null,"previous_names":["uniweb/templates"],"tags_count":116,"template":false,"template_full_name":null,"purl":"pkg:github/uniweb/templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniweb%2Ftemplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniweb%2Ftemplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniweb%2Ftemplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniweb%2Ftemplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uniweb","download_url":"https://codeload.github.com/uniweb/templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uniweb%2Ftemplates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32276628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-18T05:56:57.995Z","updated_at":"2026-04-25T21:01:10.680Z","avatar_url":"https://github.com/uniweb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uniweb Templates\n\nOfficial starter templates for the [Uniweb](https://github.com/uniweb/cli) CLI. Each template provides content (section types, pages, theme) that the CLI scaffolds into a complete project with foundation and site packages.\n\n## Live Demos\n\nSee the templates in action: **[View all demos](https://uniweb.github.io/templates/)**\n\n| Template | Demo | Description |\n|----------|------|-------------|\n| marketing | [Live Demo](https://uniweb.github.io/templates/marketing/) | Landing pages and marketing sites with Tailwind CSS |\n| academic | [Live Demo](https://uniweb.github.io/templates/academic/) | Research labs, departments, and academic portfolios |\n| docs | [Live Demo](https://uniweb.github.io/templates/docs/) | Documentation sites with sidebar navigation and syntax highlighting |\n| international | [Live Demo](https://uniweb.github.io/templates/international/) | Multilingual sites with i18n (English, Spanish, French) |\n| dynamic | [Live Demo](https://uniweb.github.io/templates/dynamic/) | Live API data fetching with loading states and transforms |\n| store | [Live Demo](https://uniweb.github.io/templates/store/) | Artisan e-commerce with product collections and Shopify integration |\n| learning | [Live Demo](https://uniweb.github.io/templates/learning/) | Course-based learning site with quizzes and code challenges |\n| extensions | [Live Demo](https://uniweb.github.io/templates/extensions/) | Multi-foundation sites with visual effects extension |\n\n## Quick Start\n\n```bash\nuniweb create my-project --template marketing\nuniweb create my-project --template academic\nuniweb create my-project --template docs\nuniweb create my-project --template international\nuniweb create my-project --template dynamic\nuniweb create my-project --template store\nuniweb create my-project --template learning\nuniweb create my-project --template extensions\n```\n\nThen:\n\n```bash\ncd my-project\npnpm install\npnpm dev\n```\n\n## Available Templates\n\n**Marketing** — Product launches, SaaS websites, and business landing pages. Includes Hero, Features, Pricing, Testimonials, and CTA components.\n\n**Academic** — Universities, research labs, and academic portfolios. Designed for researchers and departments to showcase publications and projects.\n\n**Docs** — Technical documentation with navigation levels, sidebar navigation, and code syntax highlighting. Ideal for API references and developer guides.\n\n**International** — Multilingual corporate sites demonstrating Uniweb's i18n capabilities. Includes blog, search, and collections with English, Spanish, and French translations.\n\n**Dynamic** — Conservation site demonstrating live API data fetching with loading states, transforms, and the portable data pattern.\n\n**Store** — Artisan e-commerce with product collections, Shopify Buy Button integration, journal blog, and warm stone-amber design.\n\n**Learning** — Course-based learning platform with auto-detecting lesson types (reading material, quizzes, code challenges, open-ended prompts), sidebar navigation, and AI grading integration point.\n\n**Extensions** — Multi-foundation demo with a primary foundation and a visual effects extension, showing how multiple foundations contribute section types to one site.\n\n## Template Format\n\nTemplates use **format 2** — they contain only content (section types, pages, theme, collections). The CLI provides all structural scaffolding (package.json, vite.config.js, main.js, etc.) from its own package templates.\n\n```\nmarketing/\n├── template.json           # Metadata: name, description, format, tags\n├── foundation/\n│   └── src/\n│       ├── foundation.js   # Section exports\n│       ├── styles.css      # Foundation styles\n│       └── sections/       # Section type components\n└── site/\n    ├── site.yml.hbs        # Site configuration\n    ├── theme.yml            # Theme variables\n    ├── layout/              # Header, footer content\n    └── pages/               # Page content (markdown)\n```\n\n## Creating Your Own Templates\n\nSee [creating-templates.md](creating-templates.md) for the full guide on template structure, content directories, and publishing.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiweb%2Ftemplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funiweb%2Ftemplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funiweb%2Ftemplates/lists"}