{"id":49573,"date":"2026-09-23T09:33:51","date_gmt":"2026-09-23T09:33:51","guid":{"rendered":"https:\/\/designwiz.com\/blog\/?p=49573"},"modified":"2026-09-23T09:33:54","modified_gmt":"2026-09-23T09:33:54","slug":"designwiz-welcomes-1invites","status":"publish","type":"post","link":"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/","title":{"rendered":"DesignWiz Welcomes 1invites to Its Platform"},"content":{"rendered":"\n<style>\n\/* ---------- Base (scoped to .dwb so the theme can't break it) ---------- *\/\n.dwb, .dwb * { box-sizing: border-box; margin: 0; padding: 0; }\n.dwb {\n  --dw-blue:       #0069ff;  \/* DesignWiz primary      *\/\n  --dw-blue-dark:  #005fe5;  \/* hover                  *\/\n  --dw-blue-light: #1980ff;\n  --dw-yellow:     #ffc700;  \/* DesignWiz accent       *\/\n  --dw-ink:        #151515;\n  --dw-body:       #424d5c;\n  --dw-tint:       #f4f9ff;\n  --dw-line:       #dbe7f6;\n  width: 100%;\n  padding: 10px 0 56px;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  font-size: 17px;\n  line-height: 1.75;\n  color: var(--dw-body);\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* ---------- Category tag ---------- *\/\n.dwb-tag {\n  display: inline-block;\n  background: #fff3c4;\n  color: #7a5c00;\n  font-size: 12.5px;\n  font-weight: 800;\n  letter-spacing: .12em;\n  text-transform: uppercase;\n  padding: 6px 14px;\n  border-radius: 999px;\n  margin-bottom: 20px;\n}\n\n\/* ---------- Opening announcement callout ---------- *\/\n.dwb-callout {\n  background: var(--dw-tint);\n  border-left: 4px solid var(--dw-blue);\n  border-radius: 0 14px 14px 0;\n  padding: 22px 26px;\n  margin-bottom: 34px;\n  font-size: 16.5px;\n  color: #2a3442;\n}\n.dwb-callout strong { color: var(--dw-ink); }\n.dwb-callout a.dwb-btn-sm {\n  display: inline-block;\n  margin-top: 12px;\n  background: var(--dw-blue);\n  color: #fff !important;\n  font-weight: 700;\n  font-size: 15px;\n  text-decoration: none !important;\n  padding: 10px 22px;\n  border-radius: 999px;\n  transition: background .15s ease;\n}\n.dwb-callout a.dwb-btn-sm:hover { background: var(--dw-blue-dark); }\n\n\/* ---------- Paragraphs & lede ---------- *\/\n.dwb p { margin-bottom: 20px; }\n.dwb-lede { font-size: 19px; color: #333f4e; }\n.dwb-punch {\n  font-size: 21px;\n  line-height: 1.5;\n  font-weight: 700;\n  color: var(--dw-ink);\n  border-left: 4px solid var(--dw-yellow);\n  padding-left: 18px;\n  margin: 28px 0;\n}\n\n\/* ---------- Headings ---------- *\/\n.dwb h2 {\n  font-size: 28px;\n  line-height: 1.25;\n  font-weight: 800;\n  letter-spacing: -0.3px;\n  color: var(--dw-ink);\n  margin: 46px 0 18px;\n}\n.dwb h2::after {\n  content: \"\";\n  display: block;\n  width: 56px; height: 4px;\n  background: var(--dw-yellow);\n  border-radius: 2px;\n  margin-top: 12px;\n}\n.dwb h3 {\n  font-size: 21.5px;\n  line-height: 1.3;\n  font-weight: 800;\n  color: var(--dw-ink);\n  margin: 38px 0 14px;\n}\n\n\/* ---------- Workflow step list ---------- *\/\n.dwb-steps { list-style: none; margin: 22px 0 26px; }\n.dwb-steps li {\n  position: relative;\n  counter-increment: dwstep;\n  padding: 0 0 20px 58px;\n}\n.dwb-steps li::before {\n  content: counter(dwstep);\n  position: absolute;\n  left: 0; top: 0;\n  width: 38px; height: 38px;\n  display: flex; align-items: center; justify-content: center;\n  background: var(--dw-tint);\n  border: 2px solid var(--dw-blue);\n  border-radius: 50%;\n  color: var(--dw-blue);\n  font-weight: 800;\n  font-size: 16px;\n}\n.dwb-steps li:not(:last-child)::after {\n  content: \"\";\n  position: absolute;\n  left: 18px; top: 42px; bottom: 2px;\n  width: 2px;\n  background: var(--dw-line);\n}\n.dwb-steps li:last-child { padding-bottom: 0; }\n.dwb-steps strong { color: var(--dw-ink); }\n\n\/* ---------- Bullet list ---------- *\/\n.dwb-list { list-style: none; margin: 18px 0 24px; }\n.dwb-list li {\n  position: relative;\n  padding-left: 28px;\n  margin: 11px 0;\n}\n.dwb-list li::before {\n  content: \"\";\n  position: absolute;\n  left: 2px; top: 11px;\n  width: 9px; height: 9px;\n  border-radius: 3px;\n  background: var(--dw-blue);\n}\n\n\/* ---------- Final CTA card ---------- *\/\n.dwb-cta-card {\n  background: var(--dw-tint);\n  border: 1px solid var(--dw-line);\n  border-radius: 16px;\n  padding: 36px 28px;\n  text-align: center;\n  margin-top: 44px;\n}\n.dwb-cta-card h4 {\n  font-size: 22px;\n  font-weight: 800;\n  color: var(--dw-ink);\n  margin-bottom: 20px;\n}\n.dwb-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }\n.dwb-btn {\n  display: inline-block;\n  background: var(--dw-blue);\n  color: #fff !important;\n  font-weight: 700;\n  font-size: 16.5px;\n  text-decoration: none !important;\n  padding: 14px 30px;\n  border-radius: 999px;\n  transition: background .15s ease, transform .15s ease;\n}\n.dwb-btn:hover { background: var(--dw-blue-dark); transform: translateY(-2px); }\n.dwb-btn-ghost {\n  display: inline-block;\n  background: #fff;\n  color: var(--dw-blue) !important;\n  border: 2px solid var(--dw-blue);\n  font-weight: 700;\n  font-size: 16.5px;\n  text-decoration: none !important;\n  padding: 12px 28px;\n  border-radius: 999px;\n  transition: background .15s ease, color .15s ease, transform .15s ease;\n}\n.dwb-btn-ghost:hover { background: var(--dw-blue); color: #fff !important; transform: translateY(-2px); }\n.dwb-thanks { margin-top: 22px; font-size: 15.5px; color: var(--dw-body); }\n\n\/* ---------- Mobile ---------- *\/\n@media (max-width: 640px) {\n  .dwb { font-size: 16px; padding-bottom: 40px; }\n  .dwb h2 { font-size: 24px; margin-top: 38px; }\n  .dwb h3 { font-size: 19.5px; }\n  .dwb-punch { font-size: 19px; }\n  .dwb-steps li { padding-left: 52px; }\n  .dwb-cta-card { padding: 30px 18px; }\n}\n<\/style>\n\n<div class=\"dwb\">\n\n  <span class=\"dwb-tag\">Product news<\/span>\n\n  <!-- Opening callout -->\n  <div class=\"dwb-callout\">\n    \ud83c\udf89 <strong>1invites is now part of DesignWiz.<\/strong> Design the invitation, track every reply, print or share it \u2014 then build the rest of the event around it.<br>\n    <a class=\"dwb-btn-sm\" href=\"https:\/\/designwiz.com\/invitation-maker\/?utm_source=designwizblog\" target=\"_blank\" rel=\"noopener noreferrer\">Try DesignWiz Invitation Maker<\/a>\n  <\/div>\n\n  <!-- Intro -->\n  <p class=\"dwb-lede\">Today we&#8217;re adding an invitation product to DesignWiz. 1invites \u2014 an invitation maker used by hosts, wedding planners and event businesses for years, rated 4.7 on both app stores \u2014 joins the platform as <strong>Invitation Maker by DesignWiz<\/strong>.<\/p>\n\n  <p class=\"dwb-punch\">This isn&#8217;t us collecting another template category. It&#8217;s the missing front door to the platform.<\/p>\n\n  <!-- Section 1 -->\n  <h2><span class=\"ez-toc-section\" id=\"Why_invitations_and_why_now\"><\/span>Why invitations, and why now<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n  <p>Every other product on DesignWiz starts with a business that has something to promote. The invitation starts somewhere different: someone has a date, a place and a list of names.<\/p>\n\n  <p>That sounds simpler. It is not.<\/p>\n\n  <p>An invitation is the single most information-dense thing most people will ever design. Names of two families, a venue with a link that must be tapped correctly, a date that has to survive translation into three time zones in the same chat group, a dress code, a &#8220;no gifts&#8221; line that has to be polite, an RSVP deadline, and a tone that tells your cousin and your CEO the same event is serious. Get one field wrong and the design is worthless regardless of how beautiful it is.<\/p>\n\n  <p>And then the actual job begins: who&#8217;s coming. That part has never been a design problem. It&#8217;s a coordination problem \u2014 and most invitation tools abandon the user at exactly the point where the work gets hard.<\/p>\n\n  <p>We&#8217;ve said since the beginning that DesignWiz is not a general-purpose design tool. We don&#8217;t want a canvas and a shrug. We want the whole job, end to end. An invitation product that stops at the download would have been off-strategy for us. 1invites didn&#8217;t stop there \u2014 it was built around tracking who replied. That&#8217;s what made it worth adding.<\/p>\n\n  <!-- Section 2 -->\n  <h3><span class=\"ez-toc-section\" id=\"What_1invites_brings_that_a_%E2%80%9Cgeneric%E2%80%9D_design_tool_wont\"><\/span>What 1invites brings that a &#8220;generic&#8221; design tool won&#8217;t<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n  <p><strong>A workflow, not a template.<\/strong><\/p>\n\n  <ol class=\"dwb-steps\">\n    <li><strong>Design<\/strong> \u2014 start from a template or from an AI-generated draft, edit in place<\/li>\n    <li><strong>Personalise<\/strong> \u2014 one message, per-guest detail where the occasion needs it<\/li>\n    <li><strong>Send<\/strong> \u2014 digital card, shareable link, print-ready file<\/li>\n    <li><strong>Track<\/strong> \u2014 who replied, who hasn&#8217;t, who&#8217;s bringing three people<\/li>\n    <li><strong>Follow up<\/strong> \u2014 nudges without a spreadsheet<\/li>\n    <li><strong>Confirm<\/strong> \u2014 final headcount for the caterer, the venue, the printer<\/li>\n    <li><strong>Extend<\/strong> \u2014 the poster, the reminder post, the program, the thank-you<\/li>\n  <\/ol>\n\n  <p>That last step is where the platform pays off. A couple designing a wedding invite in DesignWiz can generate a welcome poster, a table card and a set of matching social announcements in the same session, on the same brand kit.<\/p>\n\n  <!-- Section 3 -->\n  <h3><span class=\"ez-toc-section\" id=\"The_RSVP_is_the_data_that_makes_the_design_useful\"><\/span>The RSVP is the data that makes the design useful<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n  <p>Here&#8217;s a detail most people skip. Once replies arrive, you know the real headcount, the real mix of adults and kids, the real &#8220;declined&#8221; pattern. In a business context that&#8217;s marketing information. A venue, a caterer, a brand running a launch party or a webinar now has confirmed attendance sitting next to the assets that produced it \u2014 in the same account as the flyer, the menu and the social set.<\/p>\n\n  <p>Nothing else in the ecosystem hands us that. For food and hospitality businesses, who are already our biggest users of Menu Maker, it&#8217;s directly useful: an event dinner needs a menu <em>and<\/em> a headcount.<\/p>\n\n  <!-- Section 4 -->\n  <h3><span class=\"ez-toc-section\" id=\"What_this_means_for_the_future\"><\/span>What this means for the future<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n  <p>We&#8217;ll keep investing in the same five things we always list, with invitations now part of each:<\/p>\n\n  <ul class=\"dwb-list\">\n    <li>professionally designed, occasion-accurate templates<\/li>\n    <li>workflow features that finish the job (RSVP, guest lists, follow-ups)<\/li>\n    <li>AI that understands context \u2014 invitation wording behaves differently from menu copy<\/li>\n    <li>industry-specific and region-specific resources: event planners, venues, caterers, schools, and the high-volume celebration markets where invitations are treated as a reflection of the host, not a formality<\/li>\n    <li>faster routes from &#8220;we&#8217;ve decided&#8221; to &#8220;it&#8217;s sent&#8221;<\/li>\n  <\/ul>\n\n  <!-- Section 5 -->\n  <h3><span class=\"ez-toc-section\" id=\"For_the_1invites_community\"><\/span>For the 1invites community<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n  <p>You were already doing the hardest part of this well. The apps remain available, your saved designs, guest lists and subscription terms are unchanged, and the same team&#8217;s roadmap now sits inside a bigger platform with more engineers, a shared AI engine and a wider template library pointed at your use case.<\/p>\n\n  <p>We&#8217;re glad you&#8217;re here. Same as always: this is an upgrade, not a rename.<\/p>\n\n  <!-- Final CTA -->\n  <div class=\"dwb-cta-card\">\n    <h4>Ready when you are<\/h4>\n    <div class=\"dwb-btns\">\n      <a class=\"dwb-btn\" href=\"https:\/\/designwiz.com\/invitation-maker\/?utm_source=designwizblog\" target=\"_blank\" rel=\"noopener noreferrer\">Start with Invitation Maker by DesignWiz \u2192<\/a>\n    <\/div>\n    <p class=\"dwb-thanks\">Thank you for being part of our journey.<\/p>\n  <\/div>\n\n<\/div>\n<script>(function(){function c(){var b=a.contentDocument||(a.contentWindow&&a.contentWindow.document);if(b){var d=b.createElement('script');d.innerHTML=\"window.__CF$cv$params={r:'a3f037ca4f710aea',t:'MTc5MDA2ODY2MA=='};var a=document.createElement('script');a.src='\/cdn-cgi\/challenge-platform\/scripts\/jsd\/main.js';document.getElementsByTagName('head')[0].appendChild(a);\";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Product news \ud83c\udf89 1invites is now part of DesignWiz. Design the invitation, track every reply, print or share &hellip; <\/p>\n","protected":false},"author":4,"featured_media":49579,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[],"class_list":["post-49573","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-explore"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DesignWiz Welcomes 1invites: Invitation Maker by DesignWiz<\/title>\n<meta name=\"description\" content=\"1invites has joined DesignWiz as an Invitation Maker. Why we built an invitation product around RSVPs, guest lists, and what that adds to the platform.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DesignWiz Welcomes 1invites: Invitation Maker by DesignWiz\" \/>\n<meta property=\"og:description\" content=\"1invites has joined DesignWiz as an Invitation Maker. Why we built an invitation product around RSVPs, guest lists, and what that adds to the platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/\" \/>\n<meta property=\"og:site_name\" content=\"DesignWiz\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/Ghanshyam.bhalu\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-23T09:33:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-23T09:33:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/designwiz.s3.amazonaws.com\/blog\/1invite-now-designwiz.png\" \/>\n\t<meta property=\"og:image:width\" content=\"735\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ghanshyam Bhalu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/x.com\/bhalughanshyam\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ghanshyam Bhalu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/\",\"url\":\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/\",\"name\":\"DesignWiz Welcomes 1invites: Invitation Maker by DesignWiz\",\"isPartOf\":{\"@id\":\"https:\/\/designwiz.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/designwiz.s3.amazonaws.com\/blog\/1invite-now-designwiz.png\",\"datePublished\":\"2026-09-23T09:33:51+00:00\",\"dateModified\":\"2026-09-23T09:33:54+00:00\",\"author\":{\"@id\":\"https:\/\/designwiz.com\/blog\/#\/schema\/person\/8a1853f8c5d97842da9559d89cd39f85\"},\"description\":\"1invites has joined DesignWiz as an Invitation Maker. Why we built an invitation product around RSVPs, guest lists, and what that adds to the platform.\",\"breadcrumb\":{\"@id\":\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#primaryimage\",\"url\":\"https:\/\/designwiz.s3.amazonaws.com\/blog\/1invite-now-designwiz.png\",\"contentUrl\":\"https:\/\/designwiz.s3.amazonaws.com\/blog\/1invite-now-designwiz.png\",\"width\":735,\"height\":400,\"caption\":\"1invites is now designwiz\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/designwiz.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DesignWiz Welcomes 1invites to Its Platform\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/designwiz.com\/blog\/#website\",\"url\":\"https:\/\/designwiz.com\/blog\/\",\"name\":\"DesignWiz\",\"description\":\"Graphic Design Software For Marketers\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/designwiz.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/designwiz.com\/blog\/#\/schema\/person\/8a1853f8c5d97842da9559d89cd39f85\",\"name\":\"Ghanshyam Bhalu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/designwiz.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8abc14a0d7c61711e07bf1a57dbf85491458e99ba5abc4d5df92bfaf7b4c6869?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8abc14a0d7c61711e07bf1a57dbf85491458e99ba5abc4d5df92bfaf7b4c6869?s=96&d=mm&r=g\",\"caption\":\"Ghanshyam Bhalu\"},\"description\":\"SEO Manager at DesignWiz, creating search-driven content strategies, optimizing websites, and improving organic visibility through keyword research, on-page SEO, and performance analysis.\",\"sameAs\":[\"https:\/\/www.facebook.com\/Ghanshyam.bhalu\/\",\"https:\/\/www.instagram.com\/ghanshyam_bhalu\/\",\"https:\/\/www.linkedin.com\/in\/ghanshyam-bhalu\/\",\"https:\/\/x.com\/https:\/\/x.com\/bhalughanshyam\"],\"url\":\"https:\/\/designwiz.com\/blog\/author\/ghanshyam-bhalu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DesignWiz Welcomes 1invites: Invitation Maker by DesignWiz","description":"1invites has joined DesignWiz as an Invitation Maker. Why we built an invitation product around RSVPs, guest lists, and what that adds to the platform.","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:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/","og_locale":"en_US","og_type":"article","og_title":"DesignWiz Welcomes 1invites: Invitation Maker by DesignWiz","og_description":"1invites has joined DesignWiz as an Invitation Maker. Why we built an invitation product around RSVPs, guest lists, and what that adds to the platform.","og_url":"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/","og_site_name":"DesignWiz","article_author":"https:\/\/www.facebook.com\/Ghanshyam.bhalu\/","article_published_time":"2026-09-23T09:33:51+00:00","article_modified_time":"2026-09-23T09:33:54+00:00","og_image":[{"width":735,"height":400,"url":"https:\/\/designwiz.s3.amazonaws.com\/blog\/1invite-now-designwiz.png","type":"image\/png"}],"author":"Ghanshyam Bhalu","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/x.com\/bhalughanshyam","twitter_misc":{"Written by":"Ghanshyam Bhalu","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/","url":"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/","name":"DesignWiz Welcomes 1invites: Invitation Maker by DesignWiz","isPartOf":{"@id":"https:\/\/designwiz.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#primaryimage"},"image":{"@id":"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#primaryimage"},"thumbnailUrl":"https:\/\/designwiz.s3.amazonaws.com\/blog\/1invite-now-designwiz.png","datePublished":"2026-09-23T09:33:51+00:00","dateModified":"2026-09-23T09:33:54+00:00","author":{"@id":"https:\/\/designwiz.com\/blog\/#\/schema\/person\/8a1853f8c5d97842da9559d89cd39f85"},"description":"1invites has joined DesignWiz as an Invitation Maker. Why we built an invitation product around RSVPs, guest lists, and what that adds to the platform.","breadcrumb":{"@id":"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#primaryimage","url":"https:\/\/designwiz.s3.amazonaws.com\/blog\/1invite-now-designwiz.png","contentUrl":"https:\/\/designwiz.s3.amazonaws.com\/blog\/1invite-now-designwiz.png","width":735,"height":400,"caption":"1invites is now designwiz"},{"@type":"BreadcrumbList","@id":"https:\/\/designwiz.com\/blog\/designwiz-welcomes-1invites\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/designwiz.com\/blog\/"},{"@type":"ListItem","position":2,"name":"DesignWiz Welcomes 1invites to Its Platform"}]},{"@type":"WebSite","@id":"https:\/\/designwiz.com\/blog\/#website","url":"https:\/\/designwiz.com\/blog\/","name":"DesignWiz","description":"Graphic Design Software For Marketers","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/designwiz.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/designwiz.com\/blog\/#\/schema\/person\/8a1853f8c5d97842da9559d89cd39f85","name":"Ghanshyam Bhalu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/designwiz.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8abc14a0d7c61711e07bf1a57dbf85491458e99ba5abc4d5df92bfaf7b4c6869?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8abc14a0d7c61711e07bf1a57dbf85491458e99ba5abc4d5df92bfaf7b4c6869?s=96&d=mm&r=g","caption":"Ghanshyam Bhalu"},"description":"SEO Manager at DesignWiz, creating search-driven content strategies, optimizing websites, and improving organic visibility through keyword research, on-page SEO, and performance analysis.","sameAs":["https:\/\/www.facebook.com\/Ghanshyam.bhalu\/","https:\/\/www.instagram.com\/ghanshyam_bhalu\/","https:\/\/www.linkedin.com\/in\/ghanshyam-bhalu\/","https:\/\/x.com\/https:\/\/x.com\/bhalughanshyam"],"url":"https:\/\/designwiz.com\/blog\/author\/ghanshyam-bhalu\/"}]}},"_links":{"self":[{"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/posts\/49573","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/comments?post=49573"}],"version-history":[{"count":6,"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/posts\/49573\/revisions"}],"predecessor-version":[{"id":49580,"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/posts\/49573\/revisions\/49580"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/media\/49579"}],"wp:attachment":[{"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/media?parent=49573"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/categories?post=49573"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/designwiz.com\/blog\/wp-json\/wp\/v2\/tags?post=49573"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}