> this page is a very rough first draft. Please comment and imporve.
We look to create a new local-first server based on WarpDrive that acts as both a wiki server and a service that is able to run hitchhiker components.
It Warp server should: - Receive a request, and fetch JSON from a federated wiki page. - JSON is passed into the selected `guide` component using Wasmtime. - the `process` returns HTML, which is wrapped in a page template and served back.
# See - Wasm Workers Server