lowes-deckdesigner.3dcloud.io Open in urlscan Pro
2620:0:890::100  Public Scan

URL: https://lowes-deckdesigner.3dcloud.io/
Submission: On May 15 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form id="loginForm" class="form-horizontal">
  <h2 style="margin-top:60px;margin-bottom:20px" class="text-center mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.login">Login</h2>
  <div id="saveReminder" class="text-center mxt-i18n mxt-hidden" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.loginToSaveYourWork">To save your work, you'll need to be logged in. Login now or register for a free account then save
    your project so you'll be able to return to it later.</div>
  <div class="mxt-form-group"><label for="inputUsername" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.email">Email</label> <input type="text" class="mxt-form-control" id="inputUsername" name="username"
      autocapitalize="off" placeholder="Email"></div>
  <div class="mxt-form-group"><label for="inputPassword" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.password">Password</label>
    <a id="forgotPasswordBtn" class="mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.forgotPassword">Forgot password?</a> <input type="password" class="mxt-form-control" id="inputPassword" name="password"
      placeholder="Password"></div>
  <div id="unauthorized-text" class="mxt-alert-danger mxt-i18n hidden" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.emailPasswordCombinationNotRecognized">Email/password combination not recognized; try again.</div>
  <div class="mxt-form-group">
    <div class="top-buffer text-center"><button type="submit" id="loginBtn" class="mxt-btn mxt-cta-button mxt-i18n mxt-form-control" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.login">Login</button></div>
    <div class="top-buffer text-center"><button id="switchToRegisterBtn" type="button" class="mxt-btn mxt-non-cta-button mxt-i18n mxt-form-control" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.register">Register</button></div>
  </div>
</form>

