import Link from 'next/link'; import Image from 'next/image'; import { auth } from "@clerk/nextjs/server"; import { redirect } from "next/navigation"; export default function HomePage() { const { userId } = auth(); if (userId) { redirect("/dash"); } return (

Welcome to HRIStudio

Empowering Human-Robot Interaction Research and Development

About HRIStudio

HRIStudio is a cutting-edge platform designed to streamline the process of creating, managing, and analyzing Human-Robot Interaction experiments. Our suite of tools empowers researchers and developers to push the boundaries of HRI research.

With HRIStudio, you can:

  • Design complex interaction scenarios with ease
  • Collect and analyze data in real-time
  • Collaborate seamlessly with team members
  • Visualize results with advanced reporting tools
HRIStudio Interface on Laptop

Join the HRI Revolution

Whether you're a seasoned researcher or just starting in the field of Human-Robot Interaction, HRIStudio provides the tools and support you need to succeed.

Sign In Sign Up
); }