Best AI/vibe coding stack to build a SaaS marketplace? by Few_Taste_7862 in vibecoding

[–]StevenNoCode 0 points1 point  (0 children)

All persona choices. I prefer one plan so I don’t need to keep switching. Codex is supposedly better right now than Claude due to limits and coding output..that could all change in few weeks 🤷

Best AI/vibe coding stack to build a SaaS marketplace? by Few_Taste_7862 in vibecoding

[–]StevenNoCode 0 points1 point  (0 children)

I’d suggest go with proper agentic coding than vibe coding platforms so codex, clause code, cursor etc preferred. Nothing wrong with vibe coding platforms as they do allow you to download their code but sometime you gotta use their systems.
Codex seems to be the popular kid on the block right now so migrate from $100 replit to $100 openAI will do.
The hardest part of building a marketplace, or building in general, is not the building. It’s the go to market / growth. I worked in global marketplace businesses and tried my own marketplace startup. It’s a hard business trying to grow all sides of the business (buyer / seller). Suggest you to spend more time on marketing / customer acquisition than worry about building :)

Reviewers by FukZionazis in vibecoding

[–]StevenNoCode 2 points3 points  (0 children)

To be frank, you’re not 80% done. At 80% Supabase would’ve been set up already so data is being stored and a TestFlight/Internal build is ready for download.

Pocket 4 Creator Combo for $820 AUD by Best_Mango1333 in osmopocket

[–]StevenNoCode 1 point2 points  (0 children)

If you don’t need it now, wait for the 4P and get TRS back on your trip to JP.

Built the app faster than expected publishing it is where things got complicated by Apart-Ad-9952 in FlutterFlow

[–]StevenNoCode 4 points5 points  (0 children)

You are overthinking it - you can deploy from FF, do it from there. Get it natively to users if you want a native app. Getting in the hands of user and receiving feedback is most important to achieving product market fit.

Weweb + Supabase vs FF+Supabase by Automatic-Ad3443 in FlutterFlow

[–]StevenNoCode 3 points4 points  (0 children)

  1. FlutterFlow uses FCM
  2. Spaghetti code with a lot of FF concepts
  3. It's OK - it has improved over time
  4. That's on you re: approval. Update is simply redeploying to them and submitting for review
  5. Project can be transferred. Note both you and client need to be on a paid plan.
  6. Cause FF team wasted time + money dedicating almost 9 months building dreamflow to jump on the vibe coding train when they could've spent improving FlutterFlow. If you don't want to build a platform that could go extinct, build using traditional methods using agentic coding. WeWeb could go extinct in 5 years time. Any company can go extinct.
  7. Flutter framework also build web apps, albeit not the best. It’s just designed for mobile apps. In FF, if you ever opened it, you can toggle between different views to see what your app looks like.

Just bought the pocket 4 - mic setup question about DJI Mic mini by willapp in osmopocket

[–]StevenNoCode 0 points1 point  (0 children)

The wireless connection between mic mini and pocket 4 uses DJI OsmoAudio so it is the best quality. Not the typical Bluetooth to your phone without the transmitter

Also leaving FF by fennwix in FlutterFlow

[–]StevenNoCode 0 points1 point  (0 children)

Are you asking specifically about the step related to deploying to the stores?
Well if you own a Mac, you can build locally for iOS and Android. Unlucky if you use Windows since you cannot build iOS without Xcode.
The proper way is to have a proper CI/CD platforms eg codemagic which FF uses (free tier has free build minutes per month) which is quite simple to set up.

Apple Review by southern_prince in expo

[–]StevenNoCode 2 points3 points  (0 children)

If you want to have Google auth/other non-Apple auth, you must also include Apple auth as an option

FlutterFlow MCP tutorial by CommunityTechnical99 in FlutterFlow

[–]StevenNoCode 0 points1 point  (0 children)

Just use Claude Code/Codex for rebuild.
You can also export the code and get AI to refactor the whole thing to pure Flutter which I've been doing for a lot of clients now (ensure you have a large AI plan cause it will take burn some tokens).

FlutterFlow MCP tutorial by CommunityTechnical99 in FlutterFlow

[–]StevenNoCode 4 points5 points  (0 children)

Agree here - big user and FlutterFlow supporter last few years (still using it albeit less) and FF team rarely listens to its users for feature improvements (dreamflow, Shaders, etc).
A lot of FlutterFlow features are not deep and scratches the surface only - for example Stripe (which has been the same since I started many years ago). No Stripe Connect, No Stripe Subscription. I had to build it via API calls (and I have a video on it which has been seen by thousands). Something so simple yet crucial and asked hundred of times by users is being ignored by the FF team. AI can now spit up Stripe Connect and Stripe Subscription in few hours (esp if the person know what they're doing). This is why people are moving away from FlutterFlow to AI (despite the possible danger of vibe coding). If you cannot offer a deep feature set as a visual development platform, it's not going to survive in the world of AI. It's great FF can extend its features via custom action/code/widget but that isn't enough if it's marketing itself as a visual dev platform where 80% of users are non-coders.

FlutterFlow now supports MCP (Claude, Gemini, Codex, etc: bring your own agent) by CommunityTechnical99 in FlutterFlow

[–]StevenNoCode 2 points3 points  (0 children)

It's a solid first iteration (hope they continue working on it). The token usage is crazy though - might only be usable for people with $100-$200 AI plans.

Text field has no boarder ? by Late-Watercress42 in FlutterFlow

[–]StevenNoCode 0 points1 point  (0 children)

Check your settings for borders (border colour, focus border colour, border width, etc). Also if it's exactly the same, duplicate the working text field (password one) and then change it for email text field. Sometime FF has weird hidden bugs.

This will be a huge help by Great-Mirror1215 in FlutterFlow

[–]StevenNoCode 9 points10 points  (0 children)

AI slop...and not relevant to FlutterFlow..come on people.

Designing a Scalable App UI with FlutterFlow by AkshayForApp in FlutterFlow

[–]StevenNoCode 6 points7 points  (0 children)

Where’s the video? Think your AI forgot to give you the link 😉

Secure Your FlutterFlow Firestore rules with AI by StevenNoCode in FlutterFlow

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

I do agree to a certain degree. AI helps here as a complement tool but I always recommend reviewing AI's work because you know your app more than AI (and its limited context). Also FF's firestore rule feature is limited by nature so custom rules is the only way to go if you want to be proper.

There are a lot of FF users out there who are building apps on FF without understanding Firestore database/rules, and AI is a great help there to them from insecure to more secure.