🍡 mochi

SSR framework for Svelte 5 + Bun with islands-based selective hydration

Utility helpers

Importable from ./mochi-framework/utils:

FunctionDescription
json(data, init?)Create a JSON Response
error(status, msg)Throw a MochiHttpError (caught by framework)
apiError(status, msg)Build a JSON error Response for API route returns