Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A healthcare dashboard built with Next.js and Firebase that tracks water, steps, sleep, nutrition, and mental health.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
H.care is an open-source healthcare dashboard template built on Next.js and Firebase that visualizes personal health data such as water intake, steps, sleep, nutrition, and activity.
H.care is a healthcare dashboard template built with Next.js, Firebase, and TailwindCSS to help users monitor lifestyle metrics. It takes user health data—either entered manually or via natural-language queries—and produces visual dashboards for water consumption, step counts, sleep records, nutrition, mental health, and exercise activity. The project is open source under the MIT license and maintained by the developer behind the Twitter handle heyyakash.
After cloning the repository, run npm i to install dependencies and create a .env.local file containing GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and NEXT_PUBLIC_NEWS_API_TOKEN. Starting the dev server with npm run dev launches the app at http://localhost:3000, where Firebase handles real-time data storage and fetching.
H.care is free to use, modify, and distribute under the MIT license. No paid tiers or subscription plans are mentioned.
Yes, H.care is open source under the MIT license, so you can use it for personal or commercial projects without paying a license fee. You will only incur costs for any third-party APIs you choose to use at scale.
You need Node.js and npm. Fork and clone the repository, run npm i, create a .env.local file with your Google OAuth credentials and News API token, then run npm run dev. The dashboard will be available at http://localhost:3000.
H.care uses Nutritionix for nutrition and exercise data, TheNewsApi for health news, Firebase for database and real-time functions, NextAuth for Google authentication, and nivo.rocks for chart visualizations.
Yes, the project welcomes contributions. You can fork the repository and submit a pull request, or contact the maintainer via Twitter at heyyakash.
