Manual Integration
Manually build, deploy, test, and register custom Facets web components, with the developer guide, API integration, deployment, and sample component.
Sample Web Component
A minimal two-file sample web component (index.html and a custom element script) you can clone, host on static HTTPS, and render inside Facets.
Developer Guide
Build production-ready Facets web components with the Custom Elements API: Shadow DOM lifecycle, state management, styling, and a full annotated example.
API Integration Guide
How Facets web components authenticate via session cookie inheritance, make REST calls with relative URLs, read user context, navigate, and handle API errors.
Deployment Guide
Deploy a custom Facets web component to GitHub Pages or other static HTTPS hosting, then register it in the Facets UI via the dashboard or API.
Testing Guide
Test Facets web components locally with a test page or API proxy, debug them with browser DevTools, and troubleshoot rendering, auth, and styling issues.
Via Praxis
Use a single Praxis conversation to scaffold a custom web component on Facets APIs, deploy it to GitHub Pages, and embed it in your Facets dashboard.
Sample Web Component
A minimal two-file sample web component (index.html and a custom element script) you can clone, host on static HTTPS, and render inside Facets.