▲ | kschaul 5 hours ago | |||||||||||||
Glad you’re find the tool interesting! A short blog post behind it: https://kschaul.com/post/2023/04/16/feedmaker-quickly-genera... And the GitHub url (hopefully easy to host your own instance): https://github.com/kevinschaul/feedmaker | ||||||||||||||
▲ | mustaphah 4 hours ago | parent [-] | |||||||||||||
Looks like you're hosting this on fly.io - PAYG model. You could probably host this for free on Cloudflare Workers; 100k requests/day on the free tier; static content (the homepage) is free & unlimited. Edit: The catch is the 10ms CPU cap per request - you'd need a super lean implementation. Django's too heavy for that. | ||||||||||||||
|