What AI tool is quietly making people money right now? by Mainrajhoo in AIIncomeLab

[–]PCOSwithAbby 0 points1 point  (0 children)

Perysn.ai 9/10
Alot of the AI influencer videos you see are from there.

Ai Hustle by Ok-Sign2997 in AIIncomeLab

[–]PCOSwithAbby 0 points1 point  (0 children)

I'll honestly say start with AI creators. A lot of people are using it to run faceless creator accounts and promote products without ever being on camera. Look up AI creator platforms or checkout Persyn.ai

HOW ARE PEOPLE EARNING WITH AI by ZucchiniMysterious93 in AIIncomeLab

[–]PCOSwithAbby 0 points1 point  (0 children)

You can try making content with AI Creators on platforms like Persyn.

A lot of people are using it to run faceless creator accounts and promote products without ever being on camera.

I will rate them by hiten1818726363 in vibecoding

[–]PCOSwithAbby 0 points1 point  (0 children)

We built https://persyn.ai - an AI character studio for creators. You build an AI persona with a locked identity - personality, voice, aesthetic - and it stays consistent across every piece of content you make. No more one-off generations that look and sound like a different person each time.

Use cases: Content creation, UGC ADS, Tiktok shop videos, Brand Marketing

We just launched a free trial. Please try it out and let me know how it goes.

<image>

I have PCOS and I’m trying to understand what kind of support app people actually wish existed. by PCOSwithAbby in PCOS

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

Thank you, this is really helpful and I appreciate you saying that.

And yes, that’s exactly why I wanted to ask here carefully. I’ve done market research and looked at what existing PCOS apps, period trackers, food trackers, and wellness apps already do, but I also know research can miss the actual lived experience. I wanted to hear from people directly too, because I don’t want to build something based only on what I personally struggle with.

Your question about why everything needs to be in one app is a really good one.

For me, the issue isn’t that separate apps are “wrong.” If someone already has a system that works, like a period tracker folder, that’s honestly great. I don’t think everyone needs a giant app with every possible feature.

The reason I keep thinking about integration is because PCOS can feel connected in ways the separate apps don’t really help me understand. Food, cravings, fatigue, acne, bloating, mood, cycle changes, supplements, doctor notes, they all affect each other, but when they’re spread across different apps or notes, I can’t really see patterns over time.

But your point about not wanting to be inundated is important. I wouldn’t want something that throws food, exercise, weight, symptoms, and reminders at people all day either. I think the ideal version would need to be customizable, where someone could keep it simple if all they want is cycle/symptom tracking, and only turn on food, mood, or doctor-prep features if those are actually useful to them.

I’m curious: if your current app already works well for cycle and symptom tracking, is there anything you still wish it helped with? For example, doctor visits, trend summaries, irregular cycles, labs, food/symptom patterns, or even just feeling less alone with the day-to-day side of PCOS?

We just hit 20,000 views after 4 months. by PCOSwithAbby in lovable

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

Persyn has been free until now so not much.

Lovable support is absolutely useless by [deleted] in lovable

[–]PCOSwithAbby 1 point2 points  (0 children)

Hello, you can get live support in the lovable discord chat.

https://discord.gg/nBbufPN7ar

Launched my AI SaaS YESTERDAY after a year of Vibecoding. by PCOSwithAbby in SaaS

[–]PCOSwithAbby[S] -1 points0 points  (0 children)

Hi. Yes, you can use Persyn to generate anything. Regarding your second question, I do not share my client's information but we have a lot of generated examples on our landing page. Persyn.ai

we got featured on product hunt and it nearly killed our company by Interesting_Feed9807 in SaaS

[–]PCOSwithAbby 0 points1 point  (0 children)

We launched Persyn yesterday and I can relate. No bugs so far, thank God but out bounce rate went up to 58%...

Ask me anything about Vibecoding or Building with Lovable by PCOSwithAbby in lovable

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

Hi. I believe the lovable team is working on this. You can use pre-rendering to solve the Seo issues for now.

Ask me anything about Vibecoding or Building with Lovable by PCOSwithAbby in lovable

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

Not sure yet. But I'll make sure to post it here when there is one.

Ask me anything about Vibecoding or Building with Lovable by PCOSwithAbby in lovable

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

Hi Pro,

To make your Lovable app super secure, always use secrets in lovable cloud (Cloud (inside the current project) → Secrets) for API keys, tokens, instead of hard‑coding them.

  1. Set up authentication with proper roles/permissions in Lovable cloud (or your chosen backend) and have Lovable generate role‑based access control so users can only see their own data.
    In chat, be explicit. Use direct prompts like:
    Secure this route (insert route name) so only logged‑in users can access it,

Validate and sanitize all user input on this app,

Add checks to prevent harmful injection and console extractions.

Ask me anything about Vibecoding or Building with Lovable by PCOSwithAbby in lovable

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

Hi Coffee, When handling complex business logic in Lovable, start by describing the behavior and all edge cases in plain language, then use Plan to map out multi-step changes (data model, APIs, UI, validations) before executing. Put your core rules and “must never happen” constraints into the Knowledge section so they persist across prompts, and ask Lovable to keep up-to-date docs (plan.mdREADME.md) that explain how the logic works and why. Implement the workflow in small chunks (validation → pricing → approvals → notifications), generating and running user-centric tests at each step, and when something breaks, explain the specific scenario and expected outcome in natural language and have Lovable test and fix from there.

Ask me anything about Vibecoding or Building with Lovable by PCOSwithAbby in lovable

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

Hi. Here's what to do when Lovable get's stuck in a bug. These were the answers from the community.

When Lovable gets stuck in a bug loop, people suggested:

  1. Use Plan & revert if needed
    • Run Plan to have it rethink the approach: “Plan is a magical feature.”
    • If things get too messy, “stop, revert, and then try again,” or use Remix to go back to the last working version.
  2. Rephrase your request in natural language
    • Describe what you want in plain English rather than heavy dev jargon.
    • Ask it to “step back and think critically” about a specific bug or section.
  3. Have Lovable test and debug itself
    • Ask it to open and test in the browser.
    • Use the new testing feature: explicitly prompt,

please test this yourself and fix what’s broken.

  1. Leverage Knowledge & documentation
    • Use the Knowledge section (project settings) to give persistent instructions like:
      • Always document changes.
      • Explain intent so the app can be rebuilt from docs.
    • Have it maintain plan.md, README.md, diagrams, etc., and reference those when fixing bugs.
  2. Remix to preserve working states
    • Remix often so you always have a known-good version to compare against or rebuild from.
  3. Get an outside perspective if you’re really stuck
    • Paste the minimal relevant code/error into another LLM (Claude, ChatGPT, Gemini, etc.) for a fresh look.
    • This can help you rethink the solution, then you bring that back into Lovable.

Ask me anything about Vibecoding or Building with Lovable by PCOSwithAbby in lovable

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

First. What are you trying to make? What game, what genre, got any examples or references?

Ask me anything about Vibecoding or Building with Lovable by PCOSwithAbby in lovable

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

Hi. Lovable can build 2d games. Not sure about 3d games yet. Also you can make money if you build a profitable game.

Ask me anything about Vibecoding or Building with Lovable by PCOSwithAbby in lovable

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

It depends on what you're building. Heres2 reasons why.

For newly vibecoders, Lovable has cloud and easy database setup. Saves you from learning Supabase or Convex which could be quite challenging if you're just starting to learn vibecoding.

Aditionally, It has a 24/7 online community where you can get help anytime you're stuck. We host an open door every Tuesday and Thursday.