www.smartdraw.com Open in urlscan Pro
4.30.4.10  Public Scan

Submitted URL: http://www.smartdraw.com/
Effective URL: https://www.smartdraw.com/
Submission: On September 14 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form autocomplete="off">
  <input type="hidden">
  <input type="hidden">
  <input id="searchy" class="searchy st-default-search-input" placeholder="Search..." size="75" autocomplete="off" autocorrect="off" autocapitalize="off">
  <input class="searchSubmit" type="submit">
</form>

POST ./

<form method="post" action="./" id="aspnetForm">
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="cFvh/19Dgz6ANtBdCU9GKjSU2LgxIDn3fkjZLrEwDqA0SqfzYrbkfFzmPhPqCsk8thXErzdyCyhiDR4lk65d9od8Zqs04/riFMgbNwYlSOD6suw9IWotOhQ2WIXQUaoTBylaLw==">
  </div>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="E87EDEB6">
  </div>
  <style type="text/css">
    .headerRotater {
      transform: translateZ(0px);
      -webkit-transform: translateZ(0px);
      line-height: 1.3;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .headerRotater h1 {
      height: 55px;
      overflow: hidden;
      display: inline-block;
      margin: 0;
      font-weight: 300;
      text-rendering: optimizelegibility;
      line-height: 1.3;
    }

    .headerRotater .staticMessage {
      font-size: 50px;
      font-family: "OverpassBlack";
      display: inline-block;
      line-height: 1.3;
      font-weight: 300;
      text-rendering: optimizelegibility;
      height: 55px;
      margin-right: 10px;
      letter-spacing: -0.2rem;
    }

    .headerRotater .rotatingDiagrams {
      display: block;
      animation: rotation 20s infinite;
    }

    .headerRotater .rotatingDiagrams span:first-child {
      margin: 0 0 0 5px;
    }

    .headerRotater .rotatingDiagrams span {
      display: block;
      text-align: left;
      margin: 10px 0 10px 5px;
      height: 55px;
    }

    .headerRotater .rotatingDiagrams span a {
      color: #444444;
    }

    .imageCarouselContainer {
      position: relative;
      text-align: center;
      min-height: 1px;
    }

    .imageCarouselContainer .carouselImage {
      max-width: 1080px;
      width: 100%;
      display: inline-block;
      opacity: 0;
      animation: css-carousel-fade 20s infinite;
    }

    .imageCarouselContainer .carouselImage img {
      width: 100%;
    }

    .imageCarouselContainer .carouselImage:nth-child(2) {
      animation-delay: 5s;
    }

    .imageCarouselContainer .carouselImage:not(:first-child) {
      margin-top: -60%;
    }

    .imageCarouselContainer .carouselImage:nth-child(3) {
      animation-delay: 10s;
    }

    .imageCarouselContainer .carouselImage:nth-child(4) {
      animation-delay: 15s;
    }

    .carouselPlayButtonContainer {
      position: absolute;
      width: 140%;
      display: inline-flex;
      justify-content: center;
      align-items: flex-end;
      height: 100%;
      right: -370px;
      top: 0;
    }

    .carouselPlayButton {
      width: 106px;
      transition: all 0.2s ease;
      transform: scale(0);
    }

    .carouselPlayButtonContainer:hover {
      cursor: pointer;
    }

    .carouselImage:hover~.carouselPlayButtonContainer .carouselPlayButton,
    .carouselPlayButtonContainer:hover .carouselPlayButton {
      transform: scale(1);
    }

    .carouselPlayButton .playButtonBackground {
      fill: #4D4D4D;
      fill-opacity: 0.8;
    }

    .carouselPlayButton .playbuttonArrow {
      fill: #FFFFFF;
    }

    .carouselPlayButton .playButtonBackground {
      fill: #FF0000;
      fill-opacity: 1;
    }

    @media (max-width:990px) {
      .headerRotater {
        flex-direction: column;
        height: 100px;
      }
    }

    @media (max-width:600px) {
      .headerRotater .staticMessage {
        font-size: 4rem;
      }
    }

    .headerRotater-narrow {
      display: block;
      text-align: left;
      height: auto;
    }

    .homeHeader {
      display: flex;
    }

    .homeHeader .homeHeaderCopy {
      padding-top: 8rem;
    }

    .headerRotater-narrow .rotatingDiagrams span:first-child {
      margin: 0;
    }

    .headerRotater-narrow .rotatingDiagrams span {
      margin: 10px 0 10px 0;
    }

    .homePageBleedHeader .imageCarouselContainer {
      flex: 1;
    }

    .homePageBleedHeader .imageCarouselContainer .carouselImage {
      position: absolute;
      right: -370px;
      top: -55px;
      max-width: none;
      width: 140%;
    }

    .imageCarouselContainer .carouselImage:not(:first-child) {
      margin-top: 0;
    }

    @media (max-width:1300px) {
      .carouselPlayButtonContainer {
        align-items: center;
      }
    }

    @media (max-width:1140px) {
      .homeHeader {
        display: block;
      }

      .headerRotater-narrow {
        text-align: center;
      }

      .homePageBleedHeader .imageCarouselContainer .carouselImage {
        position: static;
        max-width: none;
        width: 100%;
      }

      .imageCarouselContainer .carouselImage:not(:first-child) {
        margin-top: -58.5%;
        float: left;
      }

      .homePageBleedHeader .homeHeaderCopy {
        margin-bottom: 5rem;
        text-align: center;
        padding-top: 0;
      }

      .carouselPlayButtonContainer {
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-decoration: none;
      }
    }

    @keyframes rotation {

      0%,
      25% {
        transform: translateY(0);
      }

      26%,
      50% {
        transform: translateY(-65px);
      }

      51%,
      75% {
        transform: translateY(-130px);
      }

      76%,
      99.8% {
        transform: translateY(-195px);
      }
    }

    @keyframes css-carousel-fade {
      0% {
        opacity: 1;
      }

      24.99% {
        opacity: 1;
      }

      25% {
        opacity: 0;
      }
    }
  </style>
  <div class="wrapper homePageBleedHeader">
    <div class="grid grid--medium">
      <div class="homeHeader">
        <div class="homeHeaderCopy">
          <div class="headerRotater headerRotater-narrow">
            <span class="staticMessage">Easy and Powerful</span>
            <br>
            <h1><span class="rotatingDiagrams"><span><a href="/flowchart/flowchart-maker.htm" onclick="ga('send', 'event', 'CTA', 'Click-Link', 'Home-FlowchartMaker');">Flowchart Maker</a></span>
                <span><a href="/organizational-chart/org-chart-software.htm" onclick="ga('send', 'event', 'CTA', 'Click-Link', 'Home-OrgChartMaker');">Org Chart Maker</a></span>
                <span><a href="/software/drawing-program.htm" onclick="ga('send', 'event', 'CTA', 'Click-Link', 'Home-DiagramMaker');">Drawing Program</a></span>
                <span><a href="/floor-plan/floor-plan-designer.htm" onclick="ga('send', 'event', 'CTA', 'Click-Link', 'Home-FloorPlanMaker');">Floor Plan Creator</a></span></span></h1>
          </div>
          <a href="https://cloud.smartdraw.com/" target="_blank" class="btn btn-green whiteSpaceTop">Start Now</a>
        </div>
        <div class="imageCarouselContainer">
          <a class="carouselImage" onclick="ga('send', 'event', 'CTA', 'Click-Image', 'Home-FlowchartCarousel');" data-keyboard="true" data-toggle="modal" href="#m-guidedTourVideo"><img alt="Flowchart template" border="0" src="https://wcs.smartdraw.com/common/img/laptop-with-flowchart.png?bn=15100111805"></a>
          <a class="carouselImage" onclick="ga('send', 'event', 'CTA', 'Click-Image', 'Home-OrgChartCarousel');" data-keyboard="true" data-toggle="modal" href="#m-guidedTourVideo"><img alt="Org chart template" border="0" src="https://wcs.smartdraw.com/common/img/laptop-with-orgchart.png?bn=15100111805"></a>
          <a class="carouselImage" onclick="ga('send', 'event', 'CTA', 'Click-Image', 'Home-DiagramCarousel');" data-keyboard="true" data-toggle="modal" href="#m-guidedTourVideo"><img alt="Diagram template" border="0" src="https://wcs.smartdraw.com/common/img/laptop-with-infographic.png?bn=15100111805"></a>
          <a class="carouselImage" onclick="ga('send', 'event', 'CTA', 'Click-Image', 'Home-FloorPlanCarousel');" data-keyboard="true" data-toggle="modal" href="#m-guidedTourVideo"><img alt="Floor plan template" border="0" src="https://wcs.smartdraw.com/common/img/laptop-with-floorplan.png?bn=15100111805"></a>
          <div class="carouselPlayButtonContainer" data-toggle="modal" href="#m-guidedTourVideo">
            <a class="carouselPlayButton" data-toggle="modal" href="#m-guidedTourVideo"><svg data-toggle="modal" href="#m-guidedTourVideo" x="0px" y="0px" viewBox="0 0 192 192" style="enable-background:new 0 0 192 192;" xml:space="preserve">
            <g id="XMLID_184_">
              <path id="XMLID_182_" class="playButtonBackground" d="M180.3,53.4c-2-7.6-8-13.6-15.6-15.7C151,34,96,34,96,34s-55,0-68.8,3.7
              c-7.6,2-13.5,8-15.6,15.7C8,67.2,8,96,8,96s0,28.8,3.7,42.6c2,7.6,8,13.6,15.6,15.7C41,158,96,158,96,158s55,0,68.8-3.7
              c7.6-2,13.5-8,15.6-15.7C184,124.8,184,96,184,96S184,67.2,180.3,53.4z"></path>
              <polygon id="XMLID_1355_" class="playbuttonArrow" points="78,122.2 124,96 78,69.8   "></polygon>
            </g>
          </svg>
        </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="wrapper">
    <div class="grid grid-tight grid--medium homePageFeatures">
      <div>
        <img alt="Get started quickly with SmartDraw" border="0" src="https://wcs.smartdraw.com/common/img/get-started-quickly.svg?bn=15100111805">
        <h3 class="whiteSpaceTop"><a href="/diagrams/?exp=ste">Get Started Quickly</a> </h3>
        <p> SmartDraw includes quick-start <a href="/templates/?exp=ste">templates</a> for over 70 different diagram types from flowcharts to floor plans. Powerful automatic formatting means perfect layouts in minutes. It's the right fit whether
          you're working on your own or collaborating with a large enterprise team. </p>
      </div>
      <div>
        <img alt="SmartDraw integration" border="0" src="https://wcs.smartdraw.com/common/img/integrates-with-other-tools.svg?bn=15100111805">
        <h3 class="whiteSpaceTop"><a href="/integrations/">Integrates with Other Tools</a></h3>
        <p> SmartDraw <a href="/integrations/">integrates</a> seamlessly with the tools you already use. Easily add diagrams in Google Workspace<sup>™</sup>, Microsoft Office<sup>®</sup>, Atlassian's Confluence and Jira, and more. Save and share
          files to Google Drive<sup>™</sup>, OneDrive<sup>®</sup>, Dropbox<sup>®</sup>, and more. </p>
      </div>
      <div>
        <img alt="SmartDraw data automation" border="0" src="https://wcs.smartdraw.com/common/img/powerful-data-automation.svg?bn=15100111805">
        <h3 class="whiteSpaceTop"><a href="/developers/">Powerful Data Automation</a></h3>
        <p>Build diagrams like org charts, ERD, and class diagrams from data with built-in <a href="/developers/extensions/">extensions</a> or enhance any diagram with <a href="/developers/shape-data.htm">shape data</a> and generate manifests. You
          can also connect to your <a href="/aws-diagram/">AWS</a> account and generate a visual automatically. </p>
      </div>
      <div>
        <img alt="SmartDraw checks every box" border="0" src="https://wcs.smartdraw.com/common/img/checks-every-box.svg?bn=15100111805" style="max-width: 50px;">
        <h3 class="whiteSpaceTop"><a href="/enterprise/">Checks Every Box for the Enterprise</a></h3>
        <p>SmartDraw <a href="/enterprise/">checks every box</a> for your enterprise for 10x less. You'll get SSO, document retention, sophisticated collaboration and account administration features, and more. We even make switching painless by
          importing Visio<sup>®</sup> and Lucidchart files. </p>
      </div>
    </div>
    <div class="grid grid--medium text-center">
      <div>
        <h2>Our Customers Include</h2>
        <img class="blockCenter whiteSpaceTop" alt="SmartDraw customers" border="0" src="https://wcs.smartdraw.com/common/img/logos.png?bn=15100111805">
      </div>
    </div>
    <div class="homePageTestimonials">
      <div class="grid grid--medium">
        <div>
          <p>"Without a doubt our best purchase was SmartDraw. Rarely have I seen such an impact with the deployment of software to end users. Adoption was immediate and increased the overall quality of our communications, process development and
            planning. Productivity was also improved as end users finally had a tool that put compelling, professional-quality visuals at their fingertips.</p>
          <p>Not only is the product terrific, but from consulting, enterprise installation and training to end user support, the team at SmartDraw has been exceptional. I highly recommend SmartDraw."</p>
          <p><strong>Victor Bradley,</strong> Director of Information Systems and Operations, BBK</p>
        </div>
        <div>
          <div class="testimonialContainer">
            <p>"By far the best software ever. It has everything and is very user-friendly."</p>
            <p><strong>Gary Afable,</strong> Norwalk, CT</p>
          </div>
          <div class="testimonialContainer">
            <p>"SmartDraw is an affordable, easy-to-use alternative to Microsoft Visio<sup>®</sup>. SmartDraw lowers our costs, increases productivity and really frees up IT resources."</p>
            <p><strong>Sankar Nayar,</strong> Hollister, CA</p>
          </div>
          <div class="testimonialContainer">
            <p>"I love your program. I'm a business owner and it's so simple to use, and easy to create what are normally considered to be complex documents and designs."</p>
            <p><strong>T.Albrecht,</strong> Larkspur, CA</p>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="modal hide videoModal" id="m-guidedTourVideo" role="dialog" aria-hidden="true">
    <div class="overlay-graybar">
      <a class="btn btn-green" href="https://cloud.smartdraw.com/" target="_blank">Start Now</a>
      <button type="button" class="overlay-close" data-dismiss="modal">Close</button>
    </div>
    <div class="videoContentOuter-guidedTourVideo">
      <div id="guidedTourVideo" class="videoContentInner">
        <div class="fluid-width-video-wrapper" style="padding-top: 56.272%;"><iframe src="//www.youtube-nocookie.com/embed/GR7oxnqZ-8Q?hd=1&amp;rel=0&amp;showinfo=0"
            data-src="//www.youtube-nocookie.com/embed/GR7oxnqZ-8Q?hd=1&amp;rel=0&amp;showinfo=0" frameborder="0" allowfullscreen="" id="fitvid125851"></iframe></div>
      </div>
    </div>
  </div>
  <script type="text/ecmascript">
    whenJQueryReady(function() {
      $('#m-guidedTourVideo').on('hidden.bs.modal', function() {
        $iframe = $(this).find("iframe");
        $iframe.attr("src", $iframe.attr("src"));
      });
      $("#guidedTourVideo").fitVids();
    });
  </script>
  <script>
  </script>
</form>

Text Content

 * Site License
 * What's New
 * Support
 * Login
 * 

 * Diagrams
 * Templates
 * Features
 * Enterprise
 * Developers
 * Buy
 * Try it Now

 * Diagrams
 * Templates
 * Features
 * Enterprise
 * Developers
 * Buy
 * Site License
 * What's New
 * Support
 * Try it Now

Easy and Powerful



FLOWCHART MAKER ORG CHART MAKER DRAWING PROGRAM FLOOR PLAN CREATOR

Start Now



GET STARTED QUICKLY

SmartDraw includes quick-start templates for over 70 different diagram types
from flowcharts to floor plans. Powerful automatic formatting means perfect
layouts in minutes. It's the right fit whether you're working on your own or
collaborating with a large enterprise team.


INTEGRATES WITH OTHER TOOLS

SmartDraw integrates seamlessly with the tools you already use. Easily add
diagrams in Google Workspace™, Microsoft Office®, Atlassian's Confluence and
Jira, and more. Save and share files to Google Drive™, OneDrive®, Dropbox®, and
more.


POWERFUL DATA AUTOMATION

Build diagrams like org charts, ERD, and class diagrams from data with built-in
extensions or enhance any diagram with shape data and generate manifests. You
can also connect to your AWS account and generate a visual automatically.


CHECKS EVERY BOX FOR THE ENTERPRISE

SmartDraw checks every box for your enterprise for 10x less. You'll get SSO,
document retention, sophisticated collaboration and account administration
features, and more. We even make switching painless by importing Visio® and
Lucidchart files.


OUR CUSTOMERS INCLUDE

"Without a doubt our best purchase was SmartDraw. Rarely have I seen such an
impact with the deployment of software to end users. Adoption was immediate and
increased the overall quality of our communications, process development and
planning. Productivity was also improved as end users finally had a tool that
put compelling, professional-quality visuals at their fingertips.

Not only is the product terrific, but from consulting, enterprise installation
and training to end user support, the team at SmartDraw has been exceptional. I
highly recommend SmartDraw."

Victor Bradley, Director of Information Systems and Operations, BBK

"By far the best software ever. It has everything and is very user-friendly."

Gary Afable, Norwalk, CT

"SmartDraw is an affordable, easy-to-use alternative to Microsoft Visio®.
SmartDraw lowers our costs, increases productivity and really frees up IT
resources."

Sankar Nayar, Hollister, CA

"I love your program. I'm a business owner and it's so simple to use, and easy
to create what are normally considered to be complex documents and designs."

T.Albrecht, Larkspur, CA

Start Now Close

By continuing to use the website, you consent to the use of cookies.   Read More

©1994-2021 SmartDraw, LLC

SITE MAP

 * Home
 * Diagrams
 * Templates
 * Features
 * Support
 * Blog
 * Buy
 * About
 * Privacy [UPDATED]

DIAGRAMS

 * Flowchart Software
 * Floor Plan Designer
 * Organizational Chart Templates

FOLLOW US