HealthPulse

HealthPulse Used AI

9 devlogs
15h 55m
•  Ship certified
Created by Jay

A real-time collaborative health heatmap platform where users can anonymously report symptoms and see live health trends in their local area.

Timeline

More Issues Fixed and ready to ship :)

Update attachment

I had to fix the future for collaboration, so I put some work into that... :)

Update attachment

Ship 1

1 payout of shell 305.0 shells

Jay

2 months ago

Jay Covers 7 devlogs and 14h 54m

OK, perped to ship :)) yay

Update attachment

Okay, I've been kind of locked in and working on stuff, but I completely forgot about this devlog. Basically, the API was broken, so I had to fix that. Actually added a cool collaborative feature. I'll drop a photo in the attachments; check it out. The website's now like the demo is working perfectly well. Took me a while to deploy to Cloudflare.

Update attachment
Jay
Jay
1h 43m 3 months ago

Okay, a bunch of work here
- I made a collaborative version where people could chat with each other
- I fixed a lot of console errors and some other errors coming up in the backend folder
- I got the Cloudflare Worker deployed
- Successfully deployed everything: frontend, back-end, and it's almost ready to ship
- I think I might just do a few UI updates
- I did a lot of SEO which basically just makes me a rank on Google and stuff like that
Worked terribly long. Most of my time was actually dedicated to making it work faster and better, simpler. The Cloudflare Worker wasn't really the fastest as in it was causing a lot of errors every so often which would turn it off and shut it down. So I had to troubleshoot a lot of that.

Update attachment
Jay
Jay
4h 14m 3 months ago

I worked on a lot of SEO and Accessibility. I worked on the API and its documentation. I also made a much upgraded frontend. linking it here: https://github.com/JaytirthJOSHI/HealthPulse/tree/main/docs

Also locked and submitted to Hackmate.

Update attachment
Jay
Jay
2h 20m 3 months ago

locked in pretty hard :) Added sample data to this. also reached the max of my supabase database lmao :) But hey, it looks cool/ also got the CDC and who data working

Update attachment
Jay
Jay
1h 50m 3 months ago

Okay, so you're now able to log your diseases. I've set up cities by zip code (except China, which is not working yet). Everything else is pretty much working. You are able to log all of that into the system. I've been able to get it deployed, and the demo link is now successfully up! Yay me!

The cities and the zip code thing are properly working, but basically what we're doing is pulling from an API, so it's not super duper accurate. China's not working at all because they don't have zip codes/pin codes, but most bigger countries like the US, India, etc. are working.

I made a better front-end, and I promise that I'll get the cities working really well. The database is really good, so it's pulling pretty well. I'm going to add some demo data and also be connected to a WHO2 database (which is where we're pulling some of our system and reports from). They only have it from specific countries; they don't have anything for America because we pulled out of WHO, but like they have some other data from other countries, so we're going to pull from there. There are a couple other repositories (maybe the CDC) - I have to figure out how to get API access to them. I have requested an API access, but it's a whole process, so let's see... Wish me luck!

Update attachment
Jay
Jay
3h 41m 3 months ago

Ok, here we are, v1 almost out the door :)
Well, make the UI/Front End and Back End stuff! I have been locked in, but also did bug fixing. I promise I will add a demo URL soon; it's annoying to run and deploy it.
Also, resolved multiple Supabase client issues by creating a single shared client and replacing SocketContext with RealTimeContext for proper real-time subscriptions.

Update attachment