Templates & Plugins

Starter templates and reusable plugins for building with Jay. Everything you need to get productive fast.

Start from a Template

Production-ready project templates with pre-configured plugins, design systems, and example pages.

Jay Plugins

Installable NPM packages bundling headless components, server actions, and data contracts.

Accessibility Validator

Checks jay-html templates for WCAG best practices — image alt text, ARIA roles, keyboard navigation, and semantic HTML.

Data Files

Render structured data from CSV, YAML, JSON, or JSONL files as lists, item pages, or single items.

Design System Validator

Validates jay-html CSS against DESIGN.md tokens — colors, spacing, typography, contrast ratios, and component structure.

Gemini Agent

Embedded chat agent powered by Gemini with page automation and server action calling.

Markdown

Three rendering modes — directory pages, static inline, and live dynamic. Includes code highlighting and mermaid-to-SVG diagrams.

SEO Validator

Checks jay-html templates for SEO best practices — meta tags, heading hierarchy, canonical URLs, and Open Graph data.

UI Kit

Headless UI primitives — popover menus, scroll carousels, clipboard copy, word/letter splitting, tabs, tooltips, and more.

WebMCP

Automatically exposes page interactions as Model Context Protocol tools, resources, and prompts.

Wix Server Client

Core Wix SDK client with API key authentication — foundation for all Wix headless integrations.

Wix Deploy

One-click deployment to Wix infrastructure — builds entry points, uploads backend code, and deploys.

Wix Media

Media upload, optimization validation, CDN delivery, and index generation for Wix Media Manager.

Wix Stores

Wix Stores API client and headless components — product catalogs, variant resolution, and category browsing.

Wix Stores V1

Wix Stores Catalog V1 API client and headless components.

Wix Cart

Complete cart with mini-cart drawer, line-item management, and checkout integration.

Wix Members

OAuth authentication with login indicators, protected page guards, and callback handling.

Wix Data

Dynamic contract generation from Wix CMS collection schemas — automatically creates item, list, table, and card pages.

Wix Utils

Shared utilities for Wix integrations in Jay Framework.

AIditor

Visual AI-driven code editor — agents create pages, manage plugins, edit live sites, and publish.

AIditor Quill

Ready-made add-menu assets and text components for the AIditor visual editor.

Add to the Ecosystem

Built a Jay plugin or starter template? This page is powered by simple YAML data files — add your project by opening a pull request to the Jay website repo.

Open the Repo
1

Fork & clone the website repo

Fork jay-framework/website on GitHub and clone your fork locally.

2

Edit the data file

Add your entry to content/plugins/data.yaml for plugins or content/templates/data.yaml for templates. Follow the existing YAML format — slug, name, description, and links.

3

Validate locally

Run npm run setup, npm run agent-kit, then npm run validate to confirm everything compiles.

4

Open a pull request

Push your branch and open a PR. Your plugin or template will appear on this page once merged.