Skip to main content Skip to navigation Skip to search Skip to footer

Service Configuration

Configuration Controls

Demonstrates sparklesServiceConfig() inputs only. Wire to real service checks separately.

Demo only — no live uptime or response-time data is fetched here.

Settings

Auto-sync Enabled

Sync data every hour automatically

Retry Failed Requests

Automatically retry failed API calls

Debug Mode

Enable detailed logging

Initialize sparklesServiceConfig()
<div x-data="sparklesServiceConfig()">
  <div x-show="isLoading">Loading...</div>
  <button @click="testConnection()">Test</button>
</div>