{"id":55,"date":"2026-05-26T06:25:01","date_gmt":"2026-05-26T06:25:01","guid":{"rendered":"https:\/\/www.vpascode.com\/id\/docs\/uncategorized\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/"},"modified":"2026-08-05T06:35:40","modified_gmt":"2026-08-05T06:35:40","slug":"60-second-vpascode-quickstart-guide","status":"publish","type":"ld_docs","link":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/","title":{"rendered":"60-Second VPasCode Quickstart Guide"},"content":{"rendered":"<p>Getting started with <strong>Visual Paradigm VPasCode<\/strong> takes less than a minute. Because the platform is entirely cloud-native, you do not need to install Java runtimes, configure Node.js modules, or download heavy IDE extension dependencies. You can go from raw text syntax to a high-fidelity visual diagram in just three simple steps.<\/p>\n<p>Follow this quick walkthrough to create, customize, and share your very first Diagram-as-Code (DaC) asset.<\/p>\n<h2>Step 1: Open the Live Editor<\/h2>\n<p>Navigate your browser to the free <a href=\"https:\/\/www.vpascode.com\/\" target=\"_blank\" rel=\"noopener\"><strong>VPasCode Playground<\/strong><\/a>. By default, you will be greeted by a modern, dual-panel interface:<\/p>\n<ul>\n<li><strong>The Left Panel (Code Editor):<\/strong> A lightweight, high-performance text editor equipped with automatic syntax highlighting, line numbers, and active error detection.<\/li>\n<li><strong>The Right Panel (Live Preview Window):<\/strong> A real-time diagram renderer that updates your visual layout automatically as you type or modify your text representation.<\/li>\n<\/ul>\n<h2>Step 2: Choose Your Engine and Paste a Blueprint<\/h2>\n<p>VPasCode automatically recognizes your syntax. To see it in action, clear any placeholder text in the left panel and copy-paste one of the following baseline examples into the editor:<\/p>\n<h3>Option A: Markdown Flowchart (Mermaid Syntax)<\/h3>\n<p>If you prefer an agile, top-down flowchart layout, use this simple block:<\/p>\n            <div class=\"vpascode-viewer-container vpascode-fancy-active\">\r\n                                <div class=\"vpascode-header\">\r\n                    <span class=\"vpascode-lang-label\">Mermaid<\/span>\r\n                    <a href=\"https:\/\/www.vpascode.com\/#mermaid:eNpVyrEKwjAURuFd8B3uqENfQUgTkW6irUvIcE1\/bLBEm6QVsb67Uh30rOc7Bb42VKr5jN4JLVsHn2iHrkdMhrJsRflDbAvacMKN78+PzKczHrh1NZWXM\/xIUos+NbRHGJyF+YOFH36p0sJaxEgK3qH+WjnZtV5UEYEUJz5yxNK8AOH7MTU=\" \r\n                       target=\"_blank\" \r\n                       rel=\"noopener noreferrer\" \r\n                       class=\"vpascode-fancy-btn\">\r\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-right: 8px;\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"><\/path><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"><\/path><\/svg>\r\n                        <span>Edit Mermaid in VPasCode<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n                                <div class=\"vpascode-code-wrapper\">\r\n                    <pre class=\"lang-mermaid\"><code data-language=\"mermaid\" class=\"language-mermaid\">graph TD\r\n    A[Client Request] --&gt; B{API Gateway}\r\n    B --&gt; |Valid Token| C[Auth Service]\r\n    B --&gt; |Invalid Token| D[Access Denied]\r\n    C --&gt; E[(User Database)]<\/code><\/pre>                <\/div>\r\n                <div class=\"vpascode-actions\">\r\n                    <a href=\"https:\/\/www.vpascode.com\/#mermaid:eNpVyrEKwjAURuFd8B3uqENfQUgTkW6irUvIcE1\/bLBEm6QVsb67Uh30rOc7Bb42VKr5jN4JLVsHn2iHrkdMhrJsRflDbAvacMKN78+PzKczHrh1NZWXM\/xIUos+NbRHGJyF+YOFH36p0sJaxEgK3qH+WjnZtV5UEYEUJz5yxNK8AOH7MTU=\" \r\n                       target=\"_blank\" \r\n                       rel=\"noopener noreferrer\" \r\n                       class=\"vpascode-fancy-btn\">\r\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-right: 6px;\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"><\/path><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"><\/path><\/svg>\r\n                        <span>Edit Mermaid in VPasCode<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \n<p id=\"EHwkVSf\"><img fetchpriority=\"high\" decoding=\"async\" width=\"424\" height=\"560\" class=\"alignnone size-full wp-image-492 \" src=\"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c06358312.png\" alt=\"\" srcset=\"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c06358312.png 424w, https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c06358312-227x300.png 227w\" sizes=\"(max-width: 424px) 100vw, 424px\" \/><\/p>\n<h3>Option B: Software Architecture Component (PlantUML Syntax)<\/h3>\n<p>If you want to map structured system components with formal boundary framing, use this block:<\/p>\n            <div class=\"vpascode-viewer-container vpascode-fancy-active\">\r\n                                <div class=\"vpascode-header\">\r\n                    <span class=\"vpascode-lang-label\">Plantuml<\/span>\r\n                    <a href=\"https:\/\/www.vpascode.com\/#plantuml:RO_D2i9038JlXNs7iFVs0Jn8Yu882jeA7ieUqcveW_rPjX5HyTrTUz63SmhCv4icdGIzNFjEHGxh2pO4EdEkung5nm5EJ5x3KqKGL9wfWk0QY3qthSHBABF35ZOeTCExKT5BHHO5Avm2PnqcA6JqWVfb_2v0_44KnntiaGVpBv4a8P6JvGbMMBTaO04w9xGmEk6U7_EVUZwTqc13bJS0\" \r\n                       target=\"_blank\" \r\n                       rel=\"noopener noreferrer\" \r\n                       class=\"vpascode-fancy-btn\">\r\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-right: 8px;\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"><\/path><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"><\/path><\/svg>\r\n                        <span>Edit Plantuml in VPasCode<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n                                <div class=\"vpascode-code-wrapper\">\r\n                    <pre class=\"plantuml\"><code data-language=\"plantuml\" class=\"language-plantuml\">@startuml\r\npackage \"Application Tier\" {\r\n    [Web App] -right-&gt; [API Gateway]\r\n}\r\ndatabase \"Data Storage\" {\r\n    [API Gateway] --&gt; [SQL Main]\r\n    [API Gateway] ..&gt; [Redis Cache] : \"Read optimization\"\r\n}\r\n@enduml<\/code><\/pre>                <\/div>\r\n                <div class=\"vpascode-actions\">\r\n                    <a href=\"https:\/\/www.vpascode.com\/#plantuml:RO_D2i9038JlXNs7iFVs0Jn8Yu882jeA7ieUqcveW_rPjX5HyTrTUz63SmhCv4icdGIzNFjEHGxh2pO4EdEkung5nm5EJ5x3KqKGL9wfWk0QY3qthSHBABF35ZOeTCExKT5BHHO5Avm2PnqcA6JqWVfb_2v0_44KnntiaGVpBv4a8P6JvGbMMBTaO04w9xGmEk6U7_EVUZwTqc13bJS0\" \r\n                       target=\"_blank\" \r\n                       rel=\"noopener noreferrer\" \r\n                       class=\"vpascode-fancy-btn\">\r\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-right: 6px;\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"><\/path><path d=\"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z\"><\/path><\/svg>\r\n                        <span>Edit Plantuml in VPasCode<\/span>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \n<p id=\"RyuKigz\"><img decoding=\"async\" width=\"367\" height=\"261\" class=\"alignnone size-full wp-image-493 \" src=\"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c07cf2403.png\" alt=\"\" srcset=\"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c07cf2403.png 367w, https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c07cf2403-300x213.png 300w\" sizes=\"(max-width: 367px) 100vw, 367px\" \/><\/p>\n<p>The moment you paste the code, the right-hand panel will immediately compile your text and display your clean, perfectly aligned visual diagram.<\/p>\n<h2>Step 3: Export and Share Your Work<\/h2>\n<p>Once you are satisfied with your layout, you can instantly export or share your document using the workspace control bar located at the top of the interface:<\/p>\n<ol>\n<li><strong>Copy Shareable URL:<\/strong> Click the <strong>Share<\/strong> button to generate an instant link. VPasCode uses zero-database state serialization, meaning your entire diagram text is securely compressed straight into the URL hash. Anyone who clicks your link can view and edit the exact code model instantly.<\/li>\n<li><strong>Download High-Res Vector (SVG):<\/strong> Click the <strong>Export SVG<\/strong> button to download a scalable vector asset. This is perfect for clean embeds inside Git repositories, team wikis, or internal engineering markdown documentation files.<\/li>\n<li><strong>Download Static Image (PNG):<\/strong> Click <strong>Export PNG<\/strong> to get a high-resolution snapshot ready to be dropped straight into Slack, Microsoft Teams, or design presentations.<\/li>\n<\/ol>\n<p>Now that you have rendered your first asset, explore the next sections of our Docs to master the individual <a href=\"https:\/\/www.vpascode.com\/docs\/vpascode-docs\/plantuml-playbook\/\"><strong>PlantUML Playbook<\/strong><\/a>, <a href=\"https:\/\/www.vpascode.com\/docs\/vpascode-docs\/mermaid-js-playbook\/\"><strong>Mermaid Playbook<\/strong><\/a>, and <a href=\"https:\/\/www.vpascode.com\/docs\/vpascode-docs\/graphviz-playbook\/\"><strong>Graphviz Playbook<\/strong><\/a> design methodologies!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Getting started with Visual Paradigm VPasCode takes less than a minute. Because the platform is entirely cloud-native, you do not need to install Java runtimes, configure Node.js modules, or download heavy IDE extension dependencies. You can go from raw text&#8230;<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":45,"menu_order":2,"template":"","meta":{"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}}},"ld_collection":[14],"class_list":["post-55","ld_docs","type-ld_docs","status-publish","hentry","ld_collection-vpascode-docs"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>60-Second Quickstart Guide | VPasCode Text to Diagram Guide<\/title>\n<meta name=\"description\" content=\"Learn how to write, render, and export your first script in under a minute with VPasCode, your web-based diagram-as-code tool.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"60-Second Quickstart Guide | VPasCode Text to Diagram Guide\" \/>\n<meta property=\"og:description\" content=\"Learn how to write, render, and export your first script in under a minute with VPasCode, your web-based diagram-as-code tool.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"VPasCode\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-05T06:35:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c06358312.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/vpascode-docs\\\/introduction-getting-started\\\/60-second-vpascode-quickstart-guide\\\/\",\"url\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/vpascode-docs\\\/introduction-getting-started\\\/60-second-vpascode-quickstart-guide\\\/\",\"name\":\"60-Second Quickstart Guide | VPasCode Text to Diagram Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/vpascode-docs\\\/introduction-getting-started\\\/60-second-vpascode-quickstart-guide\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/vpascode-docs\\\/introduction-getting-started\\\/60-second-vpascode-quickstart-guide\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/wp-content\\\/uploads\\\/sites\\\/7\\\/2026\\\/05\\\/img_6a17c06358312.png\",\"datePublished\":\"2026-05-26T06:25:01+00:00\",\"dateModified\":\"2026-08-05T06:35:40+00:00\",\"description\":\"Learn how to write, render, and export your first script in under a minute with VPasCode, your web-based diagram-as-code tool.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/vpascode-docs\\\/introduction-getting-started\\\/60-second-vpascode-quickstart-guide\\\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/vpascode-docs\\\/introduction-getting-started\\\/60-second-vpascode-quickstart-guide\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/vpascode-docs\\\/introduction-getting-started\\\/60-second-vpascode-quickstart-guide\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/wp-content\\\/uploads\\\/sites\\\/7\\\/2026\\\/05\\\/img_6a17c06358312.png\",\"contentUrl\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/wp-content\\\/uploads\\\/sites\\\/7\\\/2026\\\/05\\\/img_6a17c06358312.png\",\"width\":424,\"height\":560},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/vpascode-docs\\\/introduction-getting-started\\\/60-second-vpascode-quickstart-guide\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lean Docs\",\"item\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/%ld_collection%\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Introduction &#038; Getting Started\",\"item\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/docs\\\/vpascode-docs\\\/introduction-getting-started\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"60-Second VPasCode Quickstart Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/#website\",\"url\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/\",\"name\":\"VPasCode\",\"description\":\"by Visual Paradigm\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/#organization\",\"name\":\"VPasCode\",\"url\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/wp-content\\\/uploads\\\/sites\\\/7\\\/2026\\\/06\\\/cropped-vp-online-logo-v1.png\",\"contentUrl\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/wp-content\\\/uploads\\\/sites\\\/7\\\/2026\\\/06\\\/cropped-vp-online-logo-v1.png\",\"width\":128,\"height\":138,\"caption\":\"VPasCode\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vpascode.com\\\/id\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"60-Second Quickstart Guide | VPasCode Text to Diagram Guide","description":"Learn how to write, render, and export your first script in under a minute with VPasCode, your web-based diagram-as-code tool.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/","og_locale":"id_ID","og_type":"article","og_title":"60-Second Quickstart Guide | VPasCode Text to Diagram Guide","og_description":"Learn how to write, render, and export your first script in under a minute with VPasCode, your web-based diagram-as-code tool.","og_url":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/","og_site_name":"VPasCode","article_modified_time":"2026-08-05T06:35:40+00:00","og_image":[{"url":"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c06358312.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimasi waktu membaca":"3 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/","url":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/","name":"60-Second Quickstart Guide | VPasCode Text to Diagram Guide","isPartOf":{"@id":"https:\/\/www.vpascode.com\/id\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/#primaryimage"},"image":{"@id":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c06358312.png","datePublished":"2026-05-26T06:25:01+00:00","dateModified":"2026-08-05T06:35:40+00:00","description":"Learn how to write, render, and export your first script in under a minute with VPasCode, your web-based diagram-as-code tool.","breadcrumb":{"@id":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/"]}]},{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/#primaryimage","url":"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c06358312.png","contentUrl":"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/05\/img_6a17c06358312.png","width":424,"height":560},{"@type":"BreadcrumbList","@id":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/60-second-vpascode-quickstart-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.vpascode.com\/id\/"},{"@type":"ListItem","position":2,"name":"Lean Docs","item":"https:\/\/www.vpascode.com\/id\/docs\/%ld_collection%\/"},{"@type":"ListItem","position":3,"name":"Introduction &#038; Getting Started","item":"https:\/\/www.vpascode.com\/id\/docs\/vpascode-docs\/introduction-getting-started\/"},{"@type":"ListItem","position":4,"name":"60-Second VPasCode Quickstart Guide"}]},{"@type":"WebSite","@id":"https:\/\/www.vpascode.com\/id\/#website","url":"https:\/\/www.vpascode.com\/id\/","name":"VPasCode","description":"by Visual Paradigm","publisher":{"@id":"https:\/\/www.vpascode.com\/id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vpascode.com\/id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/www.vpascode.com\/id\/#organization","name":"VPasCode","url":"https:\/\/www.vpascode.com\/id\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/www.vpascode.com\/id\/#\/schema\/logo\/image\/","url":"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/06\/cropped-vp-online-logo-v1.png","contentUrl":"https:\/\/www.vpascode.com\/id\/wp-content\/uploads\/sites\/7\/2026\/06\/cropped-vp-online-logo-v1.png","width":128,"height":138,"caption":"VPasCode"},"image":{"@id":"https:\/\/www.vpascode.com\/id\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.vpascode.com\/id\/wp-json\/wp\/v2\/ld_docs\/55","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vpascode.com\/id\/wp-json\/wp\/v2\/ld_docs"}],"about":[{"href":"https:\/\/www.vpascode.com\/id\/wp-json\/wp\/v2\/types\/ld_docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.vpascode.com\/id\/wp-json\/wp\/v2\/users\/4"}],"up":[{"embeddable":true,"href":"https:\/\/www.vpascode.com\/id\/wp-json\/wp\/v2\/ld_docs\/45"}],"wp:attachment":[{"href":"https:\/\/www.vpascode.com\/id\/wp-json\/wp\/v2\/media?parent=55"}],"wp:term":[{"taxonomy":"ld_collection","embeddable":true,"href":"https:\/\/www.vpascode.com\/id\/wp-json\/wp\/v2\/ld_collection?post=55"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}