Hacker News new | ask | show | jobs
by houseatrielah 1019 days ago
I'd let supabase handle auth ++ db and use a "supabase edge scheduled function" to execute your script.
1 comments

it seems to me that supabase would cover only the backend (auth, storage, db etc.) and not the frontend part though
True, but anybody can host the frontend... which is some HTML with a few calls to supabase.
I am more concerned about having an easy way to develop the frontend, more than where to host it.