{"id":48676838,"url":"https://github.com/open-feature/slidev-open-feature","last_synced_at":"2026-04-23T22:03:41.903Z","repository":{"id":348750612,"uuid":"1198378086","full_name":"open-feature/slidev-open-feature","owner":"open-feature","description":"Community Slidev template for OpenFeature presentations","archived":false,"fork":false,"pushed_at":"2026-04-19T05:35:21.000Z","size":320,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-19T07:28:22.864Z","etag":null,"topics":["slidev","slidev-theme"],"latest_commit_sha":null,"homepage":"https://open-feature.github.io/slidev-open-feature/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/open-feature.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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-04-01T11:18:46.000Z","updated_at":"2026-04-12T09:29:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/open-feature/slidev-open-feature","commit_stats":null,"previous_names":["open-feature/slidev-open-feature"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/open-feature/slidev-open-feature","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-feature%2Fslidev-open-feature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-feature%2Fslidev-open-feature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-feature%2Fslidev-open-feature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-feature%2Fslidev-open-feature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-feature","download_url":"https://codeload.github.com/open-feature/slidev-open-feature/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-feature%2Fslidev-open-feature/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32200159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T20:19:26.138Z","status":"ssl_error","status_checked_at":"2026-04-23T20:19:23.520Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["slidev","slidev-theme"],"created_at":"2026-04-10T17:30:24.252Z","updated_at":"2026-04-23T22:03:41.898Z","avatar_url":"https://github.com/open-feature.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenFeature Slidev Theme\n\n[![NPM version](https://img.shields.io/npm/v/@openfeature/slidev-theme-open-feature?color=3AB9D4\u0026label=)](https://www.npmjs.com/package/@openfeature/slidev-theme-open-feature)\n\nAn [OpenFeature](https://openfeature.dev)-branded theme for [Slidev](https://github.com/slidevjs/slidev). It features the official OpenFeature color palette, wave-style background decorations, and Poppins / Architects Daughter typography — with full support for light and dark mode.\n\n## Install\n\nAdd the following frontmatter to your `slides.md`. Start Slidev then it will prompt you to install the theme automatically.\n\n```md\n---\ntheme: '@openfeature/slidev-theme-open-feature'\n---\n```\n\nLearn more about [how to use a theme](https://sli.dev/guide/theme-addon#use-theme).\n\n## Layouts\n\nThis theme provides the following layouts:\n\n| Layout | Description |\n|--------|-------------|\n| `cover` | Title slide with centered content and prominent wave background |\n| `default` | Standard content slide with a title bar and body area |\n| `end` | Closing slide with centered content and prominent wave background |\n| `image-left` | Two-column layout with an image on the left (e.g., `image: path/to/image.jpg`) |\n| `image-right` | Two-column layout with an image on the right (e.g., `image: path/to/image.jpg`) |\n| `intro` | Introduction / about slide with centered content |\n| `section` | Section divider with large centered heading |\n| `two-cols` | Two-column layout using default and `::right::` slots |\n\n## Components\n\nThis theme provides the following components:\n\n### `\u003cOpenFeatureLogo\u003e`\n\nRenders the official OpenFeature horizontal wordmark logo with automatic light/dark mode support.\n\n| Prop   | Type     | Default   | Description        |\n|--------|----------|-----------|--------------------|\n| `size` | `string` | `'200px'` | Width of the logo. |\n\n```md\n\u003cOpenFeatureLogo size=\"250px\" /\u003e\n```\n\n### `\u003cPresenterProfile\u003e`\n\nDisplays a presenter's photo (or initials fallback), name, and company.\n\n| Prop      | Type     | Default  | Description                                          |\n|-----------|----------|----------|------------------------------------------------------|\n| `name`    | `string` | —        | **Required.** Presenter's full name.                 |\n| `company` | `string` | —        | Company or organization name.                        |\n| `photo`   | `string` | —        | URL or path to the presenter's photo.                |\n| `size`    | `string` | `'80px'` | Diameter of the avatar circle.                       |\n\nWhen `photo` is omitted, the avatar displays the presenter's initials on an accent-colored background.\n\nThe `photo` prop accepts both remote URLs and local files placed in the `public/` directory:\n\n```md\n\u003c!-- Remote URL --\u003e\n\u003cPresenterProfile name=\"Jane Doe\" company=\"CNCF\" photo=\"https://example.com/jane.jpg\" /\u003e\n\n\u003c!-- Local file from public/ --\u003e\n\u003cPresenterProfile name=\"Jane Doe\" company=\"CNCF\" photo=\"/images/jane.jpg\" /\u003e\n```\n\n### `\u003cQRCode\u003e`\n\nGenerates and displays a QR code from a URL. Rendered client-side with no network dependency.\n\n| Prop      | Type     | Default         | Description                          |\n|-----------|----------|-----------------|--------------------------------------|\n| `url`     | `string` | —               | **Required.** The URL to encode.     |\n| `size`    | `string` | `'200px'`       | Width and height of the QR code.     |\n| `color`   | `string` | `'#000000'`     | Foreground color of the QR code.     |\n| `bgColor` | `string` | `'#ffffff'`     | Background color of the QR code.     |\n\n```md\n\u003cQRCode url=\"https://openfeature.dev\" size=\"200px\" /\u003e\n```\n\n## Contributing\n\n- `npm install`\n- `npm run dev` to start theme preview of `example.md`\n- Edit the `example.md` and style to see the changes\n- `npm run export` to generate the preview PDF\n- `npm run screenshot` to generate the preview PNG\n\n\u003e **Note:** Node.js \u003e= 18 is required. The repo includes an `.nvmrc` (Node 22) — run `nvm use` to pick it up.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-feature%2Fslidev-open-feature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-feature%2Fslidev-open-feature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-feature%2Fslidev-open-feature/lists"}