1 Gallery
2 Upload Photo
3 Design Prompt
4 Generate
5 Result
6 Share / Quote
1 Overview
1 Dashboard
Gallery — Empty State
9:41
Day Dream
Visualize Your
Dream Home
Snap a photo of any room, describe your vision, and watch AI bring it to life.
How it works
1. Take a Photo
Snap or upload a photo of the room you want to transform.
2. Describe Your Vision
Pick a style, choose the room type, and add your own custom details.
3. Generate Design
AI creates a stunning before & after visualization in seconds.
Inspiration
BeforeAfter
BeforeAfter
BeforeAfter

DayDreamFeedScreen — Empty state

useQuery(api.poster.designs.getFeed) returns empty array. Router push to design-studio on CTA press.

Gallery — Populated
9:41
Day Dream
Newest
Popular
Style
Room
Kitchen
Modern Kitchen Reno
2 days ago
Bathroom
Spa Bathroom
5 days ago
Living Room
Farmhouse Living
1 week ago
Bedroom
Coastal Bedroom
2 weeks ago
Exterior
Curb Appeal Upgrade
3 weeks ago
Kitchen
Rustic Kitchen
1 month ago

DayDreamFeedScreen — Populated masonry grid

useQuery(api.poster.designs.getFeed) with filter/sort state. useMutation(api.poster.designs.saveToCollection) for heart toggle.


Photo Upload
9:41
Upload Photo
Take Photo
Use your camera to capture the room
From Gallery
Choose an existing photo
Selected Photo
AI Detected: Kitchen
4032 x 3024
Crop
Rotate
Adjust
Ratio
Tips for Best Results
  • Good natural lighting
  • Clear, wide-angle shot
  • No people in the frame
  • Show walls and floor

PhotoUploadScreen

expo-image-picker for camera/gallery. Room type auto-detected via Gemini Flash. Crop via expo-image-manipulator.

Design Prompt
9:41
Design Vision
Your Kitchen
4032 x 3024 · Auto-detected
Room Type
Kitchen
Bathroom
Living Room
Bedroom
Exterior
Dining Room
Office
Design Style
Modern
Farmhouse
Industrial
Coastal
Mid-Century
Minimalist
Rustic
Bohemian
Scandinavian
Custom Details (optional)
0 / 500

DesignPromptScreen

STYLE_OPTIONS and ROOM_TYPES from designStudioService. useMutation(api.poster.designs.create) on generate.

Generating State
9:41
Generating...
Your Photo
Creating Your Vision
Farmhouse Kitchen · Est. 15–30 seconds
Analyzing room layout
Applying farmhouse style
Rendering details...
Final touches

GeneratingScreen

useQuery(api.poster.designs.getDesign) polls generation status. Gemini 3 Pro Image (Nano Banana Pro) model processes the request.


Before / After Result
9:41
Result
Before
After
AI Design Summary
Transformed your kitchen into a warm farmhouse style with white shaker cabinets, butcher block countertops, and brushed brass hardware. Open shelving replaces upper cabinets for an airy feel.
Farmhouse
Kitchen
White Cabinets
Butcher Block
Brass Hardware

DesignResultScreen — Before/After slider

useQuery(api.poster.designs.getDesign) returns imageUrl + beforeImageUrl. Interactive slider via PanResponder.

Daydream Detail
9:41
Design
Before
After
JD
Jane Doe
Created Feb 18, 2026
Prompt Used
"Farmhouse style kitchen with white shaker cabinets, butcher block countertops, brass hardware, and open shelving."
Farmhouse
Kitchen
Color Palette
#FEFCE8
#8B7355
#B08D57
#F5F5DC
#2D4A3E
12 people saved this design

DesignDetailScreen — Saved daydream viewer

useQuery(api.poster.designs.getDesign, { designId }). handleCreateJob() pushes to /(poster)/jobs/create with pre-filled params.

Share & Quote
9:41
Share & Quote
app.3bids.io/design/d_7k3m...
Copy
Share to
Turn into a job
Auto-Filled from Your Daydream
Job Title
Kitchen Renovation — Farmhouse Style
Description
Farmhouse kitchen remodel: white shaker cabinets, butcher block countertops, brushed brass hardware, open shelving. See attached before/after visualization.
Room Type
Kitchen
AI Estimated Budget
$8,500 – $15,000

ShareQuoteScreen

Share.share() for native sharing. handleCreateJob() routes to /(poster)/jobs/create with designImageUrl, beforeImageUrl, roomType, description, jobTypeId params.

Data Architecture

Schema Tables

// designs table
designs {
  _id: Id<"designs">
  userId: Id<"posterUsers">
  imageUrl: string
  beforeImageUrl: string?
  thumbnailUrl: string?
  description: string
  style: string?
  roomType: string?
  tags: string[]
  colorPalette: string[]
  analysis: string?
  suggestions: string[]
  estimatedCostRange: string?
  saveCount: number
  status: "generating" | "complete" | "failed"
  jobTypeId: string?
  jobTypeName: string?
}

// designSaves join table
designSaves {
  designId: Id<"designs">
  userId: Id<"posterUsers">
}

Convex Functions

// Queries
api.poster.designs.getFeed
  args: { limit, style?, roomType?, sort }
  returns: { designs[], hasMore }

api.poster.designs.getDesign
  args: { designId }
  returns: Design + isSavedByMe + isOwnDesign

// Mutations
api.poster.designs.create
  args: { imageUrl, roomType, style, prompt }
  triggers: Gemini 3 Pro Image generation

api.poster.designs.saveToCollection
  args: { designId }

api.poster.designs.unsaveFromCollection
  args: { designId }

Hooks & Services

// React Hooks
useDesignFeed(filters)
  wraps getFeed query + filter state

useDesignGeneration()
  manages upload → prompt → generate flow
  polls design status until complete

// Service
designStudioService.ts
  STYLE_OPTIONS: string[]
  ROOM_TYPES: string[]
  getMasonryItemHeight()
  getMasonryGridConfig()
  formatRelativeTime()

// AI Model
Gemini 3 Pro Image
  model: gemini-3-pro-image-preview
  (Nano Banana Pro)
  Used for room visualization generation

Before/After & Details
9:41

Design Result

Before & After
Before
After
Design Details
Room TypeKitchen
StyleModern
GeneratedMar 11, 2026
AI ModelGemini 3 Pro Image
Prompt Used
Modern kitchen with white quartz countertops, navy blue cabinets, and brass hardware. Open shelving on one wall.
Share & Get Quotes
Get Real Quotes
Share your AI design with local contractors on 3Bids to get competitive quotes for your renovation.

AI Processing & Saved Designs
9:41

Daydream AI

Generating Your Design
Gemini 3 Pro Image is creating your renovation visualization. This usually takes 15–30 seconds.
65% complete
Photo analyzed
Style applied
Rendering visualization...
Saved Designs (6)
View All
Modern Kitchen
Spa Bathroom
Cozy Living Room
Deck Makeover
Daydream AI — Design Studio
https://app.3bids.io/design-studio

Daydream AI

6 Designs
New Design
Drop Photo Here
or click to browse
Room
KitchenBathLivingExterior
Style
ModernTraditionalFarmhouse
Describe Your Vision
White quartz countertops, navy cabinets, brass hardware, open shelving...
My Designs
Modern Kitchen
2 days ago
Spa Bathroom
5 days ago
Cozy Living Room
1 week ago
Deck Makeover
2 weeks ago
Master Bedroom
3 weeks ago
Rustic Patio
1 month ago
Powered by Gemini 3 Pro Image
AI-generated renovation visualizations. Upload a room photo, choose a style, and see your dream renovation in seconds.

Before/After & Get Quotes
https://app.3bids.io/design-studio/d/DES-4827

Modern Kitchen

Saved Mar 11, 2026
Before & After
Before
After
Details
RoomKitchen
StyleModern
ModelGemini 3 Pro
Prompt
White quartz countertops, navy cabinets, brass hardware, open shelving on one wall.
Get Quotes
Love this design? Share it with local Ohio contractors on 3Bids to get competitive quotes.