r/VibeCodeDevs

I just launched an AI Journal - Quiet Lines.
▲ 13 r/VibeCodeDevs+8 crossposts

I just launched an AI Journal - Quiet Lines.

After months of learning Flutter in my spare time, I finally launched my first Android app.
It’s called **Quiet Lines**, an AI-powered journaling app designed to help people reflect on their thoughts, emotions, and daily experiences.
I started this project because I’ve always been interested in mental wellness and self-reflection. What began as a small side project slowly grew into a real product that is now live on Google Play.
Some things I learned along the way:
• Building the app was easier than finding the courage to publish it.
• App Store and Play Store requirements took longer than expected.
• Marketing is much harder than development.
• Getting the first real users feels more exciting than writing new features.
Right now, my focus is learning how to get those first 100 users and understanding what people actually find valuable.
For those who have launched apps or SaaS products:
How did you get your first users?
What marketing channels worked best?
What would you do differently if you were starting today?

Google Play:
https://play.google.com/store/apps/details?id=com.calmjournal.calm\\\_journal\\\_template

I’d love any feedback, advice, or suggestions from the community.

u/Dependent-Gur-1780 — 8 hours ago
▲ 10 r/VibeCodeDevs+5 crossposts

Web app for digital art sellers

I recently built a tool to streamline the getting your art print ready process. I know there are multiple out there already, but none seemed to tick  the boxes for my needs.

My initial thoughts were to keep it as streamlined as possible, but now I feel I can add some extra features without making it too cluttered as efficiency was always top of mind.

Here it is: www.upratio.art

I’d love some feedback, so if anyone was open to testing it out and providing some, I’ll give you unlimited free access in return.

Much love
Upratio.art

u/Joziya — 6 hours ago

don't fall for the "you need a complete rebuild" pitch

I've been giving free consult calls to vibe coders the last week and several have mentioned the worry that their code is "AI slop" and that before they can go live, they need to hire someone to do a complete re-write.

As a professional software engineer who's very familiar with AI generated code patterns, I can tell you the need for a complete rewrite is pretty rare. If someone is pitching you their service to completely rewrite your vibe-coded product, chances are they are playing on your fear to make some money.

What I recommend to people preparing to launching their product is to get an expert they trust to conduct a first pass, high-level review. They should be able to come back with a actionable report that lists

a) the most glaring improvements or refactors that need to be made to address basic security and reliability

b) basic recommendations to clean up the code base to make it more maintainable as the project progresses

c) the key hotspots that might need deeper analysis or attention

Most of all, this report should provide descriptions that are specific and clear enough that you can copy those into your AI coding tool of choice and have it action them.

Most AI coding agents these days can write excellent, secure code. They can fix almost all common code quality problems. They just need the right steering.

Find someone with the expertise to give you that steering and you can easily pass that to your AI coding agent and have it do the work. In most cases, you really shouldn't need to pay a profession to do the work for you, if someone has given you the specifics you need to steer the AI--anyone you hire is going to be using AI to do the work anyway.

reddit.com
u/bjgrosse — 5 hours ago
▲ 6 r/VibeCodeDevs+1 crossposts

I vibe-coded a phone detox app because I kept wasting time on my phone

I built KansoGate: a simple app where you start a phone-free session and earn coins for completing it.

I used AI to speed up the building process and FlutterFlow to design and style the app. It is still early, but the core idea works: make staying off your phone feel like a challenge instead of a punishment.

Would love honest feedback:

  • Does the coin/reward idea make sense?
  • Would you call this a focus app, phone detox app, or anti-scrolling app?
  • What would make you actually keep using something like this?

I’m the developer, so feel free to be brutally honest.

https://play.google.com/store/apps/details?id=com.mycompany.zunset&pcampaignid=web_share

u/Silver_Spinach2357 — 4 hours ago

I made a more complete coding harness then most

I've been building ACE: you point it at a goal and it plans, writes, tests, reviews itself three ways, and opens PRs — mostly hands-off. It's early (v0.0.1-alpha) and I'd genuinely love blunt feedback.

🔗 github.com/buagi/ace (demo at the top)

What it does, plainly: You describe the project once — stack, containerized or not, who the users are, how it deploys — then run ace autorun. A 9-agent crew takes over: an orchestrator plans the work; an implementer writes it; a test engineer adds tests; and reviewers check logic, UX, and standards before anything merges. CI/CD is baked in; it can deploy to a VPS over SSH. You pick auto-merge or approve-each-merge.

What's actually different:

  • Works on several features at once (ace swarm) — each in its own git worktree. It uses code-graph tools (GitNexus/Serena) to understand each change's impact, so it knows what's safe to parallelize and resolves the predictable conflicts itself.
  • Cheap + self-hosted. The 8 worker agents run on DeepSeek V4; only the overseer uses a stronger model (Claude/GPT — or DeepSeek too for zero subscription). Installs user-local, no root — built and daily-driven on Fedora Silverblue.
  • Grounded, not vibes: cross-checks structure via GitNexus/Serena and live library/version docs via Context7, so it hallucinates less.

Try it in 2 min, $0: ace loop dash --demo replays the whole loop — no keys, nothing installed. MIT licensed.

It's rough in places and I know it's early — I'd love feedback on: is the setup too heavy? does the parallel-swarm idea actually make sense to you?

It's fully MIT licence

reddit.com
u/blazoxian — 4 hours ago

my gaming portal has had over 200 visits in the last day alone. If you have a good idea and you can get some confirmation from your target audience then keep going. It gets hard but remember the goal

slagdock.com

a home for free online browser based games, No account needed to play (unless that game has account settings for persistency purposes to save your progress) Access some new indie developer games by other vibe coders and hard core coders.

always accepting more games

u/Unfair-Frosting-4934 — 6 hours ago
▲ 1 r/VibeCodeDevs+1 crossposts

YC funding has given me hope

I just came across a YC-funded self-healing software startup, and it genuinely gave me hope.

For the past few months I've been building something in a similar direction called Tero.

The biggest bottleneck in software today isn't shipping an MVP anymore. AI has made building products faster than ever. The real challenge begins after deployment, when users start dropping off and founders are left trying to understand what broke, what needs fixing, and what should be prioritized next.

Tero isn't just another LLM wrapper. It acts as an evolution layer for post-MVP software by analyzing user behavior and analytics, identifying friction points, generating multiple fix variants, simulating how different user archetypes react to those changes, selecting the best-performing option, and opening a pull request ready for review.

Seeing companies in this space getting funded feels like validation that this problem is real and worth solving.

reddit.com
u/_killam — 14 hours ago
▲ 8 r/VibeCodeDevs+5 crossposts

eval-harness - agent harness evaluation framework

Hello folks,

I wanted to build out my own personal list of evaluations, early on into putting this together I realised I wanted a way to not just evaluate the model but also the agentic harness that the model is running within, as I find the majority of my use of LLMs is more and more inside of a suite of CLI agentic harnesses.

I've listed in the video a multitutde of motivations for why I built this, but the primary ones were all the hype announcements and wanting a way to see for myself what models and their capabilities were like in the actual tools I use.

A paper by Google over on Kaggle recently went as far as to state that which LLM being used inside of an agentic harness perhaps only contributes 10% towards how effecitve that harness will be for a given task. I am not sure I agree with the figure, but I do agree with the sentiment.

One question I keep asking myself is when do I need to switch from my qwen3.6-27b that I am running locally on my twin 3090 setup, to a cloud model. At the moment I am making this decision on vibes/gut feel, and I think that might be okay for when I am working closely with the model but I am using these cli tools headlessly in quite a few workflows now and not just personally but professionally, so I want to make sure I am picking the right combo for the task.

The repo can be found here: https://github.com/ScottRBK/eval-harness, there is an explanation of the architecture. I have added example evaluations as I built it out to help me think about the different patterns I have utilise for evaluations.

The evaluations are quite easy as they are about resources contained within the model weights. The idea behind it is though I (and anyone else whom might want to fork the repo and curate their own) will build out a private list of evals that are held away from public that people can use to evaluate existing and new models and harnesses as they are released.

I also spent a good bit of time seeing how well cli agents themselves are able to build evaluations and have put together a list of skills that they can use alongside the tool. They do an okay job, but you need to really step through the logic of whatever they produce, they often produce quite brittle evaluations, so try getting them to stick to the example patterns already provided helps quite a bit.

An ideal position for me will be having the ability to ask the agent to generate an evaluation using the skills having just finished a session where I found a particular agent was struggling to complete a task. Theres often been a time where I've come across a problem that the agent has struggled to resolve and I've wished at that point I could make an evaluation out of it, but you are often in the middle of something and it ends up just as another item on my ever growing TODO: list.

This is my first time building an actual evaluation suite or framework of this kind for that matter. I have previously used existing frameworks, such as deepeval, so I was not toally unfamiliar with the topic but as with the other motivations already listed I built this as a learning exercise as well as to get a tool out of it.

If it is useful for you please get in touch and let me know, any feedback as well is also appreciated, as this is my first go and this kind of framework - i expect there is a lot that can be improved and I have potentially got wrong.

Enjoy the rest of your sunday folks.

youtube.com
u/Maasu — 12 hours ago
▲ 13 r/VibeCodeDevs+11 crossposts

A free productivity and creativity platform with free introductory levels that includes a free chrome extension and free app store apps? You betcha!

I spent the last 20 months over caffeinating and vibe coding to prove the humble sticky note is the perfect mental Legos....

Think of TaskLoco as Legoland for your mind 🧠

All lite versions 100% Free forever

Amazing 👏 premium plans for those few who need more, more, more

taskloco.com
u/Early_Key_823 — 1 day ago
▲ 276 r/VibeCodeDevs+5 crossposts

After 3 Months of GRINDING... I hit 7k in revenue!

Still a bit stunned typing this. Three months ago I was refreshing Stripe hoping for one sale. Now there's a small but growing group of people paying every month to keep their apps from leaking.

CheckVibe is a security scanner for vibecoded apps shipped fast with AI tools. You paste a URL or hook up a GitHub repo and it surfaces what's leaking: secrets in the frontend, open database rules, missing headers. Two of us, fully bootstrapped, no funding. Three months in and we've done about $7k in gross volume, 200+ all time paying customers, 5k signups. Public Stripe link in case anyone's seen too many fake numbers: https://profile.stripe.com/checkvibedev/ZumatA0Y

A few things that actually worked:

TikTok slideshows have carried us. Aesthetic Pinterest-style backgrounds with tool names overlaid, five slides, no branding on the account. One hit a million views and is still quietly sending signups weeks later. 15 minutes to make. As a 2-person team that can't afford to spend hours on content every day, this format is unreasonably good.

Cold outreach worked, but only the version where I scanned the prospect's app first and DMed them what I found. Generic pitches got ignored. Useful findings got replies almost every time.

Paywall design was a 3x lever. The first version blurred all results, which felt clever and barely converted. Switched to one that just shows the count of critical issues with the actual findings locked. Conversion tripled. Curiosity beats obfuscation.

What nearly killed me was mobile activation tanking compared to desktop and not catching it for weeks. Onboarding had too many steps on small screens. Cut two and the gap basically closed overnight.

If you've shipped something with AI tools and haven't really checked what's exposed, checkvibe.dev runs in 30 seconds. Scan for free, only pay if you have issues. Almost every app I've scanned came back with something.

u/funfunfunzig — 1 day ago
▲ 542 r/VibeCodeDevs+10 crossposts

flow: a network monitor for your terminal that actually looks like it belongs in 2026

I got tired of network monitors that look like they were designed for a BBS, so I built flow. It's a real time bandwidth monitor with Braille grid waveforms, spring smoothed numbers, and glowing borders that react to traffic load.

What it does

It shows live download and upload throughput with units that auto scale from B/s up to GB/s. The waveform is a high res Braille grid scrolling at 30fps, and the borders glow brighter as traffic picks up, going from a dark idle state to bright cyan and emerald under load. Numbers are spring interpolated so they glide instead of jumping around. It tracks session peaks, flashing white when you hit a new record, and keeps a running daily total.

There are three views that adapt to your terminal width. Hero is the full dashboard. Compact strips it down to numbers only. Tiny is a single line built for tmux status bars.

Philosophy

If a feature doesn't help you understand your network in under a second, it doesn't make the cut. No CPU panels, no packet counters, no multi pane clutter. Just download and upload throughput, done well.

Usage

flow                        # hero view, auto interface
flow --compact              # numbers only
flow --tiny                 # tmux status bar
flow --json                 # one-shot JSON for scripts
flow --once                 # one-shot plain text

tmux integration

set -g status-right "#(flow --tiny --no-color)"
set -g status-interval 1

Install

go install github.com/programmersd21/flow/cmd/flow@latest

or AUR:

yay -S flow-network-monitor-bin

