Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waystone

Waystone is the accessible React UI package for Gnolith. It is intentionally a browser-only consumer of a Workshop client:

client.call(name, input, { signal });

Waystone owns presentation, interaction state, redacted diagnostics, and static UI extensions. Workshop owns transport, authentication, authorization, operation inputs and outputs, and protocol errors. Host applications own routes and deployment.

Install

npm install @gnolith/waystone react react-dom @gnolith/workshop
import { UnifiedSearchScreen } from '@gnolith/waystone/client';
import '@gnolith/waystone/styles.css';

export function Search({ client }) {
  return <UnifiedSearchScreen client={client} />;
}

The root entry contains server-safe display components. Interactive components are exported by @gnolith/waystone/client; static plugin contracts by /plugin; screen composition by /site; deterministic assets by /assets.

See the 0.3 migration, client boundary, and monorepo handoff.

About

Local MCP connector for reaching Gnolith sites.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages