Public support URL and FAQ are available.
Goodhills-Me Namazu
Namazu Mobile App Support
Namazu helps users connect building readiness, shake records, and future Namazu tensor workflows to a Goodhills-Me account. This support page is for the mobile app, API receiver, and app-store review.
Building, API key, and tensor tools stay tied to an account.
Shake samples can be received with a Namazu API key.
Official emergency alerts remain the authority.
Mobile support
What the app supports now
Account setupUsers can create a Goodhills-Me account and register a home, apartment, office, school, shop, or other building.
Readiness dashboardThe dashboard shows building profile, disaster checklist, notification preferences, and future sensor/tensor status.
Shake receiverThe app or a test client can send XYZ acceleration samples with a Namazu API key. API keys are created after login and are shown only once.
Floor contextSmartphone data can include the user's floor. When only one floor is available, Namazu treats the result as limited-floor evidence, not complete building coverage.
Tensor workflowReviewed shake input can be queued for TGL processing and Namazu building tensor generation through the isolated worker path.
Mobile data
Shake sample format
The receiver accepts compact JSON from a mobile app, IoT device, or test client. The API key is sent in the Authorization header and is not placed inside the payload.
{
"device_id": "phone-001",
"timestamp": "2026-06-06T12:00:00Z",
"floor": 8,
"sample_rate_hz": 100,
"samples": [
{"t_ms": 0, "x": 0.01, "y": 0.02, "z": 9.81},
{"t_ms": 10, "x": 0.03, "y": 0.01, "z": 9.79}
]
}