From cf105162d97891de9a4de7dc019ec871d287d0e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=90=E1=85=A2=E1=84=92=E1=85=AE?= =?UTF-8?q?=E1=86=AB?= Date: Fri, 17 Apr 2026 19:03:29 +0900 Subject: [PATCH] =?UTF-8?q?feat(demo):=20SEO/GEO=20=E2=80=94=20full=20OG,?= =?UTF-8?q?=20Twitter,=20canonical,=20robots,=20sitemap,=20JSON-LD,=20llms?= =?UTF-8?q?.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Full Open Graph (url, site_name, locale) and Twitter Card metadata - Canonical link, apple-touch-icon - public/robots.txt + public/sitemap.xml - JSON-LD @graph: WebSite + Person (Todari) + SoftwareSourceCode (npm package) - public/llms.txt with usage example, package list, and compatibility info Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/demo/index.html | 53 ++++++++++++++++++++++++++++++++++-- apps/demo/public/llms.txt | 42 ++++++++++++++++++++++++++++ apps/demo/public/robots.txt | 4 +++ apps/demo/public/sitemap.xml | 8 ++++++ 4 files changed, 105 insertions(+), 2 deletions(-) create mode 100644 apps/demo/public/llms.txt create mode 100644 apps/demo/public/robots.txt create mode 100644 apps/demo/public/sitemap.xml diff --git a/apps/demo/index.html b/apps/demo/index.html index b998c73..0c9a9cc 100644 --- a/apps/demo/index.html +++ b/apps/demo/index.html @@ -5,11 +5,60 @@ React Pixel UI - CSS Pixel Art Library for React - - + + + + + + + + + + + + + + + + +
diff --git a/apps/demo/public/llms.txt b/apps/demo/public/llms.txt new file mode 100644 index 0000000..ddd9ac7 --- /dev/null +++ b/apps/demo/public/llms.txt @@ -0,0 +1,42 @@ +# React Pixel UI + +> React Pixel UI is a pure-CSS pixel art component library for React. Wrap any element with the `` component and its rendered output is automatically transformed into a low-resolution pixel-art look — no Canvas, no pre-rendering, SSR compatible. + +## Why pure CSS + +The pixelation is achieved with a combination of `clip-path`, RGBA PNG gradient masks, and `drop-shadow` filters — meaning the output is real DOM/CSS, so it works under server-side rendering and is accessible. + +## Usage + +```jsx +import { Pixel } from "@react-pixel-ui/react"; + + + + +``` + +Anything inside `` (Tailwind, inline styles, CSS modules, even SVGs) is pixelated as-is. + +## Packages + +- **@react-pixel-ui/react** — React component (``) and hooks. Main entry. +- **@react-pixel-ui/core** — Framework-agnostic core (CSS generation utilities). + +## Links + +- npm (React): https://www.npmjs.com/package/@react-pixel-ui/react +- GitHub: https://github.com/Todari/react-pixel-ui +- Demo: https://react-pixel-ui.vercel.app + +## Compatibility + +- React 18+ +- SSR: yes (Next.js, Remix, etc.) +- Browsers: any with `clip-path` and `drop-shadow` support (all modern browsers) + +## Author + +Todari (https://todari.dev / https://github.com/Todari) diff --git a/apps/demo/public/robots.txt b/apps/demo/public/robots.txt new file mode 100644 index 0000000..fe99225 --- /dev/null +++ b/apps/demo/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://react-pixel-ui.vercel.app/sitemap.xml diff --git a/apps/demo/public/sitemap.xml b/apps/demo/public/sitemap.xml new file mode 100644 index 0000000..6f6b0c4 --- /dev/null +++ b/apps/demo/public/sitemap.xml @@ -0,0 +1,8 @@ + + + + https://react-pixel-ui.vercel.app/ + monthly + 1.0 + +