<form id="registerForm">
  <h2 style="margin-top:20px;margin-bottom:20px" class="text-center mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.register">Register</h2>
  <div class="flex-form-parent"></div>
  <div class="flex-form-parent">
    <div class="mxt-flex-form-group mxt-form-group"><label for="registerUserType" class="control-label mxt-i18n">Account Type</label>
      <div class="mxt-dropdown-container mxt-form-control lwe-dropdown-form-control" style="">
        <div class="mxt-dropdown" style="">
          <div class="mxt-dropdown-header mxtButtonEmulator" tabindex="0">
            <div class="flex-vertical-center" style="flex: 1 1 0%;">
              <h5>I'm a Home Owner and Need Professional Installation</h5>
              <p class="hidden mxt-dropdown-header-current"></p>
            </div>
            <div class="flex-vertical-center"><img src="https://lowes-deckdesigner.3dcloud.io/9f5924dd279becd746b7.svg" class="mxt-dropdown-chevron" alt="Collapse"></div>
          </div>
          <div class="mxt-dropdown-options hidden">
            <div class="mxt-dropdown-option" data-filter="homeowner"><label class="mxt-custom-checkbox-container mxtButtonEmulator" tabindex="0"><input class="mxt-custom-checkbox" type="checkbox" tabindex="-1" data-id="homeowner"
                  value="I'm a Home Owner and Need Professional Installation"><span class="mxt-custom-checkmark"></span>
                <div class="mxt-dropdown-option-text" style="margin-left: 25px;">
                  <p>I'm a Home Owner and Need Professional Installation</p>
                </div>
              </label></div>
            <div class="mxt-dropdown-option" data-filter="diyHomeowner"><label class="mxt-custom-checkbox-container mxtButtonEmulator" tabindex="0"><input class="mxt-custom-checkbox" type="checkbox" tabindex="-1" data-id="diyHomeowner"
                  value="I'm a Home Owner and Will Install Myself"><span class="mxt-custom-checkmark"></span>
                <div class="mxt-dropdown-option-text" style="margin-left: 25px;">
                  <p>I'm a Home Owner and Will Install Myself</p>
                </div>
              </label></div>
            <div class="mxt-dropdown-option" data-filter="contractor"><label class="mxt-custom-checkbox-container mxtButtonEmulator" tabindex="0"><input class="mxt-custom-checkbox" type="checkbox" tabindex="-1" data-id="contractor"
                  value="I'm a Contractor"><span class="mxt-custom-checkmark"></span>
                <div class="mxt-dropdown-option-text" style="margin-left: 25px;">
                  <p>I'm a Contractor</p>
                </div>
              </label></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="flex-form-parent">
    <div class="mxt-flex-form-group mxt-form-group"><label for="registerEmail" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.emailAddress">Email Address</label> <input type="email" name="username"
        class="mxt-form-control" id="registerEmail" placeholder="Email" data-error="Invalid Email" required=""></div>
  </div>
  <div class="flex-form-parent">
    <div class="mxt-flex-form-group mxt-form-group"><label for="registerPassword" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.password">Password</label> <input type="password" name="password"
        data-validate="validatePassword" class="mxt-form-control" id="registerPassword" placeholder="Password" required="">
      <div class="help-block mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="password.passwordConditionsError">Minimum of 7 characters with at least one uppercase, one lowercase, one number, and one special character</div>
    </div>
  </div>
  <div class="flex-form-parent">
    <div class="mxt-flex-form-group mxt-form-group"><label for="inputPasswordConfirm" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.confirmPassword">Confirm Password</label> <input type="password"
        class="mxt-form-control" id="inputPasswordConfirm" data-validate="validatePasswordMatch" data-match="#registerPassword" placeholder="Confirm" required="">
      <div class="help-block"></div>
    </div>
  </div>
  <div class="flex-form-parent mxt-hidden">
    <div id="termsContainer" class="mxt-flex-form-group mxt-form-group"><input type="checkbox" id="termsCheckbox"> <label class="form-input-label" for="termsCheckbox"><span class="mxt-i18n" data-i18n-ns="mxt-ui-utility"
          data-i18n-key="loginRegistration.iAgreeTo">I agree to</span>
        <a id="registrationTermsLink" target="_blank" href="https://www.lowes.com/l/terms-and-conditions-of-use.html" style="text-decoration-line:underline"><span class="mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.theseTerms">these terms</span>.</a></label><br>
    </div>
  </div>
  <div class="flex-form-parent hidden">
    <div class="mxt-flex-form-group mxt-form-group"><input type="checkbox" id="promotionalEmailsCheckbox"> <label for="promotionalEmailsCheckbox" class="mxt-i18n" data-i18n-ns="mxt-ui-utility"
        data-i18n-key="loginRegistration.subscribeToReceivePromo">I want to subscribe to receive promotional emails</label><br></div>
  </div>
  <div id="user-exists-text" class="mxt-alert-danger mxt-i18n hidden" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.userAlreadyExists">User already exists, please use another email</div>
  <div class="mxt-form-group form-buttons"><button type="submit" id="registerBtn" class="mxt-btn mxt-cta-button mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.register">Register</button> <button id="switchToLoginBtn"
      type="button" class="mxt-btn mxt-non-cta-button mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.login">Login</button></div>
</form>

