API Endpoints
First-class JSON API routes via Mochi.api(). Test /health and /add live — responses come straight from the server.
+
Click an endpoint to test it
<script>
import ApiTester from './ApiTester.svelte';
</script>
<ApiTester mochi:hydrate />