or homebrew:

brew install programmersd21/flow/flow

Pre-built binaries for Linux, macOS, and Windows (amd64/arm64) are on the releases page.

It works with zero config out of the box. If you want to tweak the refresh rate, history length, or units, there's an optional TOML config at ~/.config/flow/config.toml.

Platform support

It runs on Linux (/proc/net/dev), macOS (sysctl), and Windows (GetIfTable2, no admin needed). Idle CPU stays under 1%.

Links

Source and demo: https://github.com/programmersd21/flow


Would love feedback, especially on the tiny/tmux mode. Curious if the info density is right for people running it in a status bar all day.

u/Klutzy_Bird_7802 — 1 day ago

Getting Started

Hello friends,

Longtime lurker.. and have been dabbling a little bit in making WoW addons using GPT and Codex.. but I really want to get into vibe coding proper.

Are there any guides or overviews of how to get started and stuff? I’ve tried to just utilize what I know a bit but I hit limits in like 20 minutes.

reddit.com
u/joshxor — 16 hours ago
▲ 49 r/VibeCodeDevs+7 crossposts

New nullPlayer release 0.27.0 -- New compact window, improvements and bugfixes - get it for macOS on github or homebrew

https://github.com/ad-repo/nullplayer/releases/tag/0.27.0

# one-time configuration 
brew tap ad-repo/nullplayer 

brew install --cask ad-repo/nullplayer/nullplayer 

or if already installed manually
brew install --cask --force ad-repo/nullplayer/nullplayer 

To upgrade to a new release: 
brew update 
brew upgrade --cask ad-repo/nullplayer/nullplayer

New Features

  • Compact Window adds a free-floating mini player — the Windows menu and main-window context menu now include Compact Window, which uses the same compact Library Browser mini-player as Compact Mode but keeps NullPlayer as a regular Dock/menu-bar app. It hides only the main window, leaves Playlist/EQ/Spectrum/Library/visualization windows where they are, uses normal window level unless Always on Top is enabled, can be dragged from both the player bar and browser area, remembers its frame, and restores across launches.
  • Balance control added to Playback menu — the Playback options now include a Balance submenu with a slider and common left/center/right presets, giving modern UI and menu-only workflows access to stereo balance without adding more controls to the player face.

Improvements

  • Modern and Metal UI now use a modern system font — the retro low-fi bitmap font (Departure Mono) has been replaced throughout the Modern and Metal windows — Library tabs and headers, the main window, playlist, EQ, and spectrum — with the crisp macOS system font. Time and track digits stay monospaced so they don't jitter. Skins that ship their own custom font still render it as before.
  • License and branding terms clarified — the project license notice and README now state GPL-3.0-only distribution terms and clarify that modified distributions must not reuse the NullPlayer name, icon, logo, bundle identity, or other branding without permission.
  • Compact Mode player bar reads like the main window — in Modern and Metal, the Compact Mode display now splits into two distinct LCD "windows" with a padded gap: a single elapsed/remaining time counter on the left and the scrolling track title on the right (previously the title sat left with a cramped "elapsed / total" reading pinned to the right). The counter matches the title's size and weight, and the transport buttons are slightly larger.
  • Larger Library tab and control fonts — the Library Browser's tab labels and control text render at a slightly larger size in non-compact mode for better legibility. Compact Mode is unchanged.

Changes

  • Window shade mode removed — double-clicking a window's title bar no longer collapses it to a title-bar-only strip ("windowshade"). This legacy Winamp feature was the source of recurring layout glitches when combined with Large UI, Compact Mode, and live UI-mode switching; removing it makes window sizing and position memory behave consistently across every window in Classic, Modern, and Metal.
  • Library source menu lists only sources — the Library Browser's source picker no longer injects local-library settings ("Manage Folders…" and the "Clear Local Library" submenu) when the local source is active. Those are settings, not sources, and already live in the Library menu-bar item, so the source menu now lists sources only.

