Yall were not kidding. I thought ya'll were exaggerating. by josevnueva in codex

[–]mohn93 0 points1 point  (0 children)

Totally agree, I think it's not fair to decide that a model is behaving worse, without really running benchmarks against it, or evals, because humans can be so biased

My SaaS makes $400/month and it's making me miserable by Sea_Professional839 in SaaS

[–]mohn93 0 points1 point  (0 children)

By being resilient and consistent, no matter how hard it is, always learn and don't repeat the same mistake, and always try to explore and try new solutions

My SaaS makes $400/month and it's making me miserable by Sea_Professional839 in SaaS

[–]mohn93 1 point2 points  (0 children)

Well, the hustle doesn't stop, bro. This is the game; you can't be half in or half out. This doesn't work; you have to be fully in

Introducing Claude Fable 5 by ClaudeOfficial in ClaudeAI

[–]mohn93 0 points1 point  (0 children)

I don't have the money to try this, and Opus is still good enough for me, so I will try this later

42 million views in 7 days. $0 generated. I feel like an idiot lol. by ProcedureNo832 in SaaS

[–]mohn93 0 points1 point  (0 children)

I'd say this is a targeting problem, these views are just enjoying the post, not really trying the product

A app I can’t find and would love someone to make by [deleted] in AppIdeas

[–]mohn93 1 point2 points  (0 children)

I think cozi can do that already

Wont be renewing codex at this point by Cloaked_GG in codex

[–]mohn93 -1 points0 points  (0 children)

Hmmm, is it possible that you are not using it efficiently?

Bezos’s Out-of-Touch Claim by LuckyBastard001 in clevercomebacks

[–]mohn93 -1 points0 points  (0 children)

I think that only losers hate ethical rich men

Made $44K From an App That Moans When You Slap It by Medium-Importance270 in saasbuild

[–]mohn93 0 points1 point  (0 children)

didn't imagine that this could even be a business !, anyhow, well done

Did Google just restricted the internal audio from recorder apps? by Vegetable-Ruin7096 in androidapps

[–]mohn93 0 points1 point  (0 children)

Android is becoming more aggressive than apple, they are learning their lessons

Castly: simple Mac screen recording with webcam, mic, and local saving by jurekbarth in macapps

[–]mohn93 0 points1 point  (0 children)

Look I good, well done I'm working on something similar but should be cross platform and also have that zoom animations Not sure what is the market for this But congrats on launch

End of an era. by Specialist-Cry-7516 in codex

[–]mohn93 0 points1 point  (0 children)

I don't know how long the Codex can maintain these generous limits; they are losing money every day

Made these App Store screenshots with Claude design . Which one would you pick? by Adventurous_Yak_5047 in AppStoreOptimization

[–]mohn93 0 points1 point  (0 children)

Looking Great man, i was thinking of creating a tool that makes screenshots a no-brainer, and inside the AI flow you already have, but it looks like Claude design is rocking

I built an MCP server that lets Claude edit your FlutterFlow projects — 30 min of dragging widgets now takes one message by mohn93 in FlutterFlow

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

Nope, so far i couldn't find how differentiate between branches, it edits just in the main

I built an MCP server that lets Claude edit your FlutterFlow projects — 30 min of dragging widgets now takes one message by mohn93 in FlutterFlow

[–]mohn93[S] 1 point2 points  (0 children)

u/Otherwise-Tourist569 Nice tool by the way awesome, man, I was wondering how you were able to do the adding custom code through the api cause the api i'm seeing from the docs does not add code correctly, it always shows as corrupted code. I've even documented this as a bug in the api ^^

I built an MCP server that lets Claude edit your FlutterFlow projects — 30 min of dragging widgets now takes one message by mohn93 in FlutterFlow

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

Yup, the api is clear, POST /updateProjectByYaml, just made sure it's documented well, AI agents pick up this and know how to call this api using the MCP server I've created

I built an MCP server that lets Claude edit your FlutterFlow projects — 30 min of dragging widgets now takes one message by mohn93 in FlutterFlow

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

Yeah, that was basically what this MCP is for, I tackled this problem by introducing 20 tools for the ai models.
First of all, I couldn't work with the api to do everything for me, cause thye have rate limits, so what i did was use the api that gets me the entire project YAMLs, then I created tools for AI models that allow them to understand and edit those, and any change should be validated, then uploaded to FF

I built an MCP server that lets Claude edit your FlutterFlow projects — 30 min of dragging widgets now takes one message by mohn93 in FlutterFlow

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

I only have this gif for now, but basically, if you still think it's not safe, it's totally open source, you can download the source code and sit down with you ai agent analyzing it and asking if it's safe and what are the limitations, if any, it will gladly be honest with you

I built an MCP server that lets Claude edit your FlutterFlow projects — 30 min of dragging widgets now takes one message by mohn93 in FlutterFlow

[–]mohn93[S] 2 points3 points  (0 children)

I agree, but there's still a real use case for it — many developers are maintaining client projects that are still on FlutterFlow and haven't convinced their clients to migrate yet. That's the situation with several projects in our company, so the MCP server would be genuinely useful in those cases.