<form>
  <div class="mxt-lowes-admin-save-form">
    <div class="mxt-lowes-admin-save-field mxt-lowes-admin-save-form-project-name"><label class="mxt-lowes-admin-save-field-label">Project Name</label><input class="mxt-lowes-admin-save-field-input" type="text" required="" name="projectname"></div>
    <div class="mxt-lowes-admin-save-field mxt-lowes-admin-save-form-project-email"><label class="mxt-lowes-admin-save-field-label">Customer Email</label><input class="mxt-lowes-admin-save-field-input" type="email" required="" name="customeremail">
    </div>
    <div class="mxt-lowes-admin-save-field mxt-lowes-admin-save-form-store"><label class="mxt-lowes-admin-save-field-label">Store Number</label><input class="mxt-lowes-admin-save-field-input" type="text" readonly="" name="storenumber"></div>
    <div class="mxt-lowes-admin-save-field mxt-lowes-admin-associate-save-field"><label class="mxt-lowes-admin-save-field-label">Associate ID</label>
      <div class="mxt-lowes-admin-save-associate-container">
        <div class="mxt-lowes-admin-save-associate-row">
          <div class="mxt-lowes-admin-save-field-input-div"><input class="mxt-lowes-admin-save-field-input" type="text" name="associateid"><button class="mxt-lowes-admin-save-associate-delete mxt-hidden"><img alt="Delete Associate"
                src="https://lowes-deckdesigner.3dcloud.io/4c91d2509bf0423c9e5e.svg"></button></div><button class="mxt-lowes-admin-save-associate-add mxt-btn mxt-non-cta-button mxt-btn-icon-only"><img alt="Add Associate"
              src="https://lowes-deckdesigner.3dcloud.io/487b3055d1cf6ab0ed13.svg"></button>
        </div>
      </div>
    </div>
    <div class="mxt-switch-container mxt-save-modal-save-screenshots"><label class="mxt-switch" tabindex="0"><input type="checkbox"><span class="mxt-slider"></span></label><span class="mxt-switch-label" style="flex: 1 1 0%;">Include Project
        Thumbnail</span></div>
  </div>
  <div class="mxt-lowes-admin-save-buttons"><button class="mxt-btn mxt-cta-button" type="submit">Save &amp; Share with Customer</button><button class="mxt-btn mxt-non-cta-button" type="submit">Save &amp; Continue</button><button
      class="mxt-btn mxt-non-cta-button">Cancel</button></div>
</form>

Text Content

MY SEO HEADER

Menu


--------------------------------------------------------------------------------

Shop the Look


--------------------------------------------------------------------------------

Shop by Category


--------------------------------------------------------------------------------

Decking


--------------------------------------------------------------------------------

Railings


--------------------------------------------------------------------------------

Substructure


--------------------------------------------------------------------------------

Wall Paint


--------------------------------------------------------------------------------

Flooring


--------------------------------------------------------------------------------

Pavers


--------------------------------------------------------------------------------

Hide Labels
Send Feedback

--------------------------------------------------------------------------------

Save Project

--------------------------------------------------------------------------------

Share Project

--------------------------------------------------------------------------------

Product List

--------------------------------------------------------------------------------




Username

 * New Project

 * My Projects

 * Save Project

 * Save Project As

 * Settings

 * Product List

 * Share Project

 * Select Your Store

Learn More
About
Privacy Policy
Terms of Use
Disclaimer
Back



DESIGN FROM PHOTO



Filters

Inspired by

Trends


Inspired by Trends
Change Layer




The cabinets in this image are not from the brand you are currently using. To
place cabinets of a new brand you’ll need to remove the current brand cabinets.
Make sure to save your design first if you’d like to keep your work to this
point.

Remove Cabinets and Reset Styles

Alternate Layouts


Style Filters

Filter by Style

Lumber DecksTrexTimberTechDeckorators
Clear all
Show 0 Result(s)Cancel





BROWSE AND PURCHASE FROM OUTDOOR FURNITURE

Shop our line of outdoor furniture, grills and fireplaces to complete your dream
project!

Shop Outdoor Furniture Now!


Loading Product Categories

Back




SHOP BY CATEGORY

Clear Filters

YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Try fewer filters.
 * Try different filters.

Doors & Windows



Patio Furniture



Customize Decking

ADDITIONAL OPTIONS



0 Results
Reset



Additional Options


Continue

Customize Railing

ADDITIONAL OPTIONS



0 Results
Reset



Additional Options


Continue


SUBSTRUCTURE

Hide Decking & Railings
Post Size





--------------------------------------------------------------------------------


Clear Filters

YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Try fewer filters.
 * Try different filters.

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next


Beam Size





--------------------------------------------------------------------------------


Clear Filters

YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Try fewer filters.
 * Try different filters.

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next


Joist Size





--------------------------------------------------------------------------------


Clear Filters

YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Try fewer filters.
 * Try different filters.

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next


Joist Spacing





--------------------------------------------------------------------------------


Clear Filters

YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Try fewer filters.
 * Try different filters.

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next


2'
Footer Depth2'






Ledger BoardConcrete Lag





Include Ledger Board

--------------------------------------------------------------------------------


Clear Filters

YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Try fewer filters.
 * Try different filters.

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next


1'
Cantilever Length1'







Back






Clear Filters

YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Try fewer filters.
 * Try different filters.

Edit Size




Select a Fill Type

All Walls
Single Wall
Custom Shape
Exterior

Recents

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next



Results

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next



Back






Clear Filters

YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Try fewer filters.
 * Try different filters.

Edit Size




Select a Fill Type

Floor
Custom Shape

Recents

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next



Results

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next



Back






Clear Filters

YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Try fewer filters.
 * Try different filters.

Edit Size






Recents

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next



Results

YOUR SEARCH: DID NOT MATCH ANY PRODUCTS.

Suggestions:

 * Make sure all words are spelled correctly.
 * Try different keywords.
 * Try more general keywords.
 * Try fewer keywords.



Previous



Next




EDIT



Confirm

Help

Tasks
Fixes

--------------------------------------------------------------------------------

0
Click message to see affected product(s)
Apply Decking
Apply Railing
Add a Door
Add a Window
Add Furniture
View Substructures
Save Your Project
View Materials List

Need More Help?

Visit our knowledge base for videos, tips, and guidelines. Knowledge Base View
App Tour

Good Job!

You don’t have anything to fix in your design.
View Product List

--------------------------------------------------------------------------------

Need Help?

Click below to reach out and consult a designer! Consult a Designer
Estimation:

Modify Layout


CHANGE WALLS

Cycle through your walls with these arrows.

Change Your Walls
|







Redo
Undo
Dimensions
Lock All
Delete All





Reset Position
Unlock All
Welcome! Before we get going, which unit type do you prefer to use:
Unit Type:
cm
m/cm
ft/in
in
Get Started
Home


--------------------------------------------------------------------------------

Select [S]


--------------------------------------------------------------------------------

Deck

--------------------------------------------------------------------------------

Draw Rail [D]


--------------------------------------------------------------------------------

Draw Deck Edge


--------------------------------------------------------------------------------

Deck Shapes


--------------------------------------------------------------------------------

Add Stairs


--------------------------------------------------------------------------------

Draw Cutout


--------------------------------------------------------------------------------

House

--------------------------------------------------------------------------------

Draw Wall


--------------------------------------------------------------------------------

Add Wall


--------------------------------------------------------------------------------

Doors


--------------------------------------------------------------------------------

Room Shapes


--------------------------------------------------------------------------------

Add Window


--------------------------------------------------------------------------------

Other

--------------------------------------------------------------------------------

Draw Pool


--------------------------------------------------------------------------------

Add Pool


--------------------------------------------------------------------------------

Draw Concrete


--------------------------------------------------------------------------------

Draw Pavers


--------------------------------------------------------------------------------

Hide Labels
Save




Edit Wall

Wall
Opening
Delete Wall

0'


Height


0'


Thickness

Merge Walls Split Wall


Edit Stairs

Delete

A: Width



B: Length



C: Step



D: Riser



E: Height





Edit Measurement




Edit Measurement

Feet
Inches 01/161/83/161/45/163/87/161/29/165/811/163/413/167/815/16
Apply


Set Height

Changing your drawing height will allow you to add or draw decking platforms,
house walls, and pools at different elevations and then connect them with
stairs. Pavers and concrete are always drawn at 0 height.
Height

0'

Auto-adjust deck height for 7" stair risers
Deck heights with stairs to ground that don't have 7" risers will require custom
cut stringers.

