This project is a Next.js application designed for the Axxess Hackathon 2026. It features widgets integrated across all pages, including dashboards, patient summaries, voice components, and more.
- Dashboard with patient summaries, risk distribution, robot status, and logs
- Landing page with technology highlights and features
- Voice component integration
- Summarization and Q&A APIs
- Modern UI components (accordion, alert, badge, button, etc.)
git clone https://github.com/<your-org>/Axxess-Hackathon-2026-widget-in-all-pages.git
cd Axxess-Hackathon-2026-widget-in-all-pagesnpm installCreate a .env file in the root directory and add your API keys:
# Example .env
NEXT_PUBLIC_ELEVENLABS_AGENT_ID=
FEATHERLESS_API_KEY=
Replace the values with your actual API keys.
npm run devOpen http://localhost:3000 to view the app in your browser.
app/- Main application pages and API routescomponents/- Reusable UI and feature componentshooks/- Custom React hookslib/- Utility functionspublic/- Static assetsstyles/- Global and component styles
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production server
MIT