Bug Fixes

  • Metal skin transport icons are now fully filled — the previous/next (and eject) icons in the Metal finishes no longer show a stray light vertical line: the icon bars now draw in the same transport-button color as the rest of the glyph instead of the skin's light primary color.
  • Plex Artists no longer show duplicate same-name rows — the Library Browser now groups Plex artist records with the same display name into one visible artist row in both classic and modern UI. Expanding, playing, or queueing that row still fans out across every underlying Plex ratingKey, so albums and tracks attached to duplicate server-side artist records remain accessible instead of being hidden.
  • Compact Mode art ratings fit the small UI — the modern Library Browser's art-view rating stars now shrink in Compact Mode, preventing them from crowding or overlapping the source/library picker row.
  • Compact Window no longer reopens the main window after Space switches — returning from another desktop or fullscreen app now focuses the floating compact mini-player instead of treating the hidden main window as something to restore, so Compact Window stays a one-window main-player replacement until you exit it.
  • Library window remembers where you put it — after unlocking the connected windows and moving the Library/browser window, it now reopens at the exact position and size you left it — across closing and reopening it (via the menu or the red close button) and across full app restarts, even when it was closed at quit. First-ever opens still dock to the right of the window stack, and the position survives Compact Mode. Playlist, EQ, and Spectrum still intentionally snap back into the column below the main window.
  • Classic Large UI toggles instantly — no restart — turning Large UI on or off in the classic skin now resizes the windows in place, matching the modern UI, instead of asking you to relaunch. The player, EQ, playlist, and other windows redraw crisply at the new size (no leftover "ghost" of the old size), and switching between Classic, Modern, and Metal while Large UI is on no longer distorts the new look.
  • ProjectM visualizer recovers from a preset that crashes mid-playback — a rare bug inside the MilkDrop preset engine could crash the app while a preset was on screen — including minutes into a track, not just when the preset first appeared. The crash-guard now watches a preset for its entire time on screen (previously only its first frame), so the offending preset is automatically skipped on the next launch and the crash never recurs. Normal quits never flag a good preset.
  • Metal playlist and Library highlights are now clearly visible — in Metal skins, the playlist's now-playing track and the Library Browser's selected/expanded row were indicated by text color alone, which several metal finishes render nearly identical to normal rows, so the active row was easy to miss. Both now draw a translucent green backlit-LCD highlight bar (matching the hi-fi display panels) as the cue. The metal playlist's row text is also unified at the Library window's brightness — previously it was dimmer — and the current track no longer recolors to the accent tone that clashed with the new highlight.

Hello needed some guidance

​

I am new to Vibe coding, I know basic Coding with Chat gpt and Co-pilot.

Can anyone just give me little guidance what is like best tools to use for free at the moment?

Currently it is only for college purpose for making a app for a presentation. Can you please help

And sorry if this is not a guidance sub. I don't know much here

reddit.com
u/No-Mammoth-4428 — 1 day ago
▲ 14 r/VibeCodeDevs+9 crossposts

Introducing LeakScope: A Security Scanner for Supabase Applications

Introducing LeakScope, again.

we've been updating it : )

LeakScope is a security scanner built for Supabase applications. Paste your app's public URL, and it checks what an attacker can learn from the outside—from exposed keys and public data access to weak RLS, leaked credentials, and insecure frontend configuration.

We've introduced two scanning modes:

Light Scan — Paste a public app URL to instantly check for exposed keys, public data exposure, leaked credentials, weak RLS, and risky frontend configuration. No account required.

Deep Scan — Authenticate to validate Row Level Security, test BOLA/IDOR, analyze JWT security, and generate detailed reports for real security validation.

Whether you're a solo founder, indie hacker, or vibe coder shipping MVPs at 2 AM, LeakScope gives you a fast way to see what your app is exposing before everyone else does.

1,936 websites scanned.
13,679 security findings identified.

Try it out at leakscope[.]tech

u/StylePristine4057 — 1 day ago
▲ 218 r/VibeCodeDevs+5 crossposts

Barely any tokens used. One prompt turned a data file to a functional options trading dashboard.

Hello everyone,

Wanted to share LyteNyte Grid, which IMO has some incredibly innovative capabilities when turbocharged with AI.

Building data grids for dashboards, admin panels, internal interfaces, etc. takes a really long time and can be tedious. All this takes away from the time you would much rather spend on your app.

The financial options dashboard above was made with Claude Code using LyteNyte Grid Skills.

The prompt:

Create an options trading dashboard using LyteNyte Grid. data.ts contains options contracts – ticker, type, strike, expiry, IV, and full Greeks.

Enable row grouping by ticker and type, sorting across all columns, and master-detail rows that show the full Greek breakdown when expanded. Use Vite + Shadcn. Dark mode by default.

