✨ Magic Pointer

Point at anything. Speak naturally. Get AI-powered answers in context.

@tavant/magic-pointer v0.1.0 — POC Demo

How to Use

  1. Press and hold on any element for ~1 second (watch the ring fill)
  2. Pick a suggested question or type your own
  3. See the AI response appear near the element

Tip: Ctrl + Shift + Space activates instantly without holding. Works on touch devices too — just long-press. Voice input is supported if your browser allows microphone access.

🏠 Mortgage Form
📖 Documentation
🛍️ Products

Mortgage Application — Try asking about any field

TRID Disclosure: This is an estimate only. Your actual rate, payment, and costs may vary based on credit approval, property appraisal, and market conditions at time of lock. The Annual Percentage Rate (APR) includes fees and costs that represent the yearly cost of the loan as a percentage. PMI may be required for LTV above 80%.

API Documentation — Try asking about code concepts

Authentication

All API requests require a Bearer token in the Authorization header. Tokens expire after 24 hours and must be refreshed using the refresh endpoint.

Authorization: Bearer eyJhbGciOiJIUzI1NiIs...

Rate Limiting

The API enforces a rate limit of 100 requests per minute per API key. When exceeded, the server returns HTTP 429 with a Retry-After header indicating seconds until the next allowed request.

Webhooks

Configure webhooks to receive real-time notifications when loan status changes. Webhook payloads include HMAC-SHA256 signatures for verification.

POST /api/v1/webhooks Content-Type: application/json { "url": "https://your-app.com/hooks/loan-status", "events": ["loan.approved", "loan.denied", "loan.funded"], "secret": "whsec_..." }

Error Handling

All errors follow RFC 7807 Problem Details format. The "type" field contains a URI that uniquely identifies the error class.

{ "type": "https://api.example.com/errors/validation", "title": "Validation Error", "status": 422, "detail": "DTI ratio exceeds 43% threshold", "instance": "/loans/application/12345" }

Loan Products — Try comparing or asking about pricing

🏠 Conventional
Conventional 30-Year Fixed
6.625% APR

Min 620 FICO • 3% down • No PMI at 80% LTV

⭐⭐⭐⭐⭐ Most Popular
🎖️ VA Loan
VA 30-Year Fixed
5.875% APR

No down payment • No PMI • Veterans only

⭐⭐⭐⭐⭐ Best Rate
🏘️ FHA
FHA 30-Year Fixed
6.250% APR

Min 580 FICO • 3.5% down • MIP required

⭐⭐⭐⭐ Easier Qualification
📈 ARM
7/1 Adjustable Rate
5.500% APR

Fixed 7 years • Adjusts annually • 2/6 caps

⭐⭐⭐⭐ Lowest Initial Rate
Magic Pointer: Ready Hold to activate | Ctrl+Shift+Space | Theme: Auto