{"id":501,"date":"2023-12-25T10:00:00","date_gmt":"2023-12-25T10:00:00","guid":{"rendered":"https:\/\/jacar.es\/low-code-retool-appsmith\/"},"modified":"2023-12-25T10:00:00","modified_gmt":"2023-12-25T10:00:00","slug":"low-code-retool-appsmith","status":"publish","type":"post","link":"https:\/\/jacar.es\/en\/low-code-retool-appsmith\/","title":{"rendered":"Corporate Low-Code: Retool and Appsmith for Internal Tools"},"content":{"rendered":"<p><strong>Internal tools<\/strong> are the silent pain of many organisations. Each team needs dashboards, forms, administrative workflows. Building them as traditional web apps consumes developer time that would prefer to focus on the product. Low-code platforms like <strong><a href=\"https:\/\/retool.com\/\">Retool<\/a><\/strong> and <strong><a href=\"https:\/\/www.appsmith.com\/\">Appsmith<\/a><\/strong> promise to collapse that time from weeks to hours. We cover when they deliver the promise, where they break, and the criteria to choose between the two.<\/p>\n<h2 id=\"the-problem-they-solve\">The Problem They Solve<\/h2>\n<p>A typical corporate internal tool:<\/p>\n<ul>\n<li>Reads from several sources (internal DB, REST API, spreadsheet).<\/li>\n<li>Shows data in a table with filters.<\/li>\n<li>Allows actions (edit, approve, export, escalate).<\/li>\n<li>Some simple workflows (assign, change state, notify).<\/li>\n<\/ul>\n<p>Building this as a React app + custom backend can take 2-4 weeks of a developer. With Retool or Appsmith, the same functionality comes out in 1-3 days \u2014 no UI code, drag-and-drop over pre-made components, SQL\/API queries in blocks.<\/p>\n<p>For a company with 20-50 potential internal tools, savings are real.<\/p>\n<h2 id=\"retool-dominant-commercial-saas\">Retool: Dominant Commercial SaaS<\/h2>\n<p><a href=\"https:\/\/retool.com\/\">Retool<\/a> is the leading commercial option. Managed SaaS (with Enterprise self-hosted option) and per-user pricing.<\/p>\n<p><strong>Pros<\/strong>:<\/p>\n<ul>\n<li><strong>Rich and polished components<\/strong>. Tables with excellent sorting\/filtering, reactive forms, charts.<\/li>\n<li><strong>Connections to almost everything<\/strong>. Dozens of native integrations \u2014 Postgres, MySQL, Snowflake, Stripe, Google Sheets, Salesforce, etc.<\/li>\n<li><strong>Server-side workflows<\/strong>. Logic running outside the browser, ideal for long processes.<\/li>\n<li><strong>Mature permissions and audit trail<\/strong> for enterprise use.<\/li>\n<li><strong>Excellent DX<\/strong>. Responsive editor, undo\/redo, fast preview.<\/li>\n<\/ul>\n<p><strong>Cons<\/strong>:<\/p>\n<ul>\n<li><strong>Cost<\/strong>. $10-50 per user\/month per tier. For a 200-person organisation, adds up fast.<\/li>\n<li><strong>Vendor lock-in<\/strong>. Your code isn\u2019t yours \u2014 lives in their SaaS. Migration is rewrite.<\/li>\n<li><strong>SaaS with sensitive data<\/strong>. Although they offer compliance, some sectors prefer self-hosted.<\/li>\n<\/ul>\n<p>For companies that can afford the cost, Retool\u2019s quality in its category is hard to beat.<\/p>\n<h2 id=\"appsmith-the-open-source-alternative\">Appsmith: The Open Source Alternative<\/h2>\n<p><a href=\"https:\/\/www.appsmith.com\/\">Appsmith<\/a> is the open source option. Self-hostable for free (Community Edition) or managed cloud (Business Edition with extra features).<\/p>\n<p><strong>Pros<\/strong>:<\/p>\n<ul>\n<li><strong>Open source and self-hostable<\/strong>. Total control over data and code.<\/li>\n<li><strong>Active community<\/strong>. Frequent improvements, community plugins.<\/li>\n<li><strong>Low or zero cost<\/strong>. Self-hosted on a small VPS covers many organisations.<\/li>\n<li><strong>Similar model to Retool<\/strong>. Migrating concepts between the two is fast.<\/li>\n<\/ul>\n<p><strong>Cons<\/strong>:<\/p>\n<ul>\n<li><strong>Components somewhat less polished<\/strong> than Retool. Improving with each release.<\/li>\n<li><strong>Smaller integration ecosystem<\/strong>, though covering the most common.<\/li>\n<li><strong>Operations<\/strong>. Self-hosted means maintaining it yourself \u2014 updates, backups, scaling.<\/li>\n<\/ul>\n<p>For companies preferring open source or with limited budgets, Appsmith is the reasonable choice.<\/p>\n<h2 id=\"other-relevant-alternatives\">Other Relevant Alternatives<\/h2>\n<p>The internal-tool low-code space is active:<\/p>\n<ul>\n<li><strong><a href=\"https:\/\/www.tooljet.com\/\">ToolJet<\/a><\/strong>: open source with focus similar to Appsmith. Growing community.<\/li>\n<li><strong><a href=\"https:\/\/budibase.com\/\">Budibase<\/a><\/strong>: open source and SaaS, focus on more visual UI.<\/li>\n<li><strong><a href=\"https:\/\/lowdefy.com\/\">Lowdefy<\/a><\/strong>: configurable via YAML, more \u201ccode-like\u201d than the previous.<\/li>\n<li><strong><a href=\"https:\/\/www.nocobase.com\/\">NocoBase<\/a><\/strong>: focused on database-driven apps.<\/li>\n<li><strong>Microsoft Power Apps<\/strong>: if your organisation is on Microsoft stack, natural integration.<\/li>\n<\/ul>\n<p>Each has cases where it shines. The space is leaving the \u201cearly\u201d phase toward consolidation.<\/p>\n<h2 id=\"cases-where-low-code-works-well\">Cases Where Low-code Works Well<\/h2>\n<p>Three categories where low-code clearly delivers:<\/p>\n<ul>\n<li><strong>Internal admin dashboards<\/strong>. CRUD over internal tables with per-team permissions. Almost templates.<\/li>\n<li><strong>Approvals and simple workflows<\/strong>. \u201cManager approves \u2192 automatic A \u2192 if X, automatic B\u201d. Visually modelable.<\/li>\n<li><strong>Forms with validation and saving<\/strong>. Employee onboarding, incident logging, internal surveys.<\/li>\n<li><strong>Internal KPI dashboards<\/strong>. Connect several sources and show charts.<\/li>\n<li><strong>Support\/CS tools<\/strong>. Search user, see history, run admin actions.<\/li>\n<\/ul>\n<p>For these categories, low-code is clearly productive and maintainable.<\/p>\n<h2 id=\"cases-where-it-breaks\">Cases Where It Breaks<\/h2>\n<p>Sooner or later, low-code platforms show limits:<\/p>\n<ul>\n<li><strong>Complex business logic<\/strong>. Many rules, side effects, cross-entity validations. The visual interface becomes more complicated than traditional code.<\/li>\n<li><strong>Critical performance<\/strong>. Apps with many concurrent users or massive data. Platforms have overhead.<\/li>\n<li><strong>Very custom UI<\/strong>. If you need components that don\u2019t exist, customising is hard. Built-in components are what you get.<\/li>\n<li><strong>Versioning and diff<\/strong>. Although improving, low-code platform code is hard to review as a Git PR.<\/li>\n<li><strong>Automated testing<\/strong>. Very limited or non-existent. Tests are manual in many cases.<\/li>\n<li><strong>Strict compliance<\/strong>. Some platforms don\u2019t meet advanced auditing requirements.<\/li>\n<\/ul>\n<p>When you reach these limits, the question isn\u2019t \u201chow do I do it in low-code\u201d but \u201cis it time to migrate to traditional code\u201d.<\/p>\n<h2 id=\"hybrid-strategy\">Hybrid Strategy<\/h2>\n<p>What I see working best in medium organisations:<\/p>\n<ul>\n<li><strong>Low-code for non-critical, simple internal tools<\/strong>. The majority.<\/li>\n<li><strong>Traditional code for apps with external users or complex logic<\/strong>. The minority that matters most.<\/li>\n<li><strong>Clear rules<\/strong> about when to migrate from one to the other \u2014 based on complexity, user count, criticality.<\/li>\n<li><strong>Tooling investment<\/strong> so low-code apps are operable \u2014 backups, monitoring, permissions.<\/li>\n<\/ul>\n<p>The common error is to polarise: either \u201ceverything in low-code\u201d or \u201ceverything in code\u201d. The correct answer is mixture applied with judgment.<\/p>\n<h2 id=\"how-to-choose-between-retool-and-appsmith\">How to Choose Between Retool and Appsmith<\/h2>\n<p>Quick decision:<\/p>\n<ul>\n<li><strong>Budget OK, want speed and polish<\/strong> \u2192 Retool.<\/li>\n<li><strong>Open source is priority or budget limited<\/strong> \u2192 Appsmith.<\/li>\n<li><strong>Self-hosting required by compliance<\/strong> \u2192 Appsmith CE or Retool Enterprise.<\/li>\n<li><strong>You already have a platform team<\/strong> \u2192 either; Appsmith gives more control.<\/li>\n<\/ul>\n<h2 id=\"conclusion\">Conclusion<\/h2>\n<p>Modern low-code platforms are legitimate tools for internal tools, not toys. Well applied to the right cases, they multiply productivity of teams without dedicated internal-tooling developers. Poorly applied (complex logic, critical performance, very custom UI), they generate hidden technical debt. The key is applying them with clear criteria for when to escalate to traditional code. Retool and Appsmith are both solid options; choice depends more on budget and operational preferences than absolute capabilities.<\/p>\n<p>Follow us on jacar.es for more on productivity, internal tools, and pragmatic architectures.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Retool and Appsmith accelerate internal-tool development. When low-code is the right option and when, sooner or later, it breaks.<\/p>\n","protected":false},"author":1,"featured_media":502,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25,24],"tags":[300,301,298,302,299,294],"class_list":["post-501","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-desarrollo-de-software","category-herramientas","tag-appsmith","tag-herramientas-internas","tag-low-code","tag-no-code","tag-retool","tag-self-hosted"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"en","enabled_languages":["es","en"],"languages":{"es":{"title":true,"content":true,"excerpt":true},"en":{"title":true,"content":true,"excerpt":true}}},"gutentor_comment":0,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Corporate Low-Code: Retool and Appsmith for Internal Tools - Jacar<\/title>\n<meta name=\"description\" content=\"Retool and Appsmith compared: when low-code accelerates internal tools, SaaS vs self-hosted models, and when to migrate to traditional code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jacar.es\/low-code-retool-appsmith\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Corporate Low-Code: Retool and Appsmith for Internal Tools - Jacar\" \/>\n<meta property=\"og:description\" content=\"Retool and Appsmith compared: when low-code accelerates internal tools, SaaS vs self-hosted models, and when to migrate to traditional code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jacar.es\/low-code-retool-appsmith\/\" \/>\n<meta property=\"og:site_name\" content=\"Jacar\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-25T10:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2020\/09\/favicon.png\" \/>\n\t<meta property=\"og:image:width\" content=\"252\" \/>\n\t<meta property=\"og:image:height\" content=\"229\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"javi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"javi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/\"},\"author\":{\"name\":\"javi\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/person\\\/54a7f7b4224b38fafc9866eb3e614208\"},\"headline\":\"Corporate Low-Code: Retool and Appsmith for Internal Tools\",\"datePublished\":\"2023-12-25T10:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/\"},\"wordCount\":1871,\"publisher\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/19235930\\\/jwp-1311127-5038.jpg\",\"keywords\":[\"appsmith\",\"herramientas internas\",\"low code\",\"no code\",\"retool\",\"self-hosted\"],\"articleSection\":[\"Desarrollo de Software\",\"Herramientas\"],\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"ItemPage\"],\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/\",\"url\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/\",\"name\":\"Corporate Low-Code: Retool and Appsmith for Internal Tools - Jacar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/19235930\\\/jwp-1311127-5038.jpg\",\"datePublished\":\"2023-12-25T10:00:00+00:00\",\"description\":\"Retool and Appsmith compared: when low-code accelerates internal tools, SaaS vs self-hosted models, and when to migrate to traditional code.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/19235930\\\/jwp-1311127-5038.jpg\",\"contentUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/19235930\\\/jwp-1311127-5038.jpg\",\"width\":1200,\"height\":800,\"caption\":\"Bloques modulares conectados representando construcci\u00f3n visual de aplicaciones\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jacar.es\\\/low-code-retool-appsmith\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/jacar.es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Low-code corporativo: Retool y Appsmith para herramientas internas\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#website\",\"url\":\"https:\\\/\\\/jacar.es\\\/\",\"name\":\"Jacar\",\"description\":\"Passion for Technology\",\"publisher\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jacar.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\",\"name\":\"Jacar\",\"url\":\"https:\\\/\\\/jacar.es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/jacar.es\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/favicon.png\",\"contentUrl\":\"https:\\\/\\\/jacar.es\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/favicon.png\",\"width\":252,\"height\":229,\"caption\":\"Jacar\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/javiercanetearroyo\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/person\\\/54a7f7b4224b38fafc9866eb3e614208\",\"name\":\"javi\",\"sameAs\":[\"https:\\\/\\\/jacar.es\"],\"url\":\"https:\\\/\\\/jacar.es\\\/en\\\/author\\\/javi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Corporate Low-Code: Retool and Appsmith for Internal Tools - Jacar","description":"Retool and Appsmith compared: when low-code accelerates internal tools, SaaS vs self-hosted models, and when to migrate to traditional code.","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:\/\/jacar.es\/low-code-retool-appsmith\/","og_locale":"en_US","og_type":"article","og_title":"Corporate Low-Code: Retool and Appsmith for Internal Tools - Jacar","og_description":"Retool and Appsmith compared: when low-code accelerates internal tools, SaaS vs self-hosted models, and when to migrate to traditional code.","og_url":"https:\/\/jacar.es\/low-code-retool-appsmith\/","og_site_name":"Jacar","article_published_time":"2023-12-25T10:00:00+00:00","og_image":[{"width":252,"height":229,"url":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2020\/09\/favicon.png","type":"image\/png"}],"author":"javi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"javi","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/#article","isPartOf":{"@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/"},"author":{"name":"javi","@id":"https:\/\/jacar.es\/#\/schema\/person\/54a7f7b4224b38fafc9866eb3e614208"},"headline":"Corporate Low-Code: Retool and Appsmith for Internal Tools","datePublished":"2023-12-25T10:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/"},"wordCount":1871,"publisher":{"@id":"https:\/\/jacar.es\/#organization"},"image":{"@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/#primaryimage"},"thumbnailUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2023\/12\/19235930\/jwp-1311127-5038.jpg","keywords":["appsmith","herramientas internas","low code","no code","retool","self-hosted"],"articleSection":["Desarrollo de Software","Herramientas"],"inLanguage":"en-US"},{"@type":["WebPage","ItemPage"],"@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/","url":"https:\/\/jacar.es\/low-code-retool-appsmith\/","name":"Corporate Low-Code: Retool and Appsmith for Internal Tools - Jacar","isPartOf":{"@id":"https:\/\/jacar.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/#primaryimage"},"image":{"@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/#primaryimage"},"thumbnailUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2023\/12\/19235930\/jwp-1311127-5038.jpg","datePublished":"2023-12-25T10:00:00+00:00","description":"Retool and Appsmith compared: when low-code accelerates internal tools, SaaS vs self-hosted models, and when to migrate to traditional code.","breadcrumb":{"@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jacar.es\/low-code-retool-appsmith\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/#primaryimage","url":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2023\/12\/19235930\/jwp-1311127-5038.jpg","contentUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2023\/12\/19235930\/jwp-1311127-5038.jpg","width":1200,"height":800,"caption":"Bloques modulares conectados representando construcci\u00f3n visual de aplicaciones"},{"@type":"BreadcrumbList","@id":"https:\/\/jacar.es\/low-code-retool-appsmith\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/jacar.es\/"},{"@type":"ListItem","position":2,"name":"Low-code corporativo: Retool y Appsmith para herramientas internas"}]},{"@type":"WebSite","@id":"https:\/\/jacar.es\/#website","url":"https:\/\/jacar.es\/","name":"Jacar","description":"Passion for Technology","publisher":{"@id":"https:\/\/jacar.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jacar.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jacar.es\/#organization","name":"Jacar","url":"https:\/\/jacar.es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacar.es\/#\/schema\/logo\/image\/","url":"https:\/\/jacar.es\/wp-content\/uploads\/2020\/09\/favicon.png","contentUrl":"https:\/\/jacar.es\/wp-content\/uploads\/2020\/09\/favicon.png","width":252,"height":229,"caption":"Jacar"},"image":{"@id":"https:\/\/jacar.es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/javiercanetearroyo\/"]},{"@type":"Person","@id":"https:\/\/jacar.es\/#\/schema\/person\/54a7f7b4224b38fafc9866eb3e614208","name":"javi","sameAs":["https:\/\/jacar.es"],"url":"https:\/\/jacar.es\/en\/author\/javi\/"}]}},"_links":{"self":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts\/501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/comments?post=501"}],"version-history":[{"count":0,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts\/501\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/media\/502"}],"wp:attachment":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/media?parent=501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/categories?post=501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/tags?post=501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}