Show HN: Smartful – learn something every day
getsmartful.com
Show HN: Smartful – learn something every day
1–8 of 8 posts
Re: Show HN: Smartful – learn something every day
#2Re: Show HN: Smartful – learn something every day
#3Re: Show HN: Smartful – learn something every day
#4web app code on github: https://github.com/brendansudol/smartful
Re: Show HN: Smartful – learn something every day
#5web app code on github: https://github.com/brendansudol/smartful
How do you plan to fill the database? Is it just one big database and you will cycle it or you plan to add to it every day?
Re: Show HN: Smartful – learn something every day
#6Re: Show HN: Smartful – learn something every day
#7Earlier quoted context omitted.
How do you plan to fill the database? Is it just one big database and you will cycle it or you plan to add to it every day?
I've seeded it with 4 months of data (stored statically in json files for simplicity for now), and have a script to add data for additional days, but the plan is to migrate over to a db (curious to try supabase) so that users can save / like individual entries.
So all your sources for all categories are automated? My main worry was if you have to hunt for content manually - that might not be sustainable.
This would also be great for Telegram. You could easily forward daily content into a channel. Or even create a bot that allows people to subscribe only to some categories.