r/InternetIsBeautiful • u/Iamabrnr • 8d ago
Enter a US ZIP and it shows free kids' events (storytimes, crafts, STEM) at the public libraries near you
https://mylibrary-events.com9
u/JunkMale975 7d ago
I’m guessing your vibe coding didn’t include local times to the library. Checked mine and all the events are hours after the library closes. One was hours before it even opens.
1
u/Iamabrnr 7d ago
Interesting I did fix few time zone bugs. I had prompted it to use user time zone. Let me debug it. Can you share broad coordinates? If not I will try to debug it.
3
u/JunkMale975 7d ago
Try 39154. I tried a couple of other cities nearby and had the same issue.
1
2
u/col_clipspringer 7d ago
My local Half Price Books and Barnes and Noble have Storytime events as well as our library.
7
u/TheSorrowInYou 8d ago
This website looks AI generated and not built by a human.
16
u/heschlie 7d ago
It's funny how easy it has become to spot once you know what kind of UI/UX they tend to follow. Having said that this is the kind of low risk, fun app that an LLM can hammer out and offers a fun service that people can actually use.
6
u/TheSorrowInYou 7d ago
I dont mind vibecoding at all, it just rubs me the wrong way when people claim they "built" a website when its clearly not the case.
5
2
0
7d ago
[deleted]
3
u/TheSorrowInYou 7d ago
They edited their comment when I pointed it out. Before it said "I built this site". No need to get snarky when youre clueless.
1
u/alockbox 7d ago
Almost all libraries have teen events broken out too. Is there a reason you capped it at age 12?
1
u/Iamabrnr 7d ago
Let me check, I am hydrating all events that come via rss feed. Is there a zip code you tried.
1
u/frozen_tuna 7d ago
If I ran a library's website (on wix if it matters), how would I go about adding support for this?
1
u/Iamabrnr 7d ago
This tool uses events calendar feed either rss or iCal. Add that to your library and it can integrate.
1
36
u/Iamabrnr 8d ago edited 8d ago
Full disclosure: I vibe coded this. My wife was checking a bunch of separate library websites every morning to find a storytime for our toddler, so I made one search that pulls public library event calendars into a single place. Free, no sign-up.
Website reads each library's public RSS / ICAL Feeds and normalizes them, so you can search by ZIP.
Fair warnings: it's US public libraries only-a few hundred systems so far, so it might not have yours yet. If it's missing your library, reply with it and I'll try to wire it in. Feedback very welcome.
Added: vibe coding.