That was it, one prompt. You can expand it, group it, sort it, filter it. It is also fully accessible.

The reason it works so well is that the grid is declarative and type-safe. AI can verify the result without running the code.

Tokens burned were minimal. Since all the AI had to do was declaratively configure LyteNyte Grid and run tsc to check for errors, there were none.

Other grids are imperative, with heavy abstractions and wrapping layers, making them unreliable for coding agents. If they work, it's usually after 20 prompts, using enough tokens that you might as well just wire it up yourself… or reach your Claude limit.

We will continue work on this, but with LyteNyte Grid, you can now build any type of dashboard for a data-intensive workflow, in literally minutes.

Our API is not opinionated at all, making it really easy to integrate with your favorite UI / charts libraries

Install Skills: npx skills add 1771-Technologies/lytenyte

If you’re unfamiliar with LyteNyte Grid, it’s a 40kb React data grid with 150+ features. I would shamelessly plug its benefits. If you’re interested, they’re listed in the repo.

All our code is available on GitHub: https://github.com/1771-Technologies/lytenyte/commits/main/

I'd love to hear your feedback (maybe showcase your creations?). Feature suggestions and contributions are always welcome.

If you find it useful, please consider leaving a star ⭐ on GitHub to help us grow!

GitHub

Live Demo

u/Vis_et_Honor — 2 days ago
▲ 70 r/VibeCodeDevs+1 crossposts

i got tired of my vibe coded sites all looking the same (ai slop), so i built a tool that scrapes the real design tokens off any live website and gives you a design system to use (lmk if its helpful)

every time I built something w/ cursor or claude it came out looking like ai slop (fable 5 just kills credits, others just don't get the "it" feeling)

there's a bunch of really good design references for dashboard ui but I really like landing pages, so i made this tool for myself

if you put uiscanner.com/ in front of any public link, it pulls the site's real design tokens, color roles, type scale, spacing, radii, motion, and does a visual ai pass for a section-by-section breakdown that outputs a build prompt you can paste into your agent

(there's also an mcp/cli if you want to use directly, the webapp side is a library of all ur scans)

free to try, 5 scans a month if u want to try for yourself! (i added pricing so people don't wipe my ai usage lol)

lmk ur thoughts! feedback super appreciated

link: uiscanner.com

u/Wild_Quality_9022 — 2 days ago
▲ 18 r/VibeCodeDevs+5 crossposts

Mouseless app for Mac OS

Your mouse is slowing you down.

Every time your hand leaves the keyboard, you lose focus.

I switched to a keyboard-only workflow on macOS, and it's surprisingly addictive. The app is made using Swift, and it is created with the help of AI.

Try it yourself:

👉 https://github.com/bhavesh164/mouseless

You'll wonder why you ever reached for a mouse.

Note: This app is made with the help of LLM (AI)

u/bhaveshverma164 — 2 days ago

[Discussion] Is it possible to vibe code a custom Data Analytics platform (like Salesforce/Scoop Analytics) using local AI (Ollama)? What roadmap do you recommend?

Hey everyone,

I've been thinking about an ambitious project and want to approach it purely through "vibe coding". I want to build my own data analytics app—something that can ingest data, run queries, and visualize insights, similar to Scoop Analytics or Salesforce dashboards.

My twist: I want to use a local AI model via Ollama (for privacy and zero API costs) to act as the coding assistant that helps me build it, and potentially as the "brain" that translates natural language to SQL queries within the app.

Since vibe coding with local models is a bit different from using powerful cloud APIs (like Claude 3.5 Sonnet), I'd love some advice on the best route to take.

My initial thought process:

  • Using an AI-friendly IDE (like Cursor or Windsurf) connected to Ollama, or just managing the context manually.
  • Testing models like Qwen 2.5 Coder or Llama 3 for the coding assistance.
  • Using a Python/FastAPI backend for database connections and an ORM, with a React/Next.js frontend.

Questions for the community:

  1. Has anyone successfully vibe coded a full-stack data app using local models? How smooth was the experience compared to cloud LLMs?
  2. What tech stack plays nicest when you're letting a local AI write most of the code?
  3. Any tips for structuring prompts when dealing with complex database schemas?

Would love to hear your roadmaps, stack recommendations, or any pitfalls I should watch out for. Thanks!

reddit.com
u/Jamie-Lane2092 — 1 day ago