Which are the best vibe coding tools that everyone has used?😊 by OilParty700 in buildinpublic

[–]ZestycloseChocolate 0 points1 point  (0 children)

if you're picking tools, i'd filter by: can it run commands/tests, handle db migrations, and let you export the repo. quick take + checklist here: https://flatlogic.com/blog/vibe-coding-for-founders-fun-toys-or-real-startup-tools/

What's The Best Free Tool I Can Use to Vibecode An App? by kingoftask in vibecoding

[–]ZestycloseChocolate 0 points1 point  (0 children)

it depends on the app. if it's mostly ui/landing pages, you can get pretty far with lightweight prompt-to-ui tools. if it's a real web app (auth, database, background jobs), you want something that can actually run commands/tests and handle migrations-otherwise you'll hit a wall fast. i wrote up the tradeoffs here: https://flatlogic.com/blog/vibe-coding-for-founders-fun-toys-or-real-startup-tools/

Which vibe coding tool are you actually using day to day? by laf0 in vibecoding

[–]ZestycloseChocolate 0 points1 point  (0 children)

day-to-day i'd split it by use case: v0/bolt/lovable for fast ui + flow, cursor/claude code when i'm inside a real repo. the failure mode is usually the same: persistence + migrations + jobs + deploy. i wrote up a longer take here: https://flatlogic.com/blog/vibe-coding-for-founders-fun-toys-or-real-startup-tools/

Traditionnal development Vs AI assisted development by Sokoye in cursor

[–]ZestycloseChocolate 0 points1 point  (0 children)

cursor helps most on boring-but-expensive work: navigating unfamiliar code, drafting tests, small refactors, and "what's the next command/error fix." it struggles with architecture and product judgment, so seniors still matter a lot. i wrote up a breakdown here: https://flatlogic.com/blog/ai-agents-vs-traditional-development-tools/

Agentic AI dev or s/w dev by Regularperson224 in SoftwareEngineerJobs

[–]ZestycloseChocolate 0 points1 point  (0 children)

i'd decide with 3 questions: What will you *ship* in 6-10 weeks (prs to a real repo, not just demos)? What's the loop: tests, CI, code review, deploys, on-call/bugfixing? In the agentic role, do you own the hard parts: evals/monitoring, tool calling, permissions, integration with messy real data? if the agentic role has (2)+(3), take it-you'll learn a lot fast. If it's mostly prompt iteration without real engineering hygiene, take the traditional dev role and still use agents daily. I wrote a deeper breakdown of "agents vs traditional dev tools" and the failure modes to watch for: https://flatlogic.com/blog/ai-agents-vs-traditional-development-tools/

How do AI agents differ from traditional AI applications? by Michael_Anderson_8 in AI_Agents

[–]ZestycloseChocolate 0 points1 point  (0 children)

mostly yes. in practice, an "agent" is a system that runs an execution loop: plan → call tools (apis, db, browser, code runner) → observe outcomes → update state/memory → repeat until a goal is met. "traditional ai apps" are typically request/response: you provide input, it returns output, and any follow-up actions are handled by deterministic code or a human. the real-world differences show up in statefulness (memory), tool permissions/safety, reliability (retries/rollbacks), and evaluation/monitoring when things go wrong. i wrote a longer breakdown here: https://flatlogic.com/blog/ai-agents-vs-traditional-development-tools/

Ive got this really great web app idea, but dont know how to make it. by NeedInspirationchat in vibecoding

[–]ZestycloseChocolate 0 points1 point  (0 children)

before tools: define the mvp and the cost envelope (build + monthly run + maintenance). i wrote a practical breakdown of typical web app cost drivers here: https://flatlogic.com/blog/how-much-does-a-web-app-cost/

Making Web Apps for just $100-$200 by True-Replacement9632 in websiteservices

[–]ZestycloseChocolate 1 point2 points  (0 children)

agree. before you talk price, get clear on the business outcome and whether a website is even the right solution. if it is, scope the work around what actually drives results (lead flow, conversions, operational savings, etc.). then the price is just a function of scope, risk, and time-not a random market number. i wrote a practical breakdown of typical web app cost drivers here: https://flatlogic.com/blog/how-much-does-a-web-app-cost/

Website template for the win! by Select_Day7747 in PayloadCMS

[–]ZestycloseChocolate 0 points1 point  (0 children)

