This interactive digital guidebook translates the theoretical framework of Care-Centered Value Sensitive Design (CCVSD) into a practical, actionable tool for roboticists, designers, and healthcare engineers.
It bridges the gap between abstract care ethics and concrete technical implementations, helping development teams align robotic behavior with the nuanced moral landscape of care environments.
This project serves as the digital artifact and practical companion to the Master's Thesis: "Bridging the Gap: A Care-Centered Value Sensitive Design Framework for Healthcare Robotics"
To run this project locally for development:
- Node.js (v20 or newer)
- npm or yarn
-
Clone the repository:
git clone https://github.com/demeesterroel/0ccvsd.git cd 0ccvsd -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser.
- Framework: Next.js 14 (App Router)
- Styling: Tailwind CSS
- Language: TypeScript
- Deployment: Vercel
Developed by Roeland De Meester for TU Delft.