Tag
#ai-workflow
Flutter to React Native Migration: The AI Tool Question
No converter exists; the method does: logic ported under tests, screens rebuilt natively against the running app, and channels re-bridged as Turbo Modules.
How to Update an Old React Native App Using AI
The agent is for the grind, not the judgment: incremental version-by-version upgrades, the Upgrade Helper diff as the map, and verify-after-each-step.
Ionic to React Native: The AI Prompt That Works
No converter exists, and the prompt is a sequence: logic first, screens rebuilt natively one at a time, plugins mapped, with a hard ban on literal translation.
Lovable iPhone Safe Area Fix: Read Insets, Not Constants
AI clips under the notch because it hardcodes padding. The fix is safe-area-context with explicit edges, and a new iPhone needs no special case.
Migrate from Expo Go to a Development Build with AI
A development build is your own Expo Go, not an exit from Expo: install expo-dev-client, audit native deps, stay managed, and the JS loop is unchanged.
React Native Bundle Size Optimization for AI Apps
AI apps bloat because agents add and never remove. Optimization is subtraction: measure with a visualizer, cut the heaviest libraries, lazy-load, right-size assets.
Background GPS Location Tracking on iOS: AI Boilerplate
AI can scaffold background location tracking, but permissions, battery, and App Review are the hard parts. Here is the prompt and the boilerplate that ships.
Best Prompts for a Landing Page with v0.app
Copy-ready v0.app prompts for an AI landing page: hero, features, pricing, FAQ, and CTA, one scoped section at a time in React, Tailwind, and shadcn/ui.
Best Prompts for a Workout App with a0.dev
Copy-ready a0.dev prompts for an AI workout app: workout list, exercise player, rest timer, AI generator, and progress, one React Native screen at a time.
Best Prompts for a Client Portal App with Draftbit
Copy-ready Draftbit prompts for a client portal mobile app: auth, client-scoped data, documents, and messaging, one React Native screen at a time.
Best Prompts for a Meditation App with Dreamflow
Copy-ready Dreamflow prompts for a Flutter meditation app: session list, breathing animation, audio player, and streaks, one calm screen at a time.
Best Prompts for an Internal Tool with Replit Agent
Copy-ready Replit Agent prompts for an internal business tool: schema and seed data, roles, data tables, dashboard, and CSV export, one pass at a time.
Best Prompts for a Language App with RapidNative
Copy-ready RapidNative prompts for a language learning app: lessons, swipe flashcards, spaced repetition, and a quiz, one React Native screen at a time.
Best Prompts for a React Native MVP with Cursor
Copy-ready Cursor prompts for a React Native MVP: scaffold, the one core loop, auth, polish, and ship prep, in disciplined passes you fully own.
Best Prompts for a SaaS Dashboard with Lovable
Copy-ready Lovable prompts for a SaaS dashboard: auth, Supabase schema with RLS, KPI views, a data table, and Stripe billing, one layer at a time.
Best Prompts for a Shopify Companion App in Bolt.new
Copy-ready Bolt.new prompts for a Shopify companion app: connect the Admin API, product list, orders, inventory write-back, and low-stock alerts.
Best Prompts for a Subscription Fitness App: ShipNative
Copy-ready prompts for a subscription fitness app with ShipNative: workout content, player, and a paywall gate on top of built-in auth and payments.
Browser-Based React Editor With AI and MCP
A browser-based React editor with AI and MCP combines a zero-setup runtime, code generation, and real context. Here is how the layers fit and how to wire them.
Cursor App Not Working? Fix the Common Errors
Cursor not working is usually a stale session, spent usage, a bad index, a network block, or an extension conflict. Triage the cause, then apply the fix.
Figma Dev Mode to Cursor MCP: The Setup
Connect Figma Dev Mode to Cursor over MCP so Cursor reads real design data and generates code from your selected frame. Here is the exact setup and workflow.
How to Create Animated React Components Easily
Animating React components is easy when you animate the right properties and lean on a library. Here is the simple path, the 60fps rule, and how to prompt AI for it.
iOS Skeleton Loaders in React Native (Not Spinner Loops)
Skeleton loaders feel faster than a spinner because they show the shape of what is coming. Here is how to build them in React Native and prompt AI to generate them.
Mapbox Navigation in React Native: UI and AI Prompts
AI can scaffold a Mapbox map UI, but Mapbox needs native config and tokens, and won't run in Expo Go. Here is the real setup and how to prompt for the map UI.
How to Fix React Native RTL Flexbox Layout (with AI)
RTL layouts break in React Native when you hard-code left and right. Use logical start and end props, let rows flip, and prompt AI for RTL-safe styles.
Fix Memory Leaks in AI-Generated SwiftUI Code
AI-generated SwiftUI leaks in predictable ways: strong self in closures, uncancelled Combine, live timers. Here is how to spot and fix each with Instruments.
WatermelonDB Offline Storage on iOS via Claude Prompts
WatermelonDB gives a React Native app a fast, offline-first local database. Here is how to structure the schema, models, and sync, and what to prompt Claude for.
Auto-Generate Test Cases for shadcn/ui with AI
Auto-generate test cases for shadcn/ui with AI: render, variants, interactions, and a11y. Prompt for role-based queries, generate RTL plus Playwright, then run both.
Best Prompts for an AI Chat App in Firebase Studio
Copy-ready prompts for building an AI chat app in Firebase Studio: scaffold, wire Gemini, stream, persist to Firestore, and add auth, one scoped prompt per stage.