{"id":10507,"date":"2022-03-15T22:38:53","date_gmt":"2022-03-15T19:38:53","guid":{"rendered":"https:\/\/flatlogic.com\/blog\/?p=10507"},"modified":"2025-06-13T10:48:02","modified_gmt":"2025-06-13T07:48:02","slug":"what-is-material-ui","status":"publish","type":"post","link":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/","title":{"rendered":"What is Material UI?"},"content":{"rendered":"\n<p><a target=\"_blank\" href=\"https:\/\/mui.com\/\" rel=\"noreferrer noopener\">Material-UI<\/a>&nbsp;(MUI) is a CSS framework that provides React components out-of-the-box and follows&nbsp;<a target=\"_blank\" href=\"https:\/\/material.io\/design\" rel=\"noreferrer noopener\">Google&#8217;s Material Design<\/a>&nbsp;launched in 2014. MUI makes it possible to use different components to create a UI for a company&#8217;s web and mobile apps. Google uses Material Design to guarantee that no matter how users interact with the products they use, they will have a consistent experience. Material Design&#8217;s comprehensive guidelines empower designers to create structured, meaningful designs that prioritize hierarchy and results, enhancing the user interface and experience in<a href=\"https:\/\/flatlogic.com\/\" target=\"_blank\" rel=\"noreferrer noopener\"> business software<\/a> through meticulous attention to typography, grid, space, scale, and color.<\/p>\n\n\n<p><iframe data-src=\"\/\/www.slideshare.net\/slideshow\/embed_code\/key\/kotDbAuvss8q7i\" width=\"594\" height=\"397\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" style=\"border:0px solid #CCC; border-width:0px; margin-bottom:0px; max-width: 100%;\" allowfullscreen=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" data-load-mode=\"1\"> <\/iframe> <\/p>\n\n\n<p>The MUI library for React has over 76k stars on&nbsp;<a target=\"_blank\" href=\"https:\/\/github.com\/mui\/material-ui\" rel=\"noreferrer noopener\">GitHub<\/a>&nbsp;and is one of the most improved UI libraries. You can build an incredibly stylish application in a short amount of time with pre-styled components, as well as tune and expand these components according to your needs. It is based on&nbsp;<a target=\"_blank\" href=\"https:\/\/lesscss.org\/\" rel=\"noreferrer noopener\">Leaner Style Sheets<\/a>&nbsp;(LESS), a CSS development extension.<\/p>\n\n\n\n<p>You can also install the MUI into your application using yarn:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>yarn add @material-ui\/core<\/code><\/pre>\n\n\n\n<p>or npm:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>npm i @material-ui\/core<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why use Material UI?<\/strong><\/h2>\n\n\n\n<p>Here are the reasons why developers prefer to integrate MUI into their applications:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Pre-designed UI components. <\/strong>MUI supplies multiple pre-designed components from which you easily approach and attach to your application, enabling an attractive, easy-to-use, and visually engaging design and rapid implementation. <\/li>\n\n\n\n<li><strong>Material Design.<\/strong> Material Design is a well-thought-out design system that describes the value and use cases of components. With Material Design, for example, you can use Material Icons, meaning choosing icons that match your design system.<\/li>\n\n <a href=\"https:\/\/flatlogic.com\/generator\"><img decoding=\"async\" data-src=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding.png\" alt=\"Professional Vibe Coding\" class=\"banner-img lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 2560px; --smush-placeholder-aspect-ratio: 2560\/640;\" data-srcset=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding.png 2560w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-600x150.png 600w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-1024x256.png 1024w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-768x192.png 768w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-1536x384.png 1536w, https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/Introducing-professional-vibe-coding-2048x512.png 2048w\" data-sizes=\"auto\" data-original-sizes=\"(max-width: 2560px) 100vw, 2560px\"> <\/a>\n\n\n<li>Adjustable theme. MUI provides simple installation and adjustment themes to use and globally implement for all components available to you, making it a highly functional and dynamic experience. By doing so, the theme color of the component, information about the palette, surface properties, and some other styles can be customized, meaning that all your components can be consistent.<\/li>\n\n\n\n<li>Well-structured documentation. MUI has understandable and well-structured documentation, which includes guides with code examples to practice with.<\/li>\n\n\n\n<li>Widespread support. MUI has great support for fixing bugs and issues, due to its constantly updatable library. In small releases, for all issues found, the team provides fixes. As a user, you can participate in influencing what additions to the library will be made in the future. The team sends a feedback survey to all library developers every year to fix any issues and make the Material UI more usable, also you can tweet them feedback on the official account: <a href=\"https:\/\/twitter.com\/materialui?lang=en\">@MaterialUI<\/a>.<\/li>\n\n\n\n<li><strong>Community.<\/strong> <a href=\"https:\/\/v3.mui.com\/discover-more\/community\/\">Here<\/a> you can find basic links with support and examples of using the MUI.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Who uses Material UI and its integrations?<\/strong><\/h3>\n\n\n\n<p><a href=\"https:\/\/nodejs.org\/en\/\">Node.js<\/a>, <a href=\"https:\/\/reactjs.org\/\">React<\/a>, <a href=\"https:\/\/nextjs.org\/\">Next.js<\/a>, <a href=\"https:\/\/emotion.sh\/docs\/introduction\">Emotion<\/a>, etc, represent some of the <a href=\"https:\/\/www.toolpilot.ai\/collections\/featured-ai-tools\" target=\"_blank\" rel=\"noreferrer noopener\">most popular tools<\/a> that are integrated with Material-UI. About 214 companies use Material UI in their technology stacks, here are some of them:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.uniqlo.com\/us\/en\/home\/\">UNIQLO<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/medium.com\/\">Medium<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/scale.com\/\">Scale<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.frontend.com\/\">Frontend<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.google.com\/\">Google<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/skyquestt.com\/\">SkyQuest Tech Stack<\/a><\/li>\n<\/ul>\n\n\n\n<p>How to create your Material UI React application using the Flatlogic Platform<\/p>\n\n\n\n<p>There are two ways to build your application on the Flatlogic Platform:&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create a simple and clear frontend application, generated by the CLI framework, <\/li>\n<\/ol>\n\n\n\n<p>or<\/p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Build a <a href=\"https:\/\/flatlogic.com\/crud-app\">CRUD<\/a> application with frontend+backend+database. <\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Creating your CRUD application with Flatlogic<\/strong><\/h2>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 1. Choosing the Tech Stack<\/strong><\/h4>\n\n\n\n<p>In this step, you&#8217;re setting the name of your application and choosing the stack: Frontend, Backend, and Database.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" data-src=\"https:\/\/lh6.googleusercontent.com\/Upo6vx2Q5I6wuv1eeW_p8cZsyHya9lqXDI7i499GkvQbUyKeWk4uNxlRMGctT_rG7MV7tOpaZTRg3bShrAH2zwbBSIopgAMyOuyRY1rPOY0UUEkvSZ2reMty9I4PC0ZEwYmy7CbS\" alt=\"What is Material UI: building MUI apps with Flatlogic Platform\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 2. Choosing the Starter Template<\/strong><\/h4>\n\n\n\n<p>In this step, you&#8217;re choosing the design of the web app. Here you can find the Material Template for your application.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/JGX8H-WhPsvO50DNlBt6EmEx03EdAiStSrrtF4GJQd9MR41qYR4t7NKkhRr2_bQMSl-1o_VXD5vw-Bjpu52cjyn1-qhB_c5GNzQedS2nepLpximOscHaqbsGH6mCv03zlZQzhLtu\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Step 3. Schema Editor<\/strong><\/h4>\n\n\n\n<p>In this part you will need to know which application you want to build, that is, <a href=\"https:\/\/flatlogic.com\/custom-crm\">CRM<\/a> or E-commerce, also in this part you build a <a href=\"https:\/\/en.wikipedia.org\/wiki\/Entity%E2%80%93relationship_model\">database schema<\/a> i.e. tables and relationships between them.<\/p>\n\n\n\n<p>If you are not familiar with database design and it is difficult for you to understand what tables are, we have prepared several ready-made example schemas of real-world apps that you can build your app upon modification:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>E-commerce app;<\/li>\n\n\n\n<li>Time tracking app;<\/li>\n\n\n\n<li>Books store;<\/li>\n\n\n\n<li>Chat (messaging) app;<\/li>\n\n\n\n<li>Blog.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" data-src=\"https:\/\/lh3.googleusercontent.com\/7q4h6Z3bQe-KdH7_FvysbvzTp_AYOE6NOr8SQQR6ksi-BOCw771ZDLMUN2rguNadpWdXnHjsrZiyCA73Ajw73joB76MefJNUx4PK16lZFgvBs_j0osPDUZKz0pzPLDvd8vFOS6Nn\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" \/><\/figure>\n\n\n\n<p>Afterwards, you can deploy your application and in a few minutes, you will get a fully functional CMS for your React Application with Material Design.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Suggested Articles:<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/flatlogic.com\/blog\/what-is-angular\/\">What is Angular &#8211; Flatlogic Tech Glossary<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/flatlogic.com\/blog\/what-is-webpack-flatlogic-glossary\/\">What is Webpack &#8211; Flatlogic Tech Glossary<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/flatlogic.com\/blog\/how-to-create-a-vue-application\/\">How to Create a Vue Application [Learn the Ropes!]<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Material UI is a CSS framework that comes with React components preinstalled and follows the guidelines of Google&#8217;s Material Design. This article describes the nuances of using Material UI and explains how you can create an MUI app.<\/p>\n","protected":false},"author":24,"featured_media":10508,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"flatlogic_tldr":"MUI is a React UI framework implementing Google Material Design for consistent interfaces\nPrebuilt components, theming, and solid docs speed delivery and ensure consistency\nAdoption is broad: 76k+ GitHub stars and use by ~214 companies, including Google and UNIQLO\nFlatlogic can scaffold and deploy a Material UI CRUD app with a CMS in minutes","flatlogic_facts":[],"footnotes":""},"categories":[28],"tags":[268,98,35,108],"class_list":["post-10507","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides","tag-flatlogic-generator","tag-material-ui","tag-reactjs","tag-tech-glossary"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.2 (Yoast SEO v26.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Material UI? - Flatlogic Blog<\/title>\n<meta name=\"description\" content=\"Material UI is a blend of Material Design and React. This article lists pros, cons, and other things about Material UI to keep in mind.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Material UI?\" \/>\n<meta property=\"og:description\" content=\"Material UI is a blend of Material Design and React. This article lists pros, cons, and other things about Material UI to keep in mind.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/\" \/>\n<meta property=\"og:site_name\" content=\"Flatlogic Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/flatlogic\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-15T19:38:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-13T07:48:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/03\/post_dark_5-compressed.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1088\" \/>\n\t<meta property=\"og:image:height\" content=\"1088\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alesia S.\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/03\/post_dark_5-compressed.png\" \/>\n<meta name=\"twitter:creator\" content=\"@flatlogic\" \/>\n<meta name=\"twitter:site\" content=\"@flatlogic\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alesia S.\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is Material UI? - Flatlogic Blog","description":"Material UI is a blend of Material Design and React. This article lists pros, cons, and other things about Material UI to keep in mind.","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:\/\/flatlogic.com\/blog\/what-is-material-ui\/","og_locale":"en_US","og_type":"article","og_title":"What is Material UI?","og_description":"Material UI is a blend of Material Design and React. This article lists pros, cons, and other things about Material UI to keep in mind.","og_url":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/","og_site_name":"Flatlogic Blog","article_publisher":"https:\/\/www.facebook.com\/flatlogic","article_published_time":"2022-03-15T19:38:53+00:00","article_modified_time":"2025-06-13T07:48:02+00:00","og_image":[{"width":1088,"height":1088,"url":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/03\/post_dark_5-compressed.png","type":"image\/png"}],"author":"Alesia S.","twitter_card":"summary_large_image","twitter_image":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/03\/post_dark_5-compressed.png","twitter_creator":"@flatlogic","twitter_site":"@flatlogic","twitter_misc":{"Written by":"Alesia S.","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/#article","isPartOf":{"@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/"},"author":{"name":"Alesia S.","@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/person\/4ea8cd13c3b9919c455be1f34183a0c9"},"headline":"What is Material UI?","datePublished":"2022-03-15T19:38:53+00:00","dateModified":"2025-06-13T07:48:02+00:00","mainEntityOfPage":{"@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/"},"wordCount":720,"commentCount":0,"publisher":{"@id":"https:\/\/flatlogic.com\/blog\/#organization"},"image":{"@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/#primaryimage"},"thumbnailUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/03\/post_dark_5-compressed.png","keywords":["Flatlogic Generator","Material UI","React","Tech Glossary"],"articleSection":["Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/flatlogic.com\/blog\/what-is-material-ui\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/","url":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/","name":"What is Material UI? - Flatlogic Blog","isPartOf":{"@id":"https:\/\/flatlogic.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/#primaryimage"},"image":{"@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/#primaryimage"},"thumbnailUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/03\/post_dark_5-compressed.png","datePublished":"2022-03-15T19:38:53+00:00","dateModified":"2025-06-13T07:48:02+00:00","description":"Material UI is a blend of Material Design and React. This article lists pros, cons, and other things about Material UI to keep in mind.","breadcrumb":{"@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/flatlogic.com\/blog\/what-is-material-ui\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/#primaryimage","url":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/03\/post_dark_5-compressed.png","contentUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2022\/03\/post_dark_5-compressed.png","width":1088,"height":1088,"caption":"What is Material UI - Flatlogic Tech Glossary"},{"@type":"BreadcrumbList","@id":"https:\/\/flatlogic.com\/blog\/what-is-material-ui\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/flatlogic.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is Material UI?"}]},{"@type":"WebSite","@id":"https:\/\/flatlogic.com\/blog\/#website","url":"https:\/\/flatlogic.com\/blog\/","name":"Flatlogic Blog","description":"Vibe-coding, AI Agents, Professional Software Development Services, Case Studies and More","publisher":{"@id":"https:\/\/flatlogic.com\/blog\/#organization"},"alternateName":"Flatlogic Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/flatlogic.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/flatlogic.com\/blog\/#organization","name":"Flatlogic","url":"https:\/\/flatlogic.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/62ea6de0b3469aa3d6ebb528-1.png","contentUrl":"https:\/\/flatlogic.com\/blog\/wp-content\/uploads\/2025\/10\/62ea6de0b3469aa3d6ebb528-1.png","width":970,"height":257,"caption":"Flatlogic"},"image":{"@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/flatlogic","https:\/\/x.com\/flatlogic","https:\/\/www.instagram.com\/flatlogiccom\/","https:\/\/www.linkedin.com\/company\/flatlogic\/"]},{"@type":"Person","@id":"https:\/\/flatlogic.com\/blog\/#\/schema\/person\/4ea8cd13c3b9919c455be1f34183a0c9","name":"Alesia S.","url":"https:\/\/flatlogic.com\/blog\/author\/alesya\/"}]}},"_links":{"self":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts\/10507","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/users\/24"}],"replies":[{"embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/comments?post=10507"}],"version-history":[{"count":16,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts\/10507\/revisions"}],"predecessor-version":[{"id":16763,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/posts\/10507\/revisions\/16763"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/media\/10508"}],"wp:attachment":[{"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/media?parent=10507"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/categories?post=10507"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/flatlogic.com\/blog\/wp-json\/wp\/v2\/tags?post=10507"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}