Comment on Ask HN: How would you develop this service?Comments−houseatrielah3yI'd let supabase handle auth ++ db and use a "supabase edge scheduled function" to execute your script.−Ecio78OP3yit seems to me that supabase would cover only the backend (auth, storage, db etc.) and not the frontend part though−houseatrielah3yTrue, but anybody can host the frontend... which is some HTML with a few calls to supabase.−Ecio78OP3yI am more concerned about having an easy way to develop the frontend, more than where to host it.
Comments
I'd let supabase handle auth ++ db and use a "supabase edge scheduled function" to execute your script.
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.