ChatGPT Response Streaming with WeWeb and Supabase

Hi everyone,

I’m trying to build a ChatGPT clone with response streaming, but I need to do it using WeWeb and Supabase platforms. I’m facing difficulties because ChatGPT’s response streaming requires a different structure than traditional API interactions.

I already tried implementing this using Supabase edge functions but gave up due to the complexity.

I would like to know if anyone has managed to implement something similar or has suggestions on how Fastgen could help me with this process. Any tips or specific guidance on how to handle response streaming and integrate it with WeWeb and Supabase would be very helpful.

Thank you in advance for your help!

1 Like

Yep, I built this with WeWeb → Zapier → Supabase.

Weweb calls zapier/make.com with your user inputs ->write your chatGPT responses to Supabase from your zapier/make.com chatGPT step, then use the realtime connection between Supabase and Weweb to display those written results back to the user.

1 Like