Q: Claude and Supabase
1. I have my data on supabase. How do I bring it to this app? 2. I work with latest Claude models 4.0. Do you? 3. What does happen after credit expire? Offer boyk?
4. Is this just for backend or could I build an app for clients? How would they login? Could I manage permissions with supabase auth?

Dung_Diaflow
Jun 12, 2025A: Hi there,
Thank you for your insightful questions about Diaflow’s capabilities.
1. Bringing Supabase Data to Diaflow
You can seamlessly integrate your Supabase data with Diaflow using the HTTP Request node to interact with Supabase’s REST API. Simply configure the node with your Supabase API key (available in your Supabase dashboard) to query or update data. For detailed setup instructions, check out our documentation here: https://docs.diaflow.io/flows/component-reference/built-in-tools/http-request. You can also use Supabase webhooks to push data to Diaflow in real-time by setting a Diaflow webhook URL as the trigger.
2. Support for Claude 4.0
As of our latest update, Diaflow supports Anthropic’s Claude models up to Claude 3.7. We don’t yet have confirmation of Claude 4.0 integration, but we’re actively expanding our model support. If you’re using Claude 4.0, you can leverage our Bring Your Own Key (BYOK) feature, which allows you to use your own Anthropic API key via the Anthropic Cloud node. This ensures you can integrate Claude 4.0 if it’s available through Anthropic’s API.
For more details on the BYOK setup, visit: https://docs.diaflow.io/flows/component-reference/private-ai-llm-models/anthropic.
3. What Happens After Credits Expire? BYOK Offer?
Your AppSumo plan includes monthly renewable credits based on your tier, so credits don’t expire but reset each month. If you run out before the month ends, you can purchase additional credits via the “Add Credits” button in your dashboard’s bottom-left corner.
BYOK is fully supported across all AppSumo tiers and doesn’t consume credits for LLM nodes (e.g., OpenAI, Anthropic, DeepSeek, Perplexity, Google Gemini, MistralAI, Cohere).
4. Backend Only or Client Apps?
Diaflow is versatile, supporting both backend automation and client-facing applications. You can create Public Apps for clients, which can be password-protected or open, depending on your configuration. These apps can be embedded on your website via iframe or shared via a link. For Tier 4 and 5 users, the white-labeling feature allows you to customize the CNAME, logo, and domain for a branded experience. For permission management, integrate with Supabase Auth’s RBAC or row-level security to control data access.
Best,
Diaflow team.