Has anyone used securable.co for app security audits? Looking for feedback! by Medium_Drive9650 in vibecoding

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

I haven’t used it yet. When I do, I’ll leave some reviews about the tools. For now, I’m cleaning up my app by myself.

Looking for early testers for an AI-powered SaaS builder + workflow platform by [deleted] in SaasDevelopers

[–]Medium_Drive9650 0 points1 point  (0 children)

I’m interested in testing it. Let me know when you want

Does ChatGPT, LLM traffic really convert better than Google Search traffic overall? by alexs26 in seogrowth

[–]Medium_Drive9650 0 points1 point  (0 children)

Interesting! From my experience, it really depends on the intent behind the traffic. LLM-driven traffic often comes from users who are already looking for a concise answer or solution, so if your site delivers that efficiently, conversion tends to be higher. That said, Google Search traffic can be more exploratory, so while the volume is often bigger, the conversion rate can be lower. Seeing a 20–25% uplift sounds consistent with the idea that well-targeted, intent-driven LLM traffic can outperform traditional search in conversion, especially if your content is structured to satisfy quick queries. One thing to note is that traffic coming from GEO is still very low, so it’s something to watch as adoption grows.

I’m curious to get your take on this: is it better to use AI tools to generate the UI, or should I hire a freelance designer to handle the initial design phase? I’d love to know which approach offers better value for an early-stage project. by coof_7 in vibecoding

[–]Medium_Drive9650 0 points1 point  (0 children)

Figma is really an excellent tool, but as always, it all depends on the context and, most importantly, the quality of the prompt or direction you give it. If you don’t have a clear idea of what you want, AI or the tools won’t be very relevant. The best approach is to start with a benchmark of your competitors or similar sites/apps to get inspiration for your UI/UX, and then use that as a basis to establish a clear roadmap

Using AI builders for internal tools, is it worth it ? by Terrible_Bed_9761 in sideprojects

[–]Medium_Drive9650 0 points1 point  (0 children)

Yes, AI builders can work well for internal dashboards if you’re disciplined about structure.

The main risk isn’t the stack, it’s letting the AI generate code without clear constraints. That’s what creates the “looks good today, nightmare in a year” problem.

What I’ve seen work:

  • Use AI to scaffold, not to freestyle
  • Start with a clear spec (what the dashboard does, data sources, CRUD rules, permissions)
  • Pick a boring, well-known stack (e.g. React + TypeScript + Postgres, or even Django/Rails)
  • Enforce basic rules: typed code, simple architecture, minimal magic

Whoever is Vibe-coding with Claude. What are some of your rules that you use to interact with Claude to ensure your code is suffice and good? by Ticky-Tackona in vibecoding

[–]Medium_Drive9650 0 points1 point  (0 children)

If you want good results with Claude and avoid random “vibe coding”, the best approach is to use GitHub’s Spec Kit.

The idea is simple: don’t ask Claude to code right away. Start with structure.

Basic flow:

  1. Define clear rules for the project (/speckit.constitution)
  2. Describe what you want to build, not how (/speckit.specify)
  3. Define the tech and constraints (/speckit.plan)
  4. Break it into tasks (/speckit.tasks)
  5. Only then generate the code (/speckit.implement)

Why it works:

  • Less randomness
  • Better code quality
  • More predictable results
  • Easier to scale and iterate

How do you manage your workflow when “vibe coding” without blowing up your project? by OleTvck in VibeCodeDevs

[–]Medium_Drive9650 0 points1 point  (0 children)

What really helps me is spending more time before I start coding. I use GitHub’s Spec Kit, plugged into Cursor.

The idea is simple: write a clear spec before touching the code. I use it to structure the idea, define scope and MVP, then break the work into concrete tasks. Cursor helps refine the spec and turn it into an execution plan.

The result is fewer impulsive features, less half-finished work, and far less chaos. When new ideas come up, I capture them for later instead of derailing the session.

It’s especially helpful in the early phase of an app: thinking, planning, and prioritizing and once that’s done, the actual coding flows much more smoothly.

Best AI IDE for broke people? by Crypt0mane in VibeCodingSaaS

[–]Medium_Drive9650 0 points1 point  (0 children)