Delete Deck Shape Delete Pool


Edit Door


0'


Height


0'


Width


0'


Floor Offset


0°


Door Swing Angle

Open/Close Flip Hinge Flip Direction Delete


Help

Hide Guidance Show Guidance


Build in 3D
Finished your floorplan? Click "Create 3D Room" to add cabinets from your
inspiration kitchen!


Drawing at    Height
Redo
Undo
Snap 15°
Delete All
Guidance
Fixes

--------------------------------------------------------------------------------

0
Drawing
Left-click and drag with the mouse while in a Draw mode
Move Deck Edges
Right-click and drag with the mouse while in a Draw mode or use the Select Tool
Remove Railing
Select a deck edge to see options for removing railings
Snapping
Hold the shift button to turn off snapping temporarily
Drawing Cutouts
Draw within an existing shape to cut out of that shape
Stairs Between Decks
The height of the second deck tier will adjust following a 7” step rise and 11”
step tread
Add Multiple Doors
Hold shift to add multiple windows, doors, or openings, while placing them.
Keyboard S and D
Tap S and D on your keyboard to change modes.
Design in 3D
Click Create 3D Deck to go to 3D mode and start designing

Need More Help?

Visit our knowledge base for videos, tips, and guidelines. Knowledge Base View
App Tour

Good Job!

You don’t have anything to fix in your design.


LOADING INTERACTIVE 3D ROOM


Select a Starting Shape
Choose a shape that is similar to your desired deck type then adjust to fit your
measurements.
Select your unit of measurement
cm
m/cm
ft/in
in
Starting Drawing Height

2'

Deck Attached to House
Deck With Pool Inside
Freestanding Deck
Two-level Deck Attached to House

Draw a custom deck shape
Create a Deck Shape
Use Draw Rail and Draw Deck Edge tools to create a complete shape for your deck
before moving on to 3D.


Okay, Got It
Your primary tool for drawing deck shapes.
Use the select tool to move or edit deck edges, walls and doors.
After drawing your space, view it in 3D.
Draw walls and add resizable windows/doors.
Select measurements to change dimensions.
Select railings to edit and remove.
Click here for guidance or this tour.


START DRAWING YOUR DECK

Don't Show me this tour againStart DrawingView Tour Again

Click anywhere to continue


Skip Tour
Learn More
Select Your Store


Logout

Back


MY PROJECTS

Open + New Project
Find a store near you with VR to fully immerse yourself in your project and help
you visualize the end result.
Filters
Sort By
Project Name
From
To
Filter Projects
Clear Filters
Room Plans

Suggestions:



Create A New Project

Immerse yourself in your newly designed room, change styles, finishes and
layouts in just a few clicks.

Learn about Room Planner for Desktop


NEXT STEPS

You’ve got projects, we’ve got VR. Find a store near you with VR to fully
immerse yourself in your project and help you visualize the end result.

Find a Store with VR

Previous



Next


Project Name Date Store #Quote ID Actions


Previous



Next



Previous



Next


Date Actions


Previous



Next


CREATE PRESENTATION

Select images and add notes to create a project presentation.


SELECT PRODUCT IMAGES




SELECT SCREENSHOTS




Product List

Image Gallery

Download PDF Email List

Previous



Next



--------------------------------------------------------------------------------

Powered by 3D Cloud™ by Marxent - Protected by one or more US Patents - © 2023
3D Cloud™ by Marxent


Logout

Login or RegisterLoginFind Project By Email


DESIGN YOUR DECK WITH THE LOWE'S DECK DESIGNER

Use our free 3D design tool to find your style, set your budget and design your
space.
Choose which best describes you to get started
I'm a Home Owner and Need Professional InstallationI'm a Home Owner and Will
Install MyselfI'm a Contractor
Loading
Get Started

--------------------------------------------------------------------------------

Powered by 3D Cloud™ by Marxent - Protected by one or more US Patents - © 2023
3D Cloud™ by Marxent

