RLivN — Software¶
The planned application stack. Not yet scaffolded — this is intended design ([HYPOTHESIS]), not built software.
Planned stack¶
| Layer | Planned tech |
|---|---|
| Client | React Native — tablet-optimized client UI (extreme accessibility) |
| Admin portal | Next.js caregiver admin portal (profile builder, reminders, medication, contacts, monitoring) |
| Backend API | Fastify (Node.js + TypeScript) |
| AI (cloud) | Claude API — claude-sonnet-4-6 |
| AI (offline) | Ollama — local model fallback |
The intended planning-phase deliverable is a software-only SaaS proof of concept: the accessible tablet/browser client, the cloud backend, the caregiver admin portal, and the cloud + offline agent engine, with planned smart-home integrations (Alexa, Google Home, Apple HomeKit).
For the agent engine and inference design, see Architecture. For device targets and sourcing, see Hardware.
Repository¶
The RLivN source repository is private during active development. (The external repository link is wired into the site navigation.)
Status
RLivN has not been scaffolded. No code, monorepo, or POC exists yet — the stack above is the planned design. [HYPOTHESIS]