import { useState } from "react";
import { Card, CardContent } from "@/components/ui/card";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Textarea } from "@/components/ui/textarea";
import { Slider } from "@/components/ui/slider";
import { Label } from "@/components/ui/label";
import { Calendar } from "@/components/ui/calendar";
import { Accordion, AccordionItem, AccordionTrigger, AccordionContent } from "@/components/ui/accordion";
export default function AudriaScheduler() {
const [voice, setVoice] = useState("");
const [message, setMessage] = useState("");
const [link, setLink] = useState("");
const [date, setDate] = useState(new Date());
const [time, setTime] = useState("10:00 AM");
return (
How to Use Audria for Mid-Stage Dementia
);
}
Let’s Make Every Conversation Count.
Adjust the balance between independence and support.
Based on Audria’s analysis of engagement and behavior patterns.
Set by you based on doctor input or personal observation.
Smart Scheduling Suggestion
Tailored to the person’s cognitive stage and emotional needs.
Recommended Stage: Mid-stage
Same time, same voice, familiar topics.
- Keep Calls Consistent: Schedule calls at the same time daily using the same voice.
- Use Familiar Topics: Focus on comforting memories—family, pets, or favorite places.
- Simple & Reassuring Messages: Short, loving phrases like “You’re safe” or “We love you.”
- Upload Familiar Media: Share known photos, videos, or music they enjoy.
- Limit Complexity: Use one-way messages or gentle prompts if engagement is low.
Schedule a Moment That Matters
setTime(e.target.value)}
/>
setVoice(e.target.value)}
/>
setLink(e.target.value)}
/>
Call Summary Preview
Audria will call Mom on {date.toDateString()} at {time} with a message from you, {voice && ` a greeting from ${voice},`} and any shared media or links.
You can edit or reschedule at any time.