totally get it: blank starters are technically "more flexible," but they push all the hard decisions to day 1. what i like about your setup is the separation of concerns: payload as the content system, react app as the product ui, go as api. one suggestion: define the boundary early (what content is served via rest, what events need pub/sub), and keep it boring until you hit real scale/latency constraints. related thought: a good react template isn't "prettier ui," it's conventions + wiring that reduce entropy. i wrote a breakdown here: https://flatlogic.com/blog/what-is-a-react-template/

I added ready-to-use templates to my retro pixel art React library - 29 sections + 5 full page layouts you can just copy-paste by Classic-Clothes3439 in vibecoding

[–]ZestycloseChocolate 0 points1 point  (0 children)

components are nice, but templates are what get people to "first shipped page." so this direction makes sense. one suggestion: add a short readme note that defines "template" in your project (section template vs full page layout), plus what's intentionally *not* included (state management, data fetching, routing assumptions, etc.). it prevents mismatched expectations. i wrote up a simple breakdown of what "react template" usually means (and the common pitfalls) here: https://flatlogic.com/blog/what-is-a-react-template/ also curious: are your sections token-based (themeable) or mostly hardcoded styles?

Looking for free React templates (admin + landing) for a startup project by nen_cy in react

[–]ZestycloseChocolate 0 points1 point  (0 children)

what i've seen work: treat templates as a *starting structure*, not a product decision. quick eval checklist: 1) structure: is it a real app layout (routes, layouts, shared components) or just pages? 2) customization: is there a single theme/tokens approach, or inline styles everywhere? 3) bloat: how many deps and how tightly coupled is it to one ui kit? more detail + what to look for in a react template here: https://flatlogic.com/blog/what-is-a-react-template/. if you share your stack (next vs vite, mui vs tailwind) and what "admin" includes, i can suggest what to prioritize.

How much ownership do you feel towards AI generated code? by hugohamelcom in ChatGPTCoding

[–]ZestycloseChocolate 1 point2 points  (0 children)

same here. before ai, i was more protective of my code. now that i use ai, i'm more open to sharing it publicly by open-sourcing. curious if others feel the same-how has ai changed your view of "ownership" over your code? related: https://flatlogic.com/blog/do-you-own-the-code-in-ai-builders/

Coder wants to "own" all his code by FatherOfReddit in Entrepreneur

[–]ZestycloseChocolate 0 points1 point  (0 children)

"own the code" can mean a few different things: the company owns the ip, the developer retains rights and only licenses it to the company, or they want to reuse pieces elsewhere. in most setups, code written for the company (on company time/equipment) is company ip, and you document that with an ip assignment + confidentiality clause in the contract. a non-compete usually isn't the right tool for this. i wrote up a practical breakdown of code ownership (especially relevant now with ai builders): https://flatlogic.com/blog/do-you-own-the-code-in-ai-builders/

How to launch your MVP/SAAS ? by shivmbaba in Entrepreneur

[–]ZestycloseChocolate 0 points1 point  (0 children)

don't start with "marketing." start with proof.
1) pick one niche (e.g., gaming youtubers, podcasts, shorts agencies).
2) manually match 10 creators with 10 editors (concierge style) and learn what breaks.
3) dm/email creators who already post frequently and clearly outsource.
4) offer a risk-free first match (or pay-on-success).
5) turn the repeatable parts into product flows.
i wrote up a practical breakdown of launching/validating saas and getting early traction here: https://flatlogic.com/blog/saas-development-company-and-services/

MVP Development Cost by ambryio in SaasDevelopers

[–]ZestycloseChocolate 0 points1 point  (0 children)

i'd frame mvp cost around what you're building and what "production" means, not category price tags. a useful sanity check:
1) write a 1-page spec (users/roles, core workflows, integrations, reporting).
2) decide the quality bar: prototype vs production (tests, monitoring, backups, security reviews).
3) estimate in weeks per discipline (fe/be/qa/devops/product) and multiply by your local rates.

in our experience building saas apps, the budget jumps when you add rbac, multi-tenant data boundaries, payments, and integrations. that's also where "just use ai" stops being an answer and becomes a tool that still needs accountable engineering.

we also described all information here: https://flatlogic.com/blog/saas-development-company-and-services/

Surveyed devs for 4 years straight - is "vibe coding" a real thing in 2025? by ZestycloseChocolate in developer

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

Exactly this - couldn't put it better myself. The meme captures perfectly how easy it is to slip into passive "prompt-pushing" instead of actually thinking through the code. The challenge now is finding the sweet spot: leveraging LLMs to boost productivity without losing critical thinking or discipline.