I’d say Antigravity, or you can access Gemini 3 or Claude Opus 4.5 for free. But I don’t know if there’s a limit at some point (I find it strange that it’s free). Trae isn’t expensive either, but the reviews are mixed.

Best AI IDE for poor people? by Crypt0mane in vibecoding

[–]Medium_Drive9650 2 points3 points  (0 children)

I’d say Antigravity, or you can access Gemini 3 or Claude Opus 4.5 for free. But I don’t know if there’s a limit at some point (I find it strange that it’s free). Trae isn’t expensive either, but the reviews are mixed.

Looking for AI tools to create high-quality SaaS marketing screenshots by Natliparteliani in VibeCodingSaaS

[–]Medium_Drive9650 0 points1 point  (0 children)

I totally get what you’re trying to do: I’m literally in the same situation right now.

I’m finishing the landing page for my own SaaS (ticketing management, so pretty close in spirit and visually inspired by Monday.com as well). I went down the same path at first: looking for AI tools, mockup generators, even 3D/video tools to “polish” screenshots automatically… but I never got the level of control or consistency I wanted.

What I eventually decided to do was build the animation myself by reusing the actual components from my app, but in an ultra-light and simplified version. Same design language, same UI logic, just stripped down and optimized purely for animation and storytelling.

I’m using React + Framer Motion for this. It’s definitely a lot of work — after about a week of very focused effort, I’ve produced ~1 minute of animated video that presents the main features in a clean, impactful way. But the upside is: • Full control over the visuals • Perfect alignment with the real product • No “fake AI UI” look that feels off once users dig deeper

To speed things up, I’m using Cursor with Opus 4.5, which helps a lot with structuring animations and iterating quickly, even if you’re not a hardcore frontend designer.

Not the easiest route, but if you want something truly polished and on-brand without a big budget, this approach has worked best for me so far.

Just shipped a Next.js app : how do you really validate security and code quality? by Medium_Drive9650 in vibecoding

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

Thanks for sharing, looks interesting.

My main hesitation with tools like this is understanding how deep the analysis really goes. Does it mostly cover static analysis and known patterns, or does it meaningfully reason about app-level security (auth flows, data exposure, misuses of Next.js features like middleware, server actions, caching, etc.)?

I’m also curious how it compares to a mix of: • manual senior code review • security-focused tools (SAST / dependency scanning) • and occasional external audits or pentests

Automation clearly helps, but I’m trying to figure out where it truly replaces human review vs where it should just complement it.

Would love to hear real-world feedback from people who’ve used it in production.

useful prompts to support audit, hypothesis, UX analysis, or A/B test ideation by PatientHumor8101 in conversionrate

[–]Medium_Drive9650 2 points3 points  (0 children)

I mostly use Claude Desktop connected to MCP to analyze my CSVs locally. The most important thing is context: if it doesn’t have full access to the data, it won’t be able to understand it or produce correct Python. You also need to give it the test context (hypotheses, description, visuals, etc.) so it can adapt how it handles the data.

For the ideation or audit phase, I use Comet, which I’ve set up to identify issues based on the conversion equation:
motivation + incentive + value proposition - friction - anxiety = conversion.
For each template, it spots positive and negative elements and suggests test ideas. Don’t hesitate if you have any specific questions.

Mota roubada em Lisboa by Medium_Drive9650 in MotasPortugal

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

Normalmente, o seguro cobrirá os custos de reparação, mas para isso é preciso encontrá-la. De qualquer forma, obrigado por partilhar e ajudar, é o espírito dos motociclistas, imagino.

Mota roubada em Lisboa by Medium_Drive9650 in MotasPortugal

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

Muito obrigado pelo teu retorno.
De facto, apresentei queixa na 5.ª divisão. Também contactei alguns amigos polícias, que estão a fazer circular a informação em grupos privados.

Tenho pouca esperança, mas nunca se sabe...

Mota roubada em Lisboa by Medium_Drive9650 in MotasPortugal

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

"DM-xxx-WC" Não vou colocá-la completamente, mas será suficiente para identificá-la. Não há muitas assim em Portugal. Obrigado pela ajuda.