© 2023 Lowe's. All rights reserved. Lowe's and the Gable Mansard Design are
registered trademarks of LF, LLC.

Privacy PolicyTerms of UseCalifornia Privacy RightsInterest-Based
AdvertisingDisclaimer
Select Your Store

LOADING




DEV/QA HIDDEN OPTIONS

Current Catalog

000049-app-content-20230919082540537.db.gz

Toggle Shader Debug
Toggle Debug
Clear Caches & Reload
Toggle Counter Top Spheres
Toggle Base Molding Spheres
Toggle Wall Molding Spheres
Toggle Sku/Products
Download JSON
Start Recording
Stop Recording
Generate Enhanced Svgs

Hero Start
Hero Count
Variation Count
Shape Types
Generate Magic Rooms
Upload Products (csv file):
Upload
Replay:
Sec between jobs:




YOUR PRODUCT LIST

Download List Create Order Email List

Click here to enter zip code for more accurate pricing.

Product
Qty
Unit Price
Total Price


Total*

*Tax, shipping and any additional charges will be shown at the website checkout.

$0.00

Product List


YOUR ORDER

Check and uncheck products to exclude them from your order, or add/remove
product quantity. When you are finished, click “Create Quote.”

Product
Qty
Unit Price
Total Price



Total*

*Tax, shipping and any additional charges will be shown at the website checkout.

$0.00

Send Order to Cart



Home


SELECT A ROOM TYPE

Skip

Select a deck to view in 3D.




OOPS! IT LOOKS LIKE YOU ARE IN A PORTRAIT ORIENTATION.

Please flip your device back to landscape orientation to resume designing.


SHARE YOUR DESIGN

Share your unique design with friends and family.

Copy Project Link
Back
Image Gallery

Previous

1 of 0

Next


Take a New Screenshot
Click to view this HD 360 Panorama

Select a platform to share your design on. Requires pop-ups to be enabled.

Facebook
Pinterest
Email
Download
Share
QR Code


SHARE CODE




QR CODE

View and Download a scannable QR Code for this HD 360 Panorama.


Download QR Code

Okay

YesNoNo

YesNo

Select Your Store

Current Store: None



Loading store list...


Select This StoreCancel


LOGIN

To save your work, you'll need to be logged in. Login now or register for a free
account then save your project so you'll be able to return to it later.
Email
Password Forgot password?
Email/password combination not recognized; try again.
Login
Register


FREE REGISTRATION

Free Design Services

See Your Space Digitally

Share Projects with Friends




REGISTER


Account Type

I'M A HOME OWNER AND NEED PROFESSIONAL INSTALLATION





I'm a Home Owner and Need Professional Installation

I'm a Home Owner and Will Install Myself

I'm a Contractor

Email Address
Password
Minimum of 7 characters with at least one uppercase, one lowercase, one number,
and one special character
Confirm Password

I agree to these terms.

I want to subscribe to receive promotional emails

User already exists, please use another email
Register Login

*By creating this account I agree to Lowe's Terms of Use and Privacy Policies

Privacy Policy Terms of Use California Privacy Rights Interest-Based Advertising


FREE REGISTRATION

Free Design Services

See Your Space Digitally

Share Projects with Friends




LOADING INTERACTIVE 3D ROOM




LOADING INTERACTIVE 3D ROOM




LOADING FLOORPLANNER


Save Project As
Include Project Thumbnail
Save New ProjectCancel
Save Project
Project Name
Customer Email
Store Number
Associate ID

Include Project Thumbnail
Save & Share with CustomerSave & ContinueCancel
Add Product to Project List?

This product does not have 3D content available but can be placed in your
project inventory list.

Add to Project Inventory List
Remove ProductCancel
Settings

Video Quality

Medium
High
Ultra
Auto Adjust Quality

Mouse Scroll Speed

1
2
3
4

Max Framerate Limit

20
30
60
120

Performance Adjustments

Show Shadows
Show Frames Per Second
Find Project by Email
Email
Find ProjectsLoginCancel
We’ve found a project or projects associated with your email address. Please
check your email for instructions on how finish setting up an account to access
them.
How Would You Like To Start Your Project?

Start with Inspiration

View Inspiration


Sample Templates

View Templates


Draw Your Deck

Get Started
Learn More About Starting Your Project
Product
Qty
Price
Total


Back Back


CUSTOMER LOOKUP


SUBMIT YOUR QUOTE

Quote Name Please enter a name


Quote Comments 250 Characters Max

Total*

*Tax, shipping and any additional charges will be shown at the website checkout.

$0.00

Submit Quote Submitting




YOUR CARTYOUR PRODUCT LIST

Review your list of products in your room. Download your list to your device or
send to an email.Review and edit your items, then send your order to the cart
for purchase.

Download Your CartDownload Your Product List


EMAIL YOUR CARTEMAIL YOUR PRODUCT LIST


Total*


Create QuoteSend OrderCompiling Order, Please Wait

*Tax, shipping and any additional charges will be shown at checkout.

Reset Cart to Original Quantities
Create List or Report

In addition to a standard Product List, you may create a Deck Report, which
includes pictures, guides, DIY tips, and additional information. This will take
additional time to create.


Create Product ListCreate Deck Report
Send Feedback
Feedback Type

PRODUCT LIST





Product List

Pricing

Product Availability

Wrong Product Listed

Feature Request

Support Request

2D Drawing

3D Mode

Customer or Associate?

CUSTOMER





Customer

Associate

Feedback
Feedback Required
Submit FeedbackCancel

Learn more about how to use the Lowe’s Deck Designer.

Learn More


LOWE'S DECK DESIGNER



Implementation Version:

7.12.0.000049.53





Platform Version:

7.12.0





Build Date:

Tue Mar 14 2023 17:34:51 GMT+0000 (Coordinated Universal Time)



Powered by 3D Cloud™ by Marxent - Protected by one or more US Patents - © 2023
3D Cloud™ by Marxent

The changes to your layout caused some products to not fit within the bounds of
your floor plan. We’ve moved those products to a panel on the left to allow you
to re-place them.OK, Got It
View and download your product list
Customize your decking and railing
Modify the space dimensions here.
View products and deck measurements.
Apply styles from photos to your design.


START BY BROWSING PHOTOS

Don’t show me this tour againStart DesigningView Tour Again

Click anywhere to continue


Skip Tour





Feedback


Measurements of Deck

Off
On

Product Measurements (to)

Off
Deck
Products

Unit Type

ft/in
in
m/cm
cm

Smart Guides & Snapping

Off
On

Color


Tape Measurer
Legal Disclaimer
The suggested design is a construction guide and is NOT a finished building
plan. It is your responsibility to verify its accuracy, completeness,
suitability for your particular site conditions, and compliance with local
building codes and practices. Please consult your local building codes for
requirements for deck lighting.

By using the Lowe's Deck Designer, you agree that Lowe’s and its affiliates,
vendors and suppliers assume no responsibility for any damages, including direct
or consequential, personal injuries suffered, or property or economic losses
incurred as a result of the information published on the Lowe’s website and its
affiliate, vendor or supplier websites or Deck Specification Kit. Before
beginning any project, review the instructions carefully. We cannot anticipate
all of your working conditions or the characteristics of your materials and
tools. For your safety, you should consider your own skill level and use
caution, care and good judgment when following the instructions. If you have
doubts, concerns or questions, consult local experts, architects, soil engineers
or building authorities. Because local zoning and building codes and regulations
vary greatly, you should ALWAYS CHECK WITH LOCAL AUTHORITIES TO ENSURE THAT YOUR
PROJECT COMPLIES WITH ALL APPLICABLE CODES AND REGULATIONS. Always read and
observe instructions and safety precautions provided by any tool or equipment
manufacturer, and follow all accepted safety procedures.

You are responsible for ensuring that all measurements are correct. Due to the
size, shape, location or other considerations, your design may require
supporting structures, such as knee braces and bridging between joists and posts
and are not included on the materials list and other information provided. YOU
ARE RESPONSIBLE FOR ENSURING THAT YOUR DESIGN IS SAFE AND STRUCTURALLY SOUND FOR
ITS SIZE, LOCATION AND ANTICIPATED USE. You are also responsible for verifying
that the design and any substitutions or modifications you make meet all local
building codes and regulations. Lowe’s and its affiliates assume no liability or
responsibility for your design, construction or use of any product supplied the
Lowe’s website. YOU ASSUME TOTAL RESPONSIBILITY AND RISK FOR YOUR USE OF THE
LOWE’S DECK DESIGNER APP, MARXENT TOOLS, AND SUPPLIED DECK MATERIALS REPORT.
LOWE’S AND MARXENT PROVIDES THIS APPLICATION, ALL INFORMATION, PRODUCTS, AND
SERVICES “AS IS” AND DO NOT MAKE EXPRESS OR IMPLIED WARRANTIES, REPRESENTATIONS,
OR ENDORSEMENTS OF ANY KIND WHATSOEVER (INCLUDING WITHOUT LIMITATION, THE
IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.)
Legal Disclaimer
The suggested design is a construction guide and is NOT a finished building
plan. It is your responsibility to verify its accuracy, completeness,
suitability for your particular site conditions, and compliance with local
building codes and practices. Please consult your local building codes for
requirements for deck lighting.

By using the Lowe's Deck Designer, you agree that Lowe’s and its affiliates,
vendors and suppliers assume no responsibility for any damages, including direct
or consequential, personal injuries suffered, or property or economic losses
incurred as a result of the information published on the Lowe’s website and its
affiliate, vendor or supplier websites or Deck Specification Kit. Before
beginning any project, review the instructions carefully. We cannot anticipate
all of your working conditions or the characteristics of your materials and
tools. For your safety, you should consider your own skill level and use
caution, care and good judgment when following the instructions. If you have
doubts, concerns or questions, consult local experts, architects, soil engineers
or building authorities. Because local zoning and building codes and regulations
vary greatly, you should ALWAYS CHECK WITH LOCAL AUTHORITIES TO ENSURE THAT YOUR
PROJECT COMPLIES WITH ALL APPLICABLE CODES AND REGULATIONS. Always read and
observe instructions and safety precautions provided by any tool or equipment
manufacturer, and follow all accepted safety procedures.

You are responsible for ensuring that all measurements are correct. Due to the
size, shape, location or other considerations, your design may require
supporting structures, such as knee braces and bridging between joists and posts
and are not included on the materials list and other information provided. YOU
ARE RESPONSIBLE FOR ENSURING THAT YOUR DESIGN IS SAFE AND STRUCTURALLY SOUND FOR
ITS SIZE, LOCATION AND ANTICIPATED USE. You are also responsible for verifying
that the design and any substitutions or modifications you make meet all local
building codes and regulations. Lowe’s and its affiliates assume no liability or
responsibility for your design, construction or use of any product supplied the
Lowe’s website. YOU ASSUME TOTAL RESPONSIBILITY AND RISK FOR YOUR USE OF THE
LOWE’S DECK DESIGNER APP, MARXENT TOOLS, AND SUPPLIED DECK MATERIALS REPORT.
LOWE’S AND MARXENT PROVIDES THIS APPLICATION, ALL INFORMATION, PRODUCTS, AND
SERVICES “AS IS” AND DO NOT MAKE EXPRESS OR IMPLIED WARRANTIES, REPRESENTATIONS,
OR ENDORSEMENTS OF ANY KIND WHATSOEVER (INCLUDING WITHOUT LIMITATION, THE
IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.)