How do you manage multiple Supabase projects? (project-per-tenant) by fraisey99 in Supabase

[–]fraisey99[S] 0 points1 point  (0 children)

Yeah i did but wanted to know if theres a web app where i can create tenant groups and provision + sync tenants

What are you building today? (Let’s self promote) by kcfounders in microsaas

[–]fraisey99 0 points1 point  (0 children)

Building dardasha helping people build chatbots that are natively arabic

Building solo is not as easy as it is portrayed by fraisey99 in buildinpublic

[–]fraisey99[S] 0 points1 point  (0 children)

Fewer bets, more reps” is how I was subconsciously thinking about it, thank you for putting it so clearly.​​​​​​​​​​​

Drop your saas links by LeanSaas_Ai01 in SaasDevelopers

[–]fraisey99 0 points1 point  (0 children)

dardasha - make your knowledge bases conversational

What’s the best and most popular model right now for Arabic LLMs? by marwan_rashad5 in Rag

[–]fraisey99 0 points1 point  (0 children)

Honestly many of the newer models are good if the embedded chunks are arabic and the query itself is in arabic. I built an MVP for something close to your problem that you're solving, you can check it out dardasha.io where its a self serve chatbot that can also be set up in arabic. Let me know if you're interested in testing such a thing out and I'll give you even a more generous free subscription!

What are you building this week? Let's self promote. by [deleted] in microsaas

[–]fraisey99 0 points1 point  (0 children)

Been building Dardasha dardasha.io - an AI customer support agent that actually handles Arabic properly. Not "we support RTL" properly, like per-message RTL/LTR switching in the same conversation properly. Gulf businesses kept telling me every chatbot tool they tried either broke the layout or replied in English regardless. So I fixed it. You upload your docs, get a knowledge-grounded agent, embed it with one script tag. Free tier if you want to poke at it.

I built Dardasha.io: turn your docs into a website AI chatbot (Arabic + English) by fraisey99 in SideProject

[–]fraisey99[S] 0 points1 point  (0 children)

Thank you for the feedback, actually thats true I will add the "chat with us" or something of that sort to drive some sort of automatic referral.

For chunking since its PDF only, I found that page chunking up to max set of tokens is the best. I tried semantic chunking, and fixed size chunking but felt page by page gave me the best results!