<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Home on Ilscipio - Enterprise Commerce Experts</title>
    <link>https://www.ilscipio.com/en/</link>
    <description>Recent content in Home on Ilscipio - Enterprise Commerce Experts</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Fri, 28 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.ilscipio.com/en/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Local AI vs. Cloud APIs - When Each One Makes Sense</title>
      <link>https://www.ilscipio.com/en/blog/local-ai-vs-cloud-apis/</link>
      <pubDate>Fri, 28 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/blog/local-ai-vs-cloud-apis/</guid>
      <description>&lt;p&gt;I run local models on my own hardware for some tasks and cloud APIs for others. People ask which one is better as if it is a philosophical question. It is not. It is a cost and latency question, and the answer depends on what you are doing.&lt;/p&gt;&#xA;&lt;h2 id=&#34;when-local-makes-sense&#34;&gt;When local makes sense&lt;/h2&gt;&lt;p&gt;If you have a task that runs thousands of times a day with short inputs and predictable outputs - classification, extraction, simple Q&amp;amp;A - a local model is cheaper. You pay for the hardware once (or rent a dedicated GPU) and run as many requests as you want. No per-token billing, no rate limits, no dependency on someone else&amp;rsquo;s uptime.&lt;/p&gt;</description>
    </item>
    <item>
      <title>We Rebuilt ilscipio.com From Scratch and Nobody Noticed</title>
      <link>https://www.ilscipio.com/en/blog/new-ilscipio-website/</link>
      <pubDate>Fri, 28 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/blog/new-ilscipio-website/</guid>
      <description>&lt;p&gt;Our company website ran on WordPress with the Divi theme for years. It worked. Pages loaded, the contact form sent emails, the blog had posts. But every time I opened PageSpeed Insights the numbers made me wince. CLS of 0.81. A page weight that had no business being that large for what was mostly text and a few images.&lt;/p&gt;&#xA;&lt;p&gt;So we tore it down and rebuilt it with &lt;a href=&#34;https://getkronk.com/?utm_source=blog&amp;amp;utm_medium=article&amp;amp;utm_campaign=new-website&#34;&gt;Kronk CMS&lt;/a&gt; running Hugo underneath.&lt;/p&gt;</description>
    </item>
    <item>
      <title>So I Accidentally Built 22 JetBrains Plugins</title>
      <link>https://www.ilscipio.com/en/blog/jetbrains-plugins-lessons/</link>
      <pubDate>Tue, 25 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/blog/jetbrains-plugins-lessons/</guid>
      <description>&lt;p&gt;It started with a Freemarker plugin. We were using Freemarker templates in ScipioERP and the IDE support was limited - no completion, no navigation, no syntax highlighting worth mentioning. I thought, how hard can it be.&lt;/p&gt;&#xA;&lt;p&gt;Turns out: not that hard, actually. The JetBrains platform is powerful. The documentation just does not tell you that.&lt;/p&gt;&#xA;&lt;h2 id=&#34;one-plugin-became-a-pattern&#34;&gt;One plugin became a pattern&lt;/h2&gt;&lt;p&gt;The Freemarker plugin worked. People downloaded it. I got emails. And I noticed something: the core infrastructure I had built - the PSI tree builder, the completion engine, the settings framework - was reusable. Adding support for a new language meant implementing the grammar and a few custom inspections. Everything else was shared.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I Got Tired of Dragging Text Boxes, So I Built a Slide Language</title>
      <link>https://www.ilscipio.com/en/blog/slaide-plain-text-slides/</link>
      <pubDate>Fri, 21 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/blog/slaide-plain-text-slides/</guid>
      <description>&lt;p&gt;Every presentation tool I have used wants to be a design tool. Drag this box, align that shape, pick a font, fiddle with spacing. I have given hundreds of presentations over 20 years, and the pattern is always the same: 30% of my time goes to content, 70% to layout. Moving text boxes, resizing images, fighting with PowerPoint&amp;rsquo;s idea of &amp;ldquo;alignment.&amp;rdquo;&lt;/p&gt;&#xA;&lt;p&gt;So I built &lt;a href=&#34;https://getslaide.com/?utm_source=blog&amp;amp;utm_medium=article&amp;amp;utm_campaign=slaide-intro&#34;&gt;Slaide&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;One &lt;code&gt;.slaide&lt;/code&gt; file - Markdown for the words, a short YAML block for the theme - renders to a web deck, a PDF and an editable &lt;code&gt;.pptx&lt;/code&gt; from the same source. Because the source is plain text, it diffs in git, it lives in your repo, and an AI agent can write it directly without touching a GUI.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I Forgot About My AI Inference Bill for a Month</title>
      <link>https://www.ilscipio.com/en/blog/real-cost-ai-inference/</link>
      <pubDate>Tue, 18 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/blog/real-cost-ai-inference/</guid>
      <description>&lt;p&gt;I run a service that routes AI inference to the cheapest available GPU. So I spend an unreasonable amount of time staring at provider pricing dashboards. And the thing I keep learning is that the sticker price on an AI model tells you almost nothing about what inference actually costs you.&lt;/p&gt;&#xA;&lt;p&gt;Take a 70B parameter model. Provider A charges $0.60 per million input tokens. Provider B charges $0.90. Provider A is cheaper, right?&lt;/p&gt;</description>
    </item>
    <item>
      <title>How a Spreadsheet Turned Into an AI Inference Router</title>
      <link>https://www.ilscipio.com/en/blog/route-ai-cheapest-gpu/</link>
      <pubDate>Fri, 14 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/blog/route-ai-cheapest-gpu/</guid>
      <description>&lt;p&gt;I accidentally stumbled on spot market pricing for AI compute. So naturally, I built a service around it.&lt;/p&gt;&#xA;&lt;p&gt;The short version: GPU prices vary wildly between providers. Same model, same output, different costs depending on when and where you run it. An H100 on one provider costs $2.10/hr right now. Same GPU on another, $3.80/hr. Tomorrow those numbers will be different again.&lt;/p&gt;&#xA;&lt;p&gt;I found out the hard way. I was running AIVory Guard on a single provider, picked because it was cheapest when I checked. A month later the bill was 40% higher than I expected. The prices had moved and I had not noticed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I Replaced Five API Wrappers With MCP in a Weekend</title>
      <link>https://www.ilscipio.com/en/blog/mcp-servers-practical-guide/</link>
      <pubDate>Tue, 11 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/blog/mcp-servers-practical-guide/</guid>
      <description>&lt;p&gt;I spent the first half of 2025 writing custom API wrappers so that AI models could talk to our internal tools. A wrapper for the marketing API, one for the sales dashboard, one for the JetBrains Marketplace stats, two more for deployment scripts. Every wrapper was slightly different. Every one broke when the tool&amp;rsquo;s API changed. And every time I wanted to connect a new AI client, I had to write the integration again.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A SQL Injection Got Through Two Code Reviews</title>
      <link>https://www.ilscipio.com/en/blog/ai-code-review-in-ide/</link>
      <pubDate>Fri, 07 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/blog/ai-code-review-in-ide/</guid>
      <description>&lt;p&gt;Last month a junior developer on a client project pushed a SQL query that concatenated user input straight into the WHERE clause. Classic injection. The pull request had two approvals from senior engineers. Nobody caught it.&lt;/p&gt;&#xA;&lt;p&gt;This is not unusual. Code review catches logic bugs, style violations, missing tests. It is not great at catching security patterns. Reviewers scan for intent and correctness - does this code do what it is supposed to do. They are not running OWASP categories through their head while reading a diff.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Web Performance Tuning Checklist 2026</title>
      <link>https://www.ilscipio.com/en/blog/web-performance-checklist-2026/</link>
      <pubDate>Tue, 04 Aug 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/blog/web-performance-checklist-2026/</guid>
      <description>&lt;p&gt;Five years ago I wrote a &lt;a href=&#34;https://www.scipioerp.com/2021/03/08/web-performance-tuning-checklist-2021/&#34;&gt;performance checklist for ScipioERP&lt;/a&gt; and it still gets traffic. A lot of it still holds up, too. But a lot has changed - INP replaced FID, AVIF made WebP look inefficient, and edge-first went from conference talk to standard practice. So here is the updated version, based on what actually moved the needle on our client projects this year.&lt;/p&gt;&#xA;&lt;p&gt;If you want the full story of how we got Jewellerybox.co.uk to the top of UK fashion store performance rankings, &lt;a href=&#34;https://www.scipioerp.com/2021/03/08/how-we-built-uks-fastest-online-fashion-store/&#34;&gt;that post&lt;/a&gt; is still worth reading. This one is the quick-reference list.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Privacy Policy — Marketplace Switcher for Amazon</title>
      <link>https://www.ilscipio.com/en/privacy-policy-marketplace-switcher-for-amazon/</link>
      <pubDate>Wed, 29 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/privacy-policy-marketplace-switcher-for-amazon/</guid>
      <description>&lt;p&gt;&lt;em&gt;Last updated: 28 July 2026&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Marketplace Switcher for Amazon&lt;/strong&gt; (“the extension”) is published by ilscipio&#xA;GmbH. This policy explains what the extension does and does not do with your&#xA;data.&lt;/p&gt;&#xA;&lt;h2 id=&#34;data-we-collect&#34; class=&#34;svc-h&#34;&gt;Data we collect&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#data-we-collect&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;&lt;strong&gt;None.&lt;/strong&gt; The extension does not collect, transmit, sell, or share any personal&#xA;data. There are no analytics, no tracking, and no external servers operated by&#xA;us. Nothing you do is sent anywhere by the extension.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CremiPint – Privacy Policy</title>
      <link>https://www.ilscipio.com/en/cremipint-privacy-policy/</link>
      <pubDate>Tue, 21 Jul 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/cremipint-privacy-policy/</guid>
      <description>&lt;p&gt;CreamiPint · Last updated: 21 July 2026&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;In short:&lt;/strong&gt; CreamiPint does not collect, sell, or share your personal information. Your recipes, notes, photos, and freezer data stay on your device and — if you’re signed in to iCloud — sync privately through your own Apple Account. We have no servers and no analytics, and we never see your content.&lt;/p&gt;&#xA;&lt;p&gt;This Privacy Policy explains how CreamiPint (the “App”) handles information. The App is provided by [Legal entity name — e.g. Ilscipio GmbH] (“we,” “us,” or “our”). By using the App you agree to the practices described here.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA): Plugin for Jetbrains Platforms</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-jetbrains-plugin/</link>
      <pubDate>Tue, 09 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-jetbrains-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Plugin for Jetbrains Platforms software (“Software”) directly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the  Software. It provides a license to use the Software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Privacy Policy — Abend Patience</title>
      <link>https://www.ilscipio.com/en/privacy-policy-abend-patience/</link>
      <pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/privacy-policy-abend-patience/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;h5 id=&#34;last-updated-april-2026&#34; class=&#34;svc-h&#34;&gt;&lt;em&gt;Last updated: April 2026&lt;/em&gt;&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#last-updated-april-2026&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h5&gt;&lt;h2 id=&#34;controller&#34; class=&#34;svc-h&#34;&gt;Controller&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#controller&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;ilscipio GmbH&#xA;Humboldtstr. 13&#xA;65189 Wiesbaden&#xA;Germany&lt;/p&gt;&#xA;&lt;p&gt;Email: &lt;a href=&#34;mailto:info@ilscipio.com&#34;&gt;info@ilscipio.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;our-approach&#34; class=&#34;svc-h&#34;&gt;Our Approach&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#our-approach&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Abend Patience collects as little data as possible. We do not build user profiles, serve advertising, or sell data to third parties.&lt;/p&gt;&#xA;&lt;h2 id=&#34;data-stored-locally&#34; class=&#34;svc-h&#34;&gt;Data Stored Locally&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#data-stored-locally&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;The following data is stored exclusively on your device (via UserDefaults):&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible For Flox Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-for-flox-plugin/</link>
      <pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-for-flox-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible For Flox Plugin software (“Software”) directly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible For Flox Plugin software. It provides a license to use the Flexible For Flox Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible Swift Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-swift-plugin/</link>
      <pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-swift-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible Swift Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible Swift Plugin software. It provides a license to use the Flexible Swift Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible For Arduino Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-for-arduino-plugin/</link>
      <pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-for-arduino-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible For Arduino Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible For Arduino Plugin software. It provides a license to use the Flexible For Arduino Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Strudel Studio Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-strudel-studio-plugin/</link>
      <pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-strudel-studio-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Strudel Studio Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Strudel Studio Plugin software. It provides a license to use the Strudel Studio Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible Gutenberg Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-gutenberg-plugin/</link>
      <pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-gutenberg-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible Gutenberg Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible Gutenberg Plugin software. It provides a license to use the Flexible Gutenberg Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible Tailwind Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-tailwind-plugin/</link>
      <pubDate>Wed, 11 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-tailwind-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible Tailwind Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible Tailwind Plugin software. It provides a license to use the Flexible Tailwind Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Yarn Squirrel Privacy Policy</title>
      <link>https://www.ilscipio.com/en/yarn-squirrel-privacy-policy/</link>
      <pubDate>Mon, 09 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/yarn-squirrel-privacy-policy/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;&lt;strong&gt;Last Updated:&lt;/strong&gt; February 2026&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Developer:&lt;/strong&gt; ilscipio GmbH&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h3 id=&#34;overview&#34; class=&#34;svc-h&#34;&gt;Overview&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#overview&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h3&gt;&lt;p&gt;Yarn Squirrel (&amp;ldquo;the App&amp;rdquo;) is a pattern and yarn management app for crocheters and knitters. This privacy policy explains what data we collect, how we use it, and your rights regarding your information.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;In short:&lt;/strong&gt; We collect only what&amp;rsquo;s necessary to make the app work. We don&amp;rsquo;t sell your data, we don&amp;rsquo;t track you, and we don&amp;rsquo;t show ads.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flexible Nuxt.JS</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/flexible-nuxt-js/</link>
      <pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/flexible-nuxt-js/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/2026/02/pluginIcon.svg&#34; alt=&#34;Flexible Nuxt.js&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The first real Nuxt IDE plugin for JetBrains. Auto-import scanning from components/, composables/, and utils/. 20+ composable completions, nuxt.config.ts IntelliSense, integrated Nuxi CLI commands, and built-in Run/Debug configurations. Supports Nuxt 2, 3 &amp;amp; 4.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;50+&lt;/strong&gt; Live Templates&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;20+&lt;/strong&gt; Composable Completions&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;4&lt;/strong&gt; Nuxt Versions Supported&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/30004-flexible-nuxt-js&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;IntelliJ IDEA · WebStorm · PhpStorm · PyCharm · + All JetBrains IDEs&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;auto-import--composable-completion&#34;&gt;Auto-Import &amp;amp; Composable Completion&lt;/h2&gt;&lt;p&gt;Stop memorizing import paths and composable signatures. Flexible Nuxt.js automatically scans your components/, composables/, and utils/ directories to provide instant code completion.&lt;/p&gt;</description>
    </item>
    <item>
      <title>shadcn Helper</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/shadcn-helper/</link>
      <pubDate>Mon, 02 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/shadcn-helper/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/2026/02/pluginIcon-1.svg&#34; alt=&#34;shadcn Helper&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The only shadcn/ui plugin with accessibility inspections. Multi-registry support (21st.dev, Aceternity, Magic UI). PSI-based completion, real monorepo detection, theme browser with live preview, and one-click component installation. Supports React, Vue, Svelte &amp;amp; Solid.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;50+&lt;/strong&gt; Components Available&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;20+&lt;/strong&gt; Registries Supported&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;4&lt;/strong&gt; Frameworks Supported&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/29996-shadcn-helper&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;IntelliJ IDEA · WebStorm · PhpStorm · PyCharm · + All JetBrains IDEs&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;component-browser--code-preview&#34;&gt;Component Browser &amp;amp; Code Preview&lt;/h2&gt;&lt;p&gt;Browse all shadcn/ui components from a dedicated tool window. See code previews, component variants, and usage examples without leaving your IDE.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apache OFBiz Integration</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/apache-ofbiz-integration/</link>
      <pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/apache-ofbiz-integration/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/plugins/ofbiz_integration/icon.svg&#34; alt=&#34;OFBiz Integration&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;OFBiz development without the pain. Autocomplete for entities, services, screens. Click-through navigation. Freemarker editing. All built-in.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;10+&lt;/strong&gt; OFBiz file types supported&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Entity&lt;/strong&gt; &amp;amp; Service Autocomplete&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Run&lt;/strong&gt; Configurations built-in&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/29883-ofbiz-integration&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;IntelliJ IDEA&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-developers-choose-ofbiz-integration&#34;&gt;Why Developers Choose OFBiz Integration&lt;/h2&gt;&lt;h4 id=&#34;stop-guessing&#34;&gt;Stop Guessing&lt;/h4&gt;&lt;p&gt;No more searching through XML files to find entity names or service definitions. Autocomplete brings everything to your fingertips.&lt;/p&gt;&#xA;&lt;h4 id=&#34;navigate-instantly&#34;&gt;Navigate Instantly&lt;/h4&gt;&lt;p&gt;Click on any entity, service, or screen reference and jump directly to its definition. Works across component:// URLs.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of OFBiz Integration Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-ofbiz-integration-plugin/</link>
      <pubDate>Thu, 22 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-ofbiz-integration-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our OFBiz Integration Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the OFBiz Integration Plugin software. It provides a license to use the OFBiz Integration Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible ABAP Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-abap-plugin/</link>
      <pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-abap-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible ABAP Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible ABAP Plugin software. It provides a license to use the Flexible ABAP Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible Elixir Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-elixir-plugin/</link>
      <pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-elixir-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible Elixir Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible Elixir Plugin software. It provides a license to use the Flexible Elixir Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flexible Julia</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/flexible-julia/</link>
      <pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/flexible-julia/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/2026/01/pluginIcon-3.svg&#34; alt=&#34;Flexible Julia&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The complete Julia IDE plugin for JetBrains. Professional language support with LSP, integrated REPL, visual package manager, remote SSH debugging, and 29+ live templates. Finally, Julia in PyCharm!&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;29+&lt;/strong&gt; Live templates for rapid coding&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;SSH&lt;/strong&gt; Remote debugging &amp;amp; execution&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;LSP&lt;/strong&gt; Full language server support&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/29356-flexible-julia&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;IntelliJ IDEA · PyCharm · WebStorm · + All JetBrains IDEs&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-developers-are-saying&#34;&gt;What Developers Are Saying&lt;/h2&gt;&lt;blockquote&gt;&lt;p&gt;★★★★★&lt;/p&gt;&#xA;&lt;p&gt;“Very impressive developer response and productivity. This would be a &lt;strong&gt;game changer&lt;/strong&gt; for Julia dev experience.”&lt;/p&gt;</description>
    </item>
    <item>
      <title>AEM Integration</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/aem-integration/</link>
      <pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/aem-integration/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/plugins/aem-integration/icon.svg&#34; alt=&#34;AEM Integration&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The complete Adobe Experience Manager plugin for JetBrains. Build AEM components faster with HTL support, smart deployment, remote debugging, and full dialog completion.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;HTL&lt;/strong&gt; – Complete Sightly template support&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Deploy&lt;/strong&gt; – CRX, Maven, VLT, filesystem&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Debug&lt;/strong&gt; – Remote debugging with auto-detection&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/29404-aem-integration&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;IntelliJ IDEA · WebStorm · PyCharm · PhpStorm · + All JetBrains IDEs&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;htl-autocomplete--data-sly&#34;&gt;HTL Autocomplete &amp;amp; data-sly&lt;/h2&gt;&lt;p&gt;Stop memorizing HTL syntax. AEM Integration provides intelligent code completion for all data-sly-* block statements, expression language constructs, and built-in objects. Write Sightly templates faster with context-aware suggestions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flexible Freemarker</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/flexible-freemarker/</link>
      <pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/flexible-freemarker/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/2026/01/pluginIcon-1.svg&#34; alt=&#34;Flexible Freemarker&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The complete Freemarker IDE for JetBrains. Full language implementation with 150+ built-in docs, custom macro definitions, team sharing, and real-time error detection. Freemarker development without the pain.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;150+&lt;/strong&gt; Built-in functions documented&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;14K+&lt;/strong&gt; Downloads &amp;amp; counting&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;4.6&lt;/strong&gt; Star rating on JetBrains&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/23685-flexible-freemarker&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;IntelliJ IDEA · WebStorm · PyCharm · + All JetBrains IDEs&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-developers-are-saying&#34;&gt;What Developers Are Saying&lt;/h2&gt;&lt;blockquote&gt;&lt;p&gt;★★★★★&lt;/p&gt;&#xA;&lt;p&gt;“This plugin truly &lt;strong&gt;sets the standard&lt;/strong&gt; for Freemarker development environments. The plugin anticipates the needs and provides accurate suggestions, &lt;strong&gt;saving me precious time&lt;/strong&gt; and minimizing errors. It &lt;strong&gt;greatly reduced my development time&lt;/strong&gt; and I will definitely recommend it.”&lt;/p&gt;</description>
    </item>
    <item>
      <title>Magnolia CMS Integration</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/magnolia-cms-integration/</link>
      <pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/magnolia-cms-integration/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/2026/01/pluginIcon-2.svg&#34; alt=&#34;Magnolia CMS Integration&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The ultimate IDE plugin for Magnolia CMS developers. Complete YAML schema support, advanced Freemarker editing, and seamless navigation between templates, dialogs, and Java classes.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Complete&lt;/strong&gt; YAML + Freemarker IDE support&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;6.4+&lt;/strong&gt; Supports latest Magnolia version&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;15+ Years&lt;/strong&gt; Magnolia development experience&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/23556-magnolia-cms-integration&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;IntelliJ IDEA · WebStorm · PyCharm · PhpStorm · + All JetBrains IDEs&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;yaml-schema-autocomplete&#34;&gt;YAML Schema Autocomplete&lt;/h2&gt;&lt;p&gt;Stop guessing YAML structure and property names. The plugin provides intelligent schema-based autocomplete for all Magnolia light module configurations, including dialogs, fields, actions, and more.&lt;/p&gt;</description>
    </item>
    <item>
      <title>PyUI Helper</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/pyui-helper/</link>
      <pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/pyui-helper/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/2026/01/default.svg&#34; alt=&#34;PyUI Helper&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The ultimate Python GUI framework companion for JetBrains IDEs. Build stunning interfaces with Gradio, Streamlit, NiceGUI, FastAPI, Django, Flask, Flet, and Reflex using intelligent autocomplete, live templates, and comprehensive documentation.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;500+&lt;/strong&gt; Components across 8 frameworks&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;150+&lt;/strong&gt; Live templates for rapid coding&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;8&lt;/strong&gt; GUI, Web and App Frameworks&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/29536-pyui-helper&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;PyCharm · IntelliJ IDEA · + All JetBrains IDEs&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;gradio-autocomplete&#34;&gt;Gradio Autocomplete&lt;/h2&gt;&lt;p&gt;Build beautiful ML interfaces with full Gradio 5.x support. PyUI Helper understands your Gradio code and provides intelligent suggestions for components, themes, and event handlers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scipio ERP Integration</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/scipio-erp-integration/</link>
      <pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/scipio-erp-integration/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/plugins/scipio-erp-integration/icon.svg&#34; alt=&#34;Scipio ERP Integration&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The complete JetBrains IDE plugin for Scipio ERP and Apache OFBiz development. Powerful project detection, templating toolkit support, and comprehensive XML editing capabilities. Also compatible with Apache OFBiz projects.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;OFBiz&lt;/strong&gt; – Apache OFBiz compatible&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;XML&lt;/strong&gt; – Complete Scipio XML support&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;FTL&lt;/strong&gt; – Templating toolkit autocomplete&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/12108-scipio-erp-integration&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;IntelliJ IDEA · WebStorm · PyCharm · PhpStorm · + All JetBrains IDEs&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;framework-detection--import-wizard&#34;&gt;Framework Detection &amp;amp; Import Wizard&lt;/h2&gt;&lt;p&gt;Getting started with Scipio ERP development has never been easier. The plugin automatically detects Scipio ERP projects and guides you through a seamless import process with preconfigured settings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Flexible Solidity</title>
      <link>https://www.ilscipio.com/en/intellij-plugin/flexible-solidity/</link>
      <pubDate>Sun, 11 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/intellij-plugin/flexible-solidity/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/2026/01/icon.svg&#34; alt=&#34;Flexible Solidity&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Your code never leaves your machine. Real live debugging with Foundry &amp;amp; Anvil, 18+ security inspections, audit reports, gas optimization, and intelligent refactoring. Full Hardhat &amp;amp; Foundry integration. No cloud. No RCE risk.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;18+&lt;/strong&gt; Security Inspections&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;10+&lt;/strong&gt; Gas Optimizations&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;30+&lt;/strong&gt; Contract Templates&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/28744-flexible-solidity&#34;&gt;Start Free Trial&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;IntelliJ IDEA · WebStorm · PyCharm · GoLand · + All JetBrains IDEs&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;intelligent-code-completion&#34;&gt;Intelligent Code Completion&lt;/h2&gt;&lt;p&gt;Stop memorizing function signatures and type names. Flexible Solidity provides context-aware code completion that understands your contracts, imported libraries, and the Solidity language itself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of AEM Integration Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-aem-integration-plugin/</link>
      <pubDate>Mon, 15 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-aem-integration-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our AEM Integration Plugin software (“Software”) directly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the AEM Integration Plugin software. It provides a license to use the AEM Integration Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible Julia Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-julia-plugin/</link>
      <pubDate>Mon, 15 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-julia-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible Julia Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible Julia Plugin software. It provides a license to use the Flexible Julia Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible Solidity Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-solidity-plugin/</link>
      <pubDate>Thu, 16 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-solidity-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible Solidity Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible Solidity Plugin software. It provides a license to use the Flexible Solidity Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DRK-Rettungsdienst Rheinhessen-Nahe</title>
      <link>https://www.ilscipio.com/en/project/drk-rettungsdienst-rheinhessen-nahe/</link>
      <pubDate>Tue, 27 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/drk-rettungsdienst-rheinhessen-nahe/</guid>
      <description>&lt;p&gt;DRK-Rettungsdienst Rheinhessen-Nahe is one of the largest rescue services in Rhineland-Palatinate. With 750+ employees at eighteen rescue stations, ten emergency doctor locations and two control centers, we are on duty around the clock for the people in the Rheinhessen-Nahe region.&#xA;The DRK Rheinhessen-Nahe Rescue Service has a tradition of innovation and modern solutions in the rescue service. This also requires digital applications that offer the necessary flexibility. For this reason, DRK-Rettungsdienst Rheinhessen-Nahe relies on Wordpress as the CMS for its website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Flexible Freemarker Plugin</title>
      <link>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-freemarker-plugin/</link>
      <pubDate>Wed, 31 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/end-user-license-agreement-eula-of-flexible-freemarker-plugin/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Flexible Freemarker Plugin software (“Software”) difrectly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Flexible Freemarker Plugin software. It provides a license to use the Flexible Freemarker Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IntelliJ IDEA - Magnolia CMS Integration Plugin</title>
      <link>https://www.ilscipio.com/en/content-management-with-magnolia-cms/intellij-idea-magnolia-cms-integration-plugin/</link>
      <pubDate>Thu, 18 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/content-management-with-magnolia-cms/intellij-idea-magnolia-cms-integration-plugin/</guid>
      <description>&lt;p&gt;&lt;span class=&#34;fx-figure svc-fig&#34;&gt;&#xA;      &lt;img src=&#34;https://www.ilscipio.com/images/uploads/2024/01/m6.jpg&#34; alt=&#34;&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&#xA;    &lt;/span&gt;&lt;/p&gt;&#xA;&lt;p&gt;To make development with &lt;a href=&#34;https://www.ilscipio.com/en/magnolia/&#34;&gt;Magnolia CMS&lt;/a&gt; faster and more efficient, we have developed our own JetBrains IntelliJ IDEA plugin. The plugin is now available in a first version in the JetBrains Marketplace. In addition to IntelliJ IDEA, the plugin should also be fully functional in other JetBrains IDEs.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://plugins.jetbrains.com/plugin/23556-magnolia-integration&#34;&gt;To the Marketplace&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;span class=&#34;svc-logo&#34;&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/2024/05/Magnolia-Logo_Dark.svg&#34; alt=&#34;&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/span&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;freemarker&#34; class=&#34;svc-h&#34;&gt;Freemarker&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#freemarker&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h3&gt;&lt;ul&gt;&#xA;&lt;li&gt;Dedicated editor for Freemarker files that supports more functions than the built-in editor&lt;/li&gt;&#xA;&lt;li&gt;Complete syntax highlighting for Freemarker files&lt;/li&gt;&#xA;&lt;li&gt;Completion suggestions for Freemarker built in directives&lt;/li&gt;&#xA;&lt;li&gt;Auto-completion for templating functions (cmsfn etc.) including pop-up with documentation on the functions and code examples&lt;/li&gt;&#xA;&lt;li&gt;Enhanced syntax highlighting&lt;/li&gt;&#xA;&lt;li&gt;Structure view in the IDE is also used for Freemarker&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;span class=&#34;fx-figure svc-fig&#34;&gt;&#xA;      &lt;img src=&#34;https://www.ilscipio.com/images/uploads/2024/01/m3.png&#34; alt=&#34;&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&#xA;    &lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>End-User License Agreement (EULA) of Magnolia Integration Plugin</title>
      <link>https://www.ilscipio.com/en/magnolia-integration-plugin-license/</link>
      <pubDate>Mon, 15 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/magnolia-integration-plugin-license/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;This End-User License Agreement (“EULA”) is a legal agreement between you and ilscipio GmbH&lt;/p&gt;&#xA;&lt;p&gt;This EULA agreement governs your acquisition and use of our Magnolia Integration Plugin software (“Software”) directly from ilscipio GmbH or indirectly through a ilscipio GmbH authorized reseller or distributor (a “Reseller”).&lt;/p&gt;&#xA;&lt;p&gt;Please read this EULA agreement carefully before completing the installation process and using the Magnolia Integration Plugin software. It provides a license to use the Magnolia Integration Plugin software and contains warranty information and liability disclaimers.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jewellerybox Germany</title>
      <link>https://www.ilscipio.com/en/project/jewellerybox-germany/</link>
      <pubDate>Wed, 12 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/jewellerybox-germany/</guid>
      <description>&lt;p&gt;Jewellerybox is a british online retailer specializing in high-quality silver &amp;amp; gold jewelry at affordable prices and is one of the largest companies in its market. To expand its customer base, a localized store by the name of &lt;a href=&#34;http://jewellerybox.de&#34;&gt;jewellerybox.de&lt;/a&gt; was launched. Customers from Germany can now shop directly on the German online store. In addition to several thousand purchasable products, a large number of customizable jewelry items are available.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio was responsible for the extension of the existing Scipio ERP-based store and supports Jewellerybox in its further expansion.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chrome Extension for Recuitment Consultancy</title>
      <link>https://www.ilscipio.com/en/project/chrome-extension-for-recuiting/</link>
      <pubDate>Fri, 03 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/chrome-extension-for-recuiting/</guid>
      <description>&lt;p&gt;adoleo, a business unit of the Cologne-based JARVEX Group, is a full-service recruitment consultancy focusing on specialists and executives in the IT and digital industries. adoleo sees itself as both a service provider and a technology innovator, with the permanent aim of using new technologies to better serve customer needs and optimize its own processes.&lt;/p&gt;&#xA;&lt;p&gt;To support the identification of candidates on business networks such as Xing and LinkedIn, we developed a Chrome extension for adoleo that extracts the most important key data of a candidate from the respective profile pages and transfers it to Google Sheets via a custom server component. The Manifest V3-compatible extension is optimized for high performance and usability. The adoleo recruiting experts can thus concentrate on their core task of profile analysis and save themselves the tedious manual transfer of profile data into the adoleo data pool. The extension also prevents the creation of duplicates within a project via a caching layer to prevent the multiple entry of a candidate.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Energy Community – Website development</title>
      <link>https://www.ilscipio.com/en/project/energy-community-website-development/</link>
      <pubDate>Thu, 08 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/energy-community-website-development/</guid>
      <description>&lt;p&gt;The Energy Community is an international organization that brings the European Union and its neighboring countries together to create an integrated pan-European energy market.&lt;/p&gt;&#xA;&lt;p&gt;The organization was founded by the “Treaty establishing the Energy Community” which was signed in Athens, Greece, in October 2005 and has been in force since July 2006. The main objective of the Energy Community is to extend the EU internal energy market rules and principles to countries in South East Europe, the Black Sea region and beyond on the basis of a legally binding framework.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Lottery Coupons</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-lottery-coupons/</link>
      <pubDate>Mon, 05 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-lottery-coupons/</guid>
      <description>&lt;p&gt;In addition to sales on the Internet, it has been possible for a few years to purchase Aktion Mensch ticket vouchers in stationary retail outlets. These ticket vouchers still have to be registered in the name of the lucky participants after purchase. This is possible via the website and the hotline of Aktion Mensch.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio was responsible for the technical implementation of the forms for the registration of the lottery tickets both for the end customer and the interface for the hotline staff.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rookout – JetBrains IDE Integrations</title>
      <link>https://www.ilscipio.com/en/project/rookout-jetbrains-ide-integrations/</link>
      <pubDate>Tue, 15 Nov 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/rookout-jetbrains-ide-integrations/</guid>
      <description>&lt;p&gt;Rookout is a cloud-native debugging tool that empowers software engineers to solve customer issues 5x faster, by making debugging easy and accessible in any environment; from cloud native to on-prem and from dev to production. With its live data collection and debugging platform, Rookout allows  software developers to to deep-dive into their code in real-time, as it&amp;rsquo;s running. Using Non-Breaking Breakpoints, software engineers get the data they need instantly, without additional coding, restarts, or redeployment of their application required. The serverless software can be integrated into an array of applications and is compatible with a large set of environments and languages.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Online Store Optimization</title>
      <link>https://www.ilscipio.com/en/online-store-optimization/</link>
      <pubDate>Mon, 17 Oct 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/online-store-optimization/</guid>
      <description>&lt;p&gt;We make online stores faster, easier to use, and more reliable — so they convert better and rank higher.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-performance-matters&#34; class=&#34;svc-h&#34;&gt;Why performance matters&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#why-performance-matters&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Slow pages cost you sales. Every additional second of load time increases bounce rates, reduces conversions, and pushes your store down in Google&amp;rsquo;s rankings. Performance optimization is not a one-off task — it is a continuous discipline that keeps your shop responsive as your catalogue, traffic, and feature set grow.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Telering – Concept of a digital platform</title>
      <link>https://www.ilscipio.com/en/project/telering-concept-of-a-digital-platform/</link>
      <pubDate>Thu, 08 Sep 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/telering-concept-of-a-digital-platform/</guid>
      <description>&lt;p&gt;The telering specialist retailer cooperation was established in 1985 for specialist retailers and provides electrical retailers with a comprehensive range of services.&lt;/p&gt;&#xA;&lt;p&gt;The telering network includes around 1.700 owner-operated electrical shops in Germany. Many of them are long-standing family businesses with attached repair stations, household electrical appliances, consumer electronics, SAT/antenna technology products and various services. These specialist retailers see themselves as classic master businesses and brand professionals.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio GmbH was responsible for telering Marketing GmbH &amp;amp; Co. KG as strategic consulting and in the development of a concept for a digital platform.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sourcegraph – Plugin programming</title>
      <link>https://www.ilscipio.com/en/project/sourcegraph-plugin-programming/</link>
      <pubDate>Tue, 02 Aug 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/sourcegraph-plugin-programming/</guid>
      <description>&lt;p&gt;Sourcegraph builds universal code searches for developers and businesses and helps to create the software that businesses use every day with billions of lines of code. With Sourcegraph&amp;rsquo;s code intelligence platform, companies get a program that helps them to understand, fix and automate their entire code base.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio acted as a consultant for the implementation of the primary JetBrains plugin for Sourcegraph.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ClickHouse</title>
      <link>https://www.ilscipio.com/en/clickhouse/</link>
      <pubDate>Fri, 22 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/clickhouse/</guid>
      <description>&lt;p&gt;We implement ClickHouse as a high-performance columnar database so your teams can query petabytes of data in real time.&lt;/p&gt;&#xA;&lt;h2 id=&#34;large-data-sets-real-time-answers&#34; class=&#34;svc-h&#34;&gt;Large data sets, real-time answers&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#large-data-sets-real-time-answers&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Many organisations collect vast amounts of data across ERP systems, web analytics, IoT devices, and transactional databases — yet struggle to analyse it quickly enough to act on. ClickHouse is an open-source, column-oriented database designed for exactly this problem: it aggregates and queries large data sets orders of magnitude faster than conventional row-oriented systems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sentry</title>
      <link>https://www.ilscipio.com/en/sentry/</link>
      <pubDate>Mon, 13 Jun 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/sentry/</guid>
      <description>&lt;p&gt;We help you set up and operate Sentry so your team catches errors before your users do.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-sentry-does&#34; class=&#34;svc-h&#34;&gt;What Sentry does&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#what-sentry-does&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Sentry is an open-source error-monitoring platform that captures &lt;strong&gt;crashes, exceptions, and performance bottlenecks&lt;/strong&gt; across your entire stack in real time. Instead of sifting through log files after a customer complaint, your developers see the full stack trace, request context, and affected user count the moment something goes wrong.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Customised Onlineshops</title>
      <link>https://www.ilscipio.com/en/customised-onlineshops/</link>
      <pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/customised-onlineshops/</guid>
      <description>&lt;p&gt;We design and develop online shops tailored to your business — choosing the right technology, integrating your back-office systems, and building for long-term growth.&lt;/p&gt;&#xA;&lt;h2 id=&#34;in-e-commerce-there-is-no-one-size-fits-all&#34; class=&#34;svc-h&#34;&gt;In e-commerce there is no one-size-fits-all&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#in-e-commerce-there-is-no-one-size-fits-all&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Every business has different products, customers, and internal processes. That is why we work across multiple e-commerce platforms rather than locking you into a single technology. We evaluate your requirements first, then recommend the system that fits — not the one that is easiest for us.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Matomo</title>
      <link>https://www.ilscipio.com/en/matomo/</link>
      <pubDate>Wed, 04 May 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/matomo/</guid>
      <description>&lt;p&gt;We help you track website performance with Matomo — the open-source, GDPR-compliant alternative to Google Analytics.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-matomo&#34; class=&#34;svc-h&#34;&gt;Why Matomo?&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#why-matomo&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Matomo (previously Piwik) is an open-source web analytics platform used by website operators worldwide as a privacy-friendly replacement for Google Analytics. We handle installation, configuration, and ongoing optimisation so you can focus on what the data tells you rather than how to collect it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;span class=&#34;fx-figure svc-fig&#34;&gt;&#xA;      &lt;img src=&#34;https://www.ilscipio.com/images/uploads/2022/04/Matomo-Analysetool-mockup-of-a-woman-working-on-a-macbook-2316-el1.png&#34; alt=&#34;&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&#xA;    &lt;/span&gt;&lt;/p&gt;&#xA;&lt;p&gt;Unlike third-party analytics services, Matomo runs on your own infrastructure. This gives you complete &lt;strong&gt;data control&lt;/strong&gt; — no visitor data is shared with external providers, which simplifies your privacy policy and keeps you aligned with GDPR requirements from day one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redash</title>
      <link>https://www.ilscipio.com/en/redash/</link>
      <pubDate>Wed, 04 May 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/redash/</guid>
      <description>&lt;p&gt;Turn your raw business data into clear, actionable dashboards with Redash — the open-source visualisation platform we deploy and maintain for enterprises across industries.&lt;/p&gt;&#xA;&lt;h2 id=&#34;visual-data-analysis-with-redash&#34; class=&#34;svc-h&#34;&gt;Visual data analysis with Redash&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#visual-data-analysis-with-redash&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Redash lets you query, connect, transform, and export data from every corner of your organisation. The tool helps you capture and understand your business data at a glance. Query your data sources and create dashboards for visualisation directly afterwards. You can choose from a wide range of chart types, including:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Auto Technik Sport GmbH – Website</title>
      <link>https://www.ilscipio.com/en/project/auto-technik-sport-gmbh-website/</link>
      <pubDate>Fri, 08 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/auto-technik-sport-gmbh-website/</guid>
      <description>&lt;p&gt;Auto Technik Sport GmbH took over the &amp;ldquo;Auto-Werkstatt Nassauer Traditionsbetrieb KFZ-Kopuz&amp;rdquo; in March 2022. Both owners bring experience from the field of motor sports and continue the tradition of a free, manufacturer-independent workshop.&lt;/p&gt;&#xA;&lt;p&gt;Auto Technik Sport GmbH is a reliable partner for the region, with fair prices and good quality.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio was responsible for the implementation of the website based on Tailwind.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Accessible eCommerce</title>
      <link>https://www.ilscipio.com/en/accessible-ecommerce/</link>
      <pubDate>Thu, 07 Apr 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/accessible-ecommerce/</guid>
      <description>&lt;p&gt;We make online shops accessible to everyone — combining WCAG compliance, inclusive design, and hands-on implementation experience to help you meet legal requirements and reach more customers.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-accessibility-matters&#34; class=&#34;svc-h&#34;&gt;Why accessibility matters&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#why-accessibility-matters&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;About one billion people worldwide live with some form of disability, according to the WHO. This ranges from colour-vision deficiencies to severe mobility impairments — and all of these people use digital services. Despite this, many online shops still fail to meet basic accessibility standards.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ille Papier-Service GmbH – Website</title>
      <link>https://www.ilscipio.com/en/project/ille-papier-service-gmbh-website/</link>
      <pubDate>Fri, 04 Mar 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/ille-papier-service-gmbh-website/</guid>
      <description>&lt;p&gt;Ille Papier-Service GmbH offers customized hygiene solutions for the catering, hotel, business and public sectors. The hygiene system is mainly used in washrooms and toilets, in hotel bathrooms and also in kitchens.&lt;/p&gt;&#xA;&lt;p&gt;Ille Papier-Service GmbH also continues the hygiene concept with an extensive range of services, including various carpet related offerings. These ensure safety and cleanliness in entrance areas, in front of elevators or at counters.&lt;/p&gt;&#xA;&lt;p&gt;With 35 service branches in Europe, Ille has been supplying over 40.000 satisfied customers for more than 50 years.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Java Development</title>
      <link>https://www.ilscipio.com/en/java-development/</link>
      <pubDate>Wed, 16 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/java-development/</guid>
      <description>&lt;p&gt;We build robust, scalable Java applications for businesses that need more than off-the-shelf software — from greenfield platforms to complex migrations and long-term maintenance.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-java-for-enterprise-projects&#34; class=&#34;svc-h&#34;&gt;Why Java for enterprise projects&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#why-java-for-enterprise-projects&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Java remains the backbone of serious enterprise software for good reason: it scales predictably under heavy load, runs on virtually any infrastructure, and has a mature ecosystem of frameworks and libraries that shorten development cycles without sacrificing reliability. Our team has worked with Java for over 15 years across industries including e-commerce, lotteries, energy, and non-profit — and we bring that depth to every engagement.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apache OFBiz</title>
      <link>https://www.ilscipio.com/en/apache-ofbiz/</link>
      <pubDate>Mon, 10 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/apache-ofbiz/</guid>
      <description>&lt;p&gt;We build and extend complex enterprise systems on Apache OFBiz — from initial consulting through development, integration, and long-term support.&lt;/p&gt;&#xA;&lt;h2 id=&#34;over-15-years-of-ofbiz-expertise&#34; class=&#34;svc-h&#34;&gt;Over 15 years of OFBiz expertise&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#over-15-years-of-ofbiz-expertise&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;We have been working with Apache OFBiz for more than fifteen years and have played a decisive role in developing many of its core components. That depth of experience translates into faster project delivery, fewer architectural mistakes, and production systems that perform under real-world load.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apache OFBiz Maintenance</title>
      <link>https://www.ilscipio.com/en/apache-ofbiz-maintenance/</link>
      <pubDate>Mon, 10 Jan 2022 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/apache-ofbiz-maintenance/</guid>
      <description>&lt;p&gt;We keep your Apache OFBiz installation secure, up to date, and running at peak performance — from routine maintenance through major version upgrades and full migrations.&lt;/p&gt;&#xA;&lt;h2 id=&#34;ofbiz-experts-since-2009&#34; class=&#34;svc-h&#34;&gt;OFBiz experts since 2009&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#ofbiz-experts-since-2009&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;We have been working with Apache OFBiz since 2009 and, as contributors, have helped shape the project within the community. That depth of experience means we understand the framework at the source-code level — not just how to configure it, but how to diagnose edge cases, resolve upgrade conflicts, and harden production systems against real-world threats.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Portals</title>
      <link>https://www.ilscipio.com/en/portals/</link>
      <pubDate>Mon, 05 Jul 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/portals/</guid>
      <description>&lt;p&gt;We design and build web portals that bring together content, services, and integrations into a single, coherent experience for your users.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-portals-matter&#34; class=&#34;svc-h&#34;&gt;Why portals matter&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#why-portals-matter&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;For many organisations, the portal is the most important digital touchpoint — the place where customers log in, employees collaborate, or partners access shared data. Unlike a simple website, a portal connects multiple backend systems, manages user roles and permissions, and delivers personalised content based on who is viewing it. Getting this right requires deep technical expertise and a clear understanding of your business processes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Madness United</title>
      <link>https://www.ilscipio.com/en/project/madness-united/</link>
      <pubDate>Mon, 28 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/madness-united/</guid>
      <description>&lt;p&gt;In the online store Madness United you can find fancy little things for crazy tea party-goers, friends of darkness or for rockabilly ladies who love &amp;amp; live the style of the 50s. The products are 100% handmade and made with attention to detail. Customer wishes and ideas are individually implemented here. Ilscipio advised in this project and was responsible for the implementation of the online store.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Greens: Direct candidate Behzad Borhani</title>
      <link>https://www.ilscipio.com/en/project/the-greens-direct-candidate-behzad-borhani/</link>
      <pubDate>Mon, 28 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/the-greens-direct-candidate-behzad-borhani/</guid>
      <description>&lt;p&gt;Behzad Borhani is a german politician from Giessen who is running as a direct candidate for Bündnis 90 / Die Grünen in the 2021 federal election. He focuses on climate protection, nature conservation, sport, culture &amp;amp; the arts, as well as integration, inclusion and anti-racism. Among other things, he campaigns for new sports fields and gyms, the support of artists and a socio-ecological transformation.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio was responsible for the consulting and implementation of the website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About us</title>
      <link>https://www.ilscipio.com/en/about-us/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/about-us/</guid>
      <description>&lt;p&gt;Founded in 2009 in Wiesbaden, Germany, Ilscipio is an enterprise commerce, portal, and AI agency that helps businesses navigate complex digital challenges — from online stores and ERP integration to AI-powered products.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-team-of-professional-developers&#34; class=&#34;svc-h&#34;&gt;A team of professional developers&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#a-team-of-professional-developers&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Our team consists of experts in digitalization, strategists, and top developers with nearly 20 years of combined experience. We live and breathe digital life and want you to immerse yourself in our world. We look after all our customers on a long-term basis, building relationships grounded in direct communication and a deep understanding of business processes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jobs</title>
      <link>https://www.ilscipio.com/en/jobs/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/jobs/</guid>
      <description>&lt;!-- generated-by: migrate_pages.py --&gt;&#xA;&lt;p&gt;Currently we are looking for employees for the following open positions:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;currently no positions are open&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Magento</title>
      <link>https://www.ilscipio.com/en/magento/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/magento/</guid>
      <description>&lt;p&gt;We develop, optimise, and maintain Magento stores for small businesses, mid-sized companies, and start-ups that need a professional e-commerce platform they can grow with.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-magento&#34; class=&#34;svc-h&#34;&gt;Why Magento?&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#why-magento&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Magento is one of the most widely adopted open-source e-commerce platforms worldwide, and for good reason. It combines a clean, intuitive admin interface with deep customisability, making it equally suitable for a first online store and for complex multi-brand operations. The platform is backed by a large developer community and a rich extension ecosystem, which means proven solutions already exist for most standard commerce requirements.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Magnolia CMS</title>
      <link>https://www.ilscipio.com/en/magnolia/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/magnolia/</guid>
      <description>&lt;p&gt;We develop custom Magnolia CMS extensions that make the platform do exactly what your business needs — from content apps and templates to full system integrations.&lt;/p&gt;&#xA;&lt;h2 id=&#34;magnolia-gold-partner&#34; class=&#34;svc-h&#34;&gt;Magnolia Gold Partner&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#magnolia-gold-partner&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;As a certified Gold Partner, we have been working with Magnolia CMS for many years and have delivered a large number of enterprise websites on the platform. That partnership means direct access to Magnolia&amp;rsquo;s engineering support, early access to new features, and a deep understanding of how the system evolves.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Performance</title>
      <link>https://www.ilscipio.com/en/performance/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/performance/</guid>
      <description>&lt;p&gt;A fast store ranks higher, converts better, and keeps customers coming back — we make sure yours is one of the fastest.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-fastest-online-store-in-uk-fashion--accessories&#34; class=&#34;svc-h&#34;&gt;#1 fastest online store in UK Fashion &amp;amp; Accessories&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#1-fastest-online-store-in-uk-fashion--accessories&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;With our client Jewellerybox we achieved the number-one ranking among the fastest online stores in the UK Fashion &amp;amp; Accessories category. Out of a total of 880 UK online stores benchmarked, Jewellerybox placed second overall.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ScipioERP</title>
      <link>https://www.ilscipio.com/en/scipioerp/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/scipioerp/</guid>
      <description>&lt;p&gt;A comprehensive open-source ERP and e-commerce platform that brings all your business processes under one roof — from storefront to warehouse.&lt;/p&gt;&#xA;&lt;h2 id=&#34;what-scipioerp-offers&#34; class=&#34;svc-h&#34;&gt;What ScipioERP offers&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#what-scipioerp-offers&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;ScipioERP is an enterprise resource planning and e-commerce system built for small and mid-sized businesses. Rather than stitching together separate tools for your shop, inventory, and accounting, ScipioERP provides a single, integrated platform that covers the full lifecycle of your products — from sourcing and production through to sale and fulfilment. As a comprehensive omni-channel solution, it is ready for international rollouts with multi-language and multi-currency support out of the box.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Shopware</title>
      <link>https://www.ilscipio.com/en/shopware/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/shopware/</guid>
      <description>&lt;p&gt;We help you launch, migrate, and grow your online store on Shopware 6 — the modern, API-first e-commerce platform built for the DACH market and beyond.&lt;/p&gt;&#xA;&lt;h2 id=&#34;who-is-shopware-suitable-for&#34; class=&#34;svc-h&#34;&gt;Who is Shopware suitable for?&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#who-is-shopware-suitable-for&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Shopware is built for small to medium-sized businesses that need an online store they can manage without deep technical knowledge. Its intuitive admin interface lets merchants handle day-to-day tasks — adding products, adjusting pricing, creating landing pages — while still offering the extensibility that growing businesses demand.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Technologies</title>
      <link>https://www.ilscipio.com/en/technologies/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/technologies/</guid>
      <description>&lt;p&gt;We work with a range of proven enterprise technologies and advise you on the right stack for your project.&lt;/p&gt;&#xA;&lt;h2 id=&#34;we-are-not-locked-into-one-technology&#34; class=&#34;svc-h&#34;&gt;We are not locked into one technology&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#we-are-not-locked-into-one-technology&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Over the years we have gained deep experience across many systems and programming languages. Rather than pushing a single platform, we recommend the solution that fits your goals — and we can take care of it after launch, too.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WooCommerce</title>
      <link>https://www.ilscipio.com/en/woocommerce/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/woocommerce/</guid>
      <description>&lt;p&gt;Launch your online store quickly and affordably — WooCommerce turns any WordPress site into a fully functional shop with minimal upfront investment.&lt;/p&gt;&#xA;&lt;h2 id=&#34;who-is-woocommerce-suitable-for&#34; class=&#34;svc-h&#34;&gt;Who is WooCommerce suitable for?&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#who-is-woocommerce-suitable-for&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;WooCommerce is a strong fit for &lt;strong&gt;startups and small businesses&lt;/strong&gt; that want to run their online store independently without a large development budget. The software is a free, open-source plugin for WordPress that adds complete e-commerce functionality to the world&amp;rsquo;s most popular content management system. With thousands of themes and extensions available, store owners can start selling quickly and scale their feature set as the business grows.&lt;/p&gt;</description>
    </item>
    <item>
      <title>WordPress</title>
      <link>https://www.ilscipio.com/en/wordpress/</link>
      <pubDate>Fri, 25 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/wordpress/</guid>
      <description>&lt;p&gt;We build fast, flexible websites on WordPress — from simple company pages to content-rich portals with custom functionality.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-most-popular-cms-in-the-world&#34; class=&#34;svc-h&#34;&gt;The most popular CMS in the world&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#the-most-popular-cms-in-the-world&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;WordPress powers over 40 % of all websites and holds more than 60 % market share among content management systems. No other open-source platform comes close.&lt;/p&gt;&#xA;&lt;p&gt;The reason is straightforward: WordPress is remarkably versatile. Whether you need a lean company website launched on a tight timeline or a complex multi-language portal with dozens of content types, WordPress handles both — and everything in between. Its massive community means regular security updates, a wealth of documentation, and a deep pool of developers who know the platform inside and out.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chatwoot</title>
      <link>https://www.ilscipio.com/en/chatwoot/</link>
      <pubDate>Fri, 18 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/chatwoot/</guid>
      <description>&lt;p&gt;GDPR- &amp;amp; DSGVO compliant real-time communication for your e-business&lt;/p&gt;&#xA;&lt;h2 id=&#34;customer-contact-wherever-the-customer-may-be&#34; class=&#34;svc-h&#34;&gt;Customer contact wherever the customer may be&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#customer-contact-wherever-the-customer-may-be&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;h4 id=&#34;fully-customizable&#34; class=&#34;svc-h&#34;&gt;Fully customizable&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#fully-customizable&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h4&gt;&lt;p&gt;Chatwoot is available under an open source license and can be self-hosted. So it can be individually adapted for your purposes.&lt;/p&gt;&#xA;&lt;h4 id=&#34;all-channels&#34; class=&#34;svc-h&#34;&gt;All channels&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#all-channels&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h4&gt;&lt;p&gt;Whether Facebook, Twitter or your own website – Chatwoot combines all channels for customer service&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - &#34;Inkluencer&#34; Campaign</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-inkluencer-campaign/</link>
      <pubDate>Fri, 04 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-inkluencer-campaign/</guid>
      <description>&lt;p&gt;In 2019 Aktion Mensch used the hashtag #inkluencer to bring people together from a wide range of sectors. The goal: to draw attention to the topic of inclusion and to encourage people to get involved in tolerance and inclusion and to set an example.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio was responsible for the technical implementation of the project including the creation of the personalized #inkluencer profile pictures.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Commune inclusive</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-commune-inclusive/</link>
      <pubDate>Fri, 04 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-commune-inclusive/</guid>
      <description>&lt;p&gt;Aktion Mensch supports a respectful co-existence with the initiative &amp;ldquo;Kommune Inklusiv&amp;rdquo;. The more people who are committed to inclusion locally, the more everyone can achieve together. Because we believe that only if resident clubs, associations, companies and the local administration represent common goals they can develop their social space in the long term.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio is responsible for the technical implementation of the website including news views and download area.&lt;/p&gt;</description>
    </item>
    <item>
      <title>DB Schenker - Forms</title>
      <link>https://www.ilscipio.com/en/project/db-schenker-forms/</link>
      <pubDate>Fri, 04 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/db-schenker-forms/</guid>
      <description>&lt;p&gt;DB Schenker is the world&amp;rsquo;s leading provider of global logistics services. The company supports industry and trade in the global exchange of goods - through land transport, worldwide air and sea freight, contract logistics and supply chain management. ilscipio successfully implemented the creation and programming of relocation forms on the website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Papierkram.de</title>
      <link>https://www.ilscipio.com/en/project/papierkram-de/</link>
      <pubDate>Fri, 04 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/papierkram-de/</guid>
      <description>&lt;p&gt;With Papierkram.de you do your financial accounting in a comfortable online tool: Quotation or invoice preparation, revenue surplus calculation, advance sales tax return are fully integrated in Papierkram and easy to use. In addition, the company is committed to climate protection and supports PROJECT TOGO, a reforestation project for fast-growing trees.&lt;/p&gt;&#xA;&lt;p&gt;We supported Papierkram.de in project management and advised on the implementation of subscription management &amp;amp; customer support.&lt;/p&gt;</description>
    </item>
    <item>
      <title>UCXmarket</title>
      <link>https://www.ilscipio.com/en/project/ucxmarket/</link>
      <pubDate>Fri, 04 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/ucxmarket/</guid>
      <description>&lt;p&gt;UCXmarket is a Chicago-based technology company focused on helping businesses around the world succeed by providing effective digital tools, platforms and versatile custom solutions.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio implemented a trading platform for hosting providers based on ScipioERP and provided in-depth consulting to UCXmarket.&lt;/p&gt;</description>
    </item>
    <item>
      <title>E-Commerce</title>
      <link>https://www.ilscipio.com/en/e-commerce/</link>
      <pubDate>Wed, 02 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/e-commerce/</guid>
      <description>&lt;p&gt;We build your online store on budget &amp;amp; on time — from standalone shops to complex, ERP-integrated platforms.&lt;/p&gt;&#xA;&lt;h2 id=&#34;developers-in-many-technologies&#34; class=&#34;svc-h&#34;&gt;Developers in many technologies&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#developers-in-many-technologies&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;We are specialised in the development of e-commerce solutions and work across multiple store systems, choosing the right platform for each project rather than forcing a one-size-fits-all approach.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.ilscipio.com/en/magento/&#34;&gt;&lt;span class=&#34;svc-logo&#34;&gt;&lt;img src=&#34;https://www.ilscipio.com/images/uploads/2021/04/Magento_Logo.png&#34; alt=&#34;Magento&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;a href=&#34;https://www.ilscipio.com/en/magento/&#34;&gt;Magento / Adobe Commerce&lt;/a&gt;&lt;/strong&gt; — our go-to for mid-to-enterprise merchants who need extensive catalogue management, multi-store setups, and a rich extension ecosystem.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Find your social engagement</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-find-your-social-engagement/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-find-your-social-engagement/</guid>
      <description>&lt;p&gt;For the 2020 campaign, Aktion Mensch put social engagement in the foreground and made it even easier for interested parties to find projects in which they could get involved. Under the influence of the Corona pandemic, the focus here also shifted in particular to opportunities to support from home.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio was responsible for the technical implementation of the campaign site.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Amrita Shop</title>
      <link>https://www.ilscipio.com/en/project/amrita-shop/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/amrita-shop/</guid>
      <description>&lt;p&gt;Amrita Shop is an online cosmetics shop for the holistic care of body and mind. People in need are helped with part of the proceeds from their high-quality natural products. The company supports the Indian non-governmental organization “Embracing the World”. It supports people in their basic right to medical care, education, shelter and social security. Environmental protection, sustainability and drinking water for everyone are also important issues for the charitable organization.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Creditsafe - My Creditsafe</title>
      <link>https://www.ilscipio.com/en/project/creditsafe-my-creditsafe/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/creditsafe-my-creditsafe/</guid>
      <description>&lt;p&gt;As a globally active and world&amp;rsquo;s largest credit agency, Creditsafe checks the solvency of customers, partners or service providers in order to establish successful business relationships in the long term. Likewise, companies are supported in their risk management of new and old suppliers. Creditsafe&amp;rsquo;s credit and solvency information is based on a daily updated database of more than 365 million companies worldwide. With the &amp;ldquo;My Creditsafe&amp;rdquo; page, companies gain access to their own information and get a tool to update and maintain vital information for external parties.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Henriette Piper - Author</title>
      <link>https://www.ilscipio.com/en/project/henriette-piper-author/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/henriette-piper-author/</guid>
      <description>&lt;p&gt;Henriette Piper is a succesful screenwriter with many successful movies in her catalogue. In 2020, she published her first non-fiction book with &amp;ldquo;Der letzte Pfarrer von Königsberg&amp;rdquo;. Based on hundreds of letters from her grandparents&amp;rsquo; estate, Henriette Piper reconstructs the poignant life and family story of a man who always placed his conscience and responsibility to his fellow man above his own well-being. ilscipio supports Ms. Piper in maintaining and hosting the website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SymbioLog</title>
      <link>https://www.ilscipio.com/en/project/symbiolog/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/symbiolog/</guid>
      <description>&lt;p&gt;SymbioLog is a reliable and powerful partner for the execution of logistical tasks of any kind. No matter if fulfillment, warehouse logistics, storage, picking, packing or dispatch handling. Furthermore, Symbiolog offers additional services, such as the storage of long goods in their cantilever warehouse, the shipment of bulky goods or value-added services.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio supports Symbiolog with the technical maintenance of the website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SYMBIONET</title>
      <link>https://www.ilscipio.com/en/project/symbionet/</link>
      <pubDate>Tue, 01 Jun 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/symbionet/</guid>
      <description>&lt;p&gt;SYMBIONET GmbH specializes in the off- and online distribution of high-quality fastening technology. It distributes its B2B brand FIXOTEC in Germany and Europe via SHK wholesalers. Digitalization is not a foreign word for them but a declared goal, which they are striving towards with the brands qpool24 and missfixx.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio was responsible for the implementation of the website and supports SYMBIONET GmbH permanently.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jewellerybox Relaunch</title>
      <link>https://www.ilscipio.com/en/project/jewellerybox-relaunch/</link>
      <pubDate>Fri, 28 May 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/jewellerybox-relaunch/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://jewellerybox.co.uk/&#34;&gt;Jewellerybox.co.uk&lt;/a&gt; is a British online retailer that specializes in shipping high quality silver &amp;amp; gold jewellery at low prices and is one of the largest British e-commerce companies in this niche. In addition to several thousand ready-to-buy products, there are a large number of customizable jewellery pieces and the option to have jewellery engraved. The marketplace is active in several countries also offering its goods on other marketplaces. The company is characterized by its efficient, helpful customer service and successful product mix.&lt;/p&gt;</description>
    </item>
    <item>
      <title>E-commerce experts for professional web development</title>
      <link>https://www.ilscipio.com/en/e-commerce-experts-for-professional-web-development/</link>
      <pubDate>Thu, 27 May 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/e-commerce-experts-for-professional-web-development/</guid>
      <description>&lt;p&gt;We are organisers, developers, and innovators — a German enterprise commerce agency that turns complex digital requirements into reliable, scalable platforms. Based in Wiesbaden, we work with clients across Europe to deliver online stores, marketplaces, and integrated business systems that perform under real-world conditions.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://ukecommerceawards.co.uk/&#34;&gt;&lt;span class=&#34;fx-figure svc-fig&#34;&gt;&#xA;      &lt;img src=&#34;https://www.ilscipio.com/images/uploads/2021/10/UK-ecommerce-Award-2021-Finalist-Social-Post-300x150-1.jpg&#34; alt=&#34;UK eCommerce Awards Finalist&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;span class=&#34;svc-fig__cap&#34;&gt;UK eCommerce Awards Finalist&lt;/span&gt;&#xA;    &lt;/span&gt;&lt;/a&gt;&#xA;&lt;a href=&#34;https://www.magnolia-cms.com/partners.html?inputSearch=ilscipio&#34;&gt;&lt;span class=&#34;fx-figure svc-fig&#34;&gt;&#xA;      &lt;img src=&#34;https://www.ilscipio.com/images/uploads/2021/10/Allianz_Teilnehmer_Transparent-300x150-1.png&#34; alt=&#34;Magnolia CMS Partner&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&lt;span class=&#34;svc-fig__cap&#34;&gt;Magnolia CMS Partner&lt;/span&gt;&#xA;    &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;we-are&#34; class=&#34;svc-h&#34;&gt;We are&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#we-are&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;h3 id=&#34;consultants&#34; class=&#34;svc-h&#34;&gt;Consultants&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#consultants&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h3&gt;&lt;p&gt;Our team combines deep technical expertise with strong management backgrounds. We understand business processes from end to end and help you navigate your own digital transformation — not just as advisors who hand over a slide deck, but as partners who stay involved from first concept through long-term operation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scipio ERP IntelliJ Plugin</title>
      <link>https://www.ilscipio.com/en/project/scipio-erp-intellij-plugin/</link>
      <pubDate>Sat, 13 Feb 2021 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/scipio-erp-intellij-plugin/</guid>
      <description>&lt;p&gt;The Scipio ERP IntelliJ Plugin makes it easier to work with the Scipio ERP Framework within the JetBrain IntelliJ IDE. It features syntax highlighting, code completion and framework detection to make it easier to work in the developer environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ESWE - Mobility 365</title>
      <link>https://www.ilscipio.com/en/project/eswe-mobility-365/</link>
      <pubDate>Mon, 25 Nov 2019 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/eswe-mobility-365/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.eswe-verkehr.de/&#34;&gt;ESWE Verkehr&lt;/a&gt; is a municipally owned company responsible for operating public transport in Wiesbaden that operates nearly 50 bus. and night bus-lines Under the term Mobility 365, ESWE wants to develop a mobility model for the future together with the citizens of the city. The portal is designed to inform about the process, as well as providing various materials to interested parties.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio was responsible for the technical implementation of the website, which was implemented on the basis of CMS Wordpress.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Concept: &#34;Retail store of the future&#34;</title>
      <link>https://www.ilscipio.com/en/project/concept-retail-store-of-the-future/</link>
      <pubDate>Sat, 29 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/concept-retail-store-of-the-future/</guid>
      <description>&lt;p&gt;In 2019, Ilscipio advised an international furniture retailer on the design of a &amp;ldquo;retail store of the future&amp;rdquo;. For this, Ilscipio observed existing retail trends, evaluated new technologies and worked together with the client on various papers that are used as a basis. The concepts included new ideas for the improved usage of limited retail space and new technologies in services and logistics. eCommerce patterns were evaluated for potential cross-over store concepts.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Imprint</title>
      <link>https://www.ilscipio.com/en/impressum/</link>
      <pubDate>Wed, 28 Nov 2018 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/impressum/</guid>
      <description>&lt;p&gt;Angaben gem. § 5 Telemediengesetz (TMG)&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Postanschrift:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;ilscipio GmbH&#xA;Humboldtstr. 13&#xA;65189 Wiesbaden&#xA;Germany&lt;/p&gt;&#xA;&lt;p&gt;Telefon (+49) 611 / 97774-331&#xA;eMail &lt;a href=&#34;mailto:info@ilscipio.com&#34;&gt;info@ilscipio.com&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Vertretungsberechtigter Geschäftsführer: Paul Piper&#xA;Registergericht: Amtsgericht Wiesbaden&#xA;Registernummer: HRB 33406&#xA;Inhaltlich Verantwortlicher gemäß § 55 Absatz 2 RStV: Paul Piper (Anschrift wie oben)&lt;/p&gt;&#xA;&lt;p&gt;Umsatzsteuer-ID: DE 266282339&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Gesetzlicher Hinweis&lt;/strong&gt; Alle Rechte vorbehalten. Text, Bilder und Grafiken sowie deren Anordnung unterliegen dem Schutz des Urheberrechts und anderer Schutzgesetze. Der Inhalt dieser Website darf nicht zu kommerziellen Zwecken kopiert, verbreitet, verändert oder Dritten zugänglich gemacht werden. Diese Website wurde mit größtmöglicher Sorgfalt zusammengestellt. Trotzdem kann ilscipio GmbH für die Fehlerfreiheit und Genauigkeit der enthaltenen Informationen nicht garantieren. Es wird hiermit jegliche Haftung für Schäden, die direkt oder indirekt aus der Benutzung dieser Website entstehen, ausgeschlossen, soweit diese nicht auf Vorsatz oder grober Fahrlässigkeit beruhen. Irrtum und Änderungen vorbehalten.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Partner</title>
      <link>https://www.ilscipio.com/en/partner/</link>
      <pubDate>Wed, 28 Nov 2018 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/partner/</guid>
      <description>&lt;p&gt;We rely on close partnerships to extend our capabilities beyond our own services and deliver better results for our clients.&lt;/p&gt;&#xA;&lt;h2 id=&#34;technology-partners&#34; class=&#34;svc-h&#34;&gt;Technology Partners&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#technology-partners&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;We work with enterprise-grade technologies that have proven themselves in production and that complement our own development stack.&lt;/p&gt;&#xA;&lt;h3 id=&#34;scipio-erp&#34; class=&#34;svc-h&#34;&gt;&lt;a href=&#34;https://www.scipioerp.com&#34;&gt;Scipio ERP&lt;/a&gt;&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#scipio-erp&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h3&gt;&lt;p&gt;&lt;span class=&#34;fx-figure svc-fig&#34;&gt;&#xA;      &lt;img src=&#34;https://www.ilscipio.com/images/uploads/2018/11/scipioerp.png&#34; alt=&#34;Scipio ERP&#34; loading=&#34;lazy&#34; decoding=&#34;async&#34;&gt;&#xA;    &lt;/span&gt;&lt;/p&gt;&#xA;&lt;p&gt;Scipio ERP is a modular system for sophisticated e-commerce and business applications. It offers customisable templates for countless business processes, an extensive database model, and ready-made workflows that accelerate development.&lt;/p&gt;</description>
    </item>
    <item>
      <title>References</title>
      <link>https://www.ilscipio.com/en/references/</link>
      <pubDate>Fri, 23 Nov 2018 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/references/</guid>
      <description>&lt;p&gt;Trust are good. References are better.&lt;/p&gt;&#xA;&lt;h2 id=&#34;all-projects&#34; class=&#34;svc-h&#34;&gt;All Projects&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#all-projects&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;&lt;a class=&#34;btn btn-primary&#34; href=&#34;https://www.ilscipio.com/en/project/&#34;&gt;All references&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;our-software&#34; class=&#34;svc-h&#34;&gt;Our Software&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#our-software&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;h3 id=&#34;scipio-erp&#34; class=&#34;svc-h&#34;&gt;Scipio ERP&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#scipio-erp&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h3&gt;&lt;p&gt;Scipio ERP is an exciting new way to realize commerce applications. The open-source framework offers a wide range of functions, database tables and applications that can be customized to your own needs. This reduces the development time and simplifies the implementation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact</title>
      <link>https://www.ilscipio.com/en/contact/</link>
      <pubDate>Thu, 22 Nov 2018 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/contact/</guid>
      <description>&lt;p&gt;We are happy to hear from you. Send us a message or reach out directly — we typically respond within one business day.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Privacy Statement</title>
      <link>https://www.ilscipio.com/en/privacy-statement/</link>
      <pubDate>Thu, 22 Nov 2018 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/privacy-statement/</guid>
      <description>&lt;h2 id=&#34;general&#34; class=&#34;svc-h&#34;&gt;General&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#general&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;The body conducting data collection, processing and retention is the Ilscipio GmbH. The protection of your personal data is very important to us. Operating this website we follow very strict guidelines on handling personal data based on European legislation, especially the German Federal Data Protection and Telemedia Act.&lt;/p&gt;&#xA;&lt;h2 id=&#34;visiting-our-web-pages&#34; class=&#34;svc-h&#34;&gt;Visiting our web pages&lt;a class=&#34;svc-h__anchor&#34; href=&#34;#visiting-our-web-pages&#34; aria-label=&#34;Permalink to this section&#34;&gt;&#xA;      &lt;span aria-hidden=&#34;true&#34;&gt;#&lt;/span&gt;&#xA;    &lt;/a&gt;&#xA;  &lt;/h2&gt;&lt;p&gt;Generally visiting our web page is possible without providing any personal data. We automatically collect, process and retain only data not related to you as individual in so called &amp;ldquo;Server-Log Files&amp;rdquo; which your Internet browser transmits to us automatically, such as:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Japan Flavour</title>
      <link>https://www.ilscipio.com/en/project/japan-flavour/</link>
      <pubDate>Mon, 02 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/japan-flavour/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://www.japanflavour.com&#34;&gt;Japan Flavour&lt;/a&gt; is a retailer of Japanese products and deli food from Barcelona, Spain. The young company is filling a niche for Japanese-speaking customers from all over Europe. From handbags to textiles to kitchen appliances, Japan Flavor offers a wide range of products.&lt;/p&gt;&#xA;&lt;p&gt;The online shop was completely conceptualized and implemented by Ilscipio. The business toolkit &lt;a href=&#34;https://www.scipioerp.com&#34;&gt;Scipio ERP&lt;/a&gt; was used as a foundation. Japan Flavor uses Scipio ERP for accounting, warehouse management, order management, content management and as a modern online shop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rheingau Musik Festival - Order App</title>
      <link>https://www.ilscipio.com/en/project/rheingau-musik-festival-order-app/</link>
      <pubDate>Mon, 02 Jul 2018 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/rheingau-musik-festival-order-app/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;https://www.rheingau-musik-festival.de/&#34;&gt;Rheingau Musik Festival&lt;/a&gt; is one of the largest music festivals in Europe with &lt;a href=&#34;https://www.rheingau-musik-festival.de/veranstaltungen/&#34;&gt;over 170 events&lt;/a&gt;. The festival attracts visitors throughout the region from Frankfurt via Wiesbaden to the Middle Rhine Valley in sometimes extraordinary locations. Unique cultural monuments such as Kloster Eberbach, Schloss Johannisberg or Schloss Vollrads, but also wineries serve as a stage for a broad spectrum of musical delights.&lt;/p&gt;&#xA;&lt;p&gt;The Rheingau Music Festival commissioned Ilscipio with the implementation of an order app for iPads. The app is used at the venues to advertise the other events, to point out new offers and to give the listeners the opportunity to order tickets for one of the many other events on site&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thun - Relaunch 2017</title>
      <link>https://www.ilscipio.com/en/project/thun-relaunch-2017/</link>
      <pubDate>Mon, 20 Nov 2017 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/thun-relaunch-2017/</guid>
      <description>&lt;p&gt;The Alfred Thun GmbH &amp;amp; Co. KG is a manufacturer of bicycle components, specialized in inner bearings, as well as system components for electric bikes. Since the company was founded in 1919, Thun has been one of the leading companies in the bicycle industry. The family-owned company is proud of the state-of-the-art production standards that span all areas of the operation.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio was involved in the redesign of the website and was responsible for the technical implementation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MÜPRO - SAP - OCI</title>
      <link>https://www.ilscipio.com/en/project/muepro-sap-oci/</link>
      <pubDate>Fri, 13 Oct 2017 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/muepro-sap-oci/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.muepro.de/&#34;&gt;MÜPRO&lt;/a&gt; is one of the leading suppliers of &lt;a href=&#34;http://www.muepro.de/&#34;&gt;fastening technology,&lt;/a&gt; sound and fire protection. The globally operating company sees is proud of its innovative product ideas and distribution channels. Ilscipio developed a punchout catalog interface for &lt;a href=&#34;http://www.muepro.de/&#34;&gt;MÜPRO&lt;/a&gt; to connect the existing web shop to external ERP systems. For this purpose, the enterprise resource planning system Apache OFBiz has been extended by the functions of SAP OCI. This allows MÜPRO customers to access the MÜPRO catalog directly within their own ERP system in the purchasing process. The desired products from the MÜPRO catalog are transferred to the customer&amp;rsquo;s order via the OCI interface.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Kanton Basel-Stadt</title>
      <link>https://www.ilscipio.com/en/project/kanton-basel-stadt/</link>
      <pubDate>Thu, 29 Jun 2017 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/kanton-basel-stadt/</guid>
      <description>&lt;p&gt;With its portal &lt;a href=&#34;http://www.bs.ch&#34;&gt;www.bs.ch&lt;/a&gt; , the Swiss canton of Basel-Stadt operates a comprehensive information platform for a wide variety of stakeholders within and outside the canton. The Internet offer includes important information from the administration, as well as interesting information from areas of public life. It is thus a central point of contact for the different interest groups.&lt;/p&gt;&#xA;&lt;p&gt;As one of four service providers, Ilscipio accompanied the implementation based on the content management system Magnolia and is responsible for the development of various new software addons that are being rolled out over time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sedo - Ecommerce</title>
      <link>https://www.ilscipio.com/en/project/sedo-ecommerce/</link>
      <pubDate>Mon, 13 Mar 2017 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/sedo-ecommerce/</guid>
      <description>&lt;p&gt;Sedo is the world&amp;rsquo;s largest marketplace for domain name trading. With its one-stop shop principle, the company offers all services for domain buyers and domain sellers, such as domain parking, domain reviews, domain transfers and domain marketing. In addition to a clear interface for the end customer, Sedo also provides interfaces for the purchase and sale of domains for partners.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio developed together with Sedo a new system architecture for eCommerce processes based on Apache OFBiz. The system is seamlessly integrated into the existing system landscape and is used for the automatic processing of e-commerce purchasing processes as well as for the support of back-office processes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Garnier</title>
      <link>https://www.ilscipio.com/en/project/garnier/</link>
      <pubDate>Sat, 19 Nov 2016 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/garnier/</guid>
      <description>&lt;p&gt;Garnier is a veteran of the cosmetics industry and sets with various shampoos, rinses and cures the standards in the field of hair care. In the cosmetics and care sector, Garnier offers the right product for every skin type. The goal of Garnier is clear: Beauty is in us all and everyone has the power to bring out this beauty!&lt;/p&gt;&#xA;&lt;p&gt;In 2015, ilscipio Garnier supported in purchasing services and provided advice on the implementation of digital projects.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Degro - Relaunch 2016</title>
      <link>https://www.ilscipio.com/en/project/degro-relaunch-2016/</link>
      <pubDate>Thu, 11 Aug 2016 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/degro-relaunch-2016/</guid>
      <description>&lt;p&gt;The German Society for Radiation Oncology e. V. (abbreviated DEGRO) is the scientific society for doctors working in radiooncology, medical physicists and radiation biologists. With around 2,000 active members, DEGRO sees itself as an umbrella organization for all areas of radio-oncology, including scientific basic research. In doing so, DEGRO is committed to quality-assured implementation of scientific findings and intensive promotion of young talent, and with its &amp;ldquo;DEGRO Academy&amp;rdquo; it offers a practice-oriented curriculum for the further education and training of radio-oncologists. The annual congress with more than 2,800 participants is one of the most important events of radiotherapy symposia.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Facilityworld</title>
      <link>https://www.ilscipio.com/en/project/facilityworld/</link>
      <pubDate>Wed, 10 Aug 2016 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/facilityworld/</guid>
      <description>&lt;p&gt;Facilityworld is a distribution network for manufacturers and dealers in building technology. Participating companies can tell Facilityworld their range and set prices. The offer is then processed by Facilityworld and made available via a central catalog.&lt;/p&gt;&#xA;&lt;p&gt;With the help of a &lt;a href=&#34;https://www.facilityworld.com/vertriebs-app&#34;&gt;sales app&lt;/a&gt;, sales representatives can access the offer of the participating dealers and manufacturers, compare prices and place orders. With this innovative approach, Facilityworld builds a bridge between field staff and manufacturers / dealers and simplifies direct sales.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scottish Import - Relaunch</title>
      <link>https://www.ilscipio.com/en/project/scottish-import-relaunch-2016/</link>
      <pubDate>Mon, 01 Aug 2016 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/scottish-import-relaunch-2016/</guid>
      <description>&lt;p&gt;Scottish Import Finefood is a true heavyweight in the trade for high quality salmon products from Scotland, Norway and Ireland, as well as fresh consumer fish from all over the world. With more than 4,000 tonnes per year, Scottish Import delivers to more than 500 customers. Scottish Import prides itself on working with carefully selected producers to meet the company&amp;rsquo;s high quality standards.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio was responsible for the conception and implementation of the new website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scipio ERP</title>
      <link>https://www.ilscipio.com/en/project/erp/</link>
      <pubDate>Wed, 01 Jun 2016 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/erp/</guid>
      <description>&lt;p&gt;SCIPIO ERP is Ilscipios first product. The software was originally based on Apache OFBiz, an ERP framework, which it extends with new functionality, such as the excellent templating toolkit, optimized applications and a complete integration of the enterprise content management system Magnolia.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Financial Aid -Finder</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-foerderfinder/</link>
      <pubDate>Mon, 25 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-foerderfinder/</guid>
      <description>&lt;p&gt;Through the lottery business Aktion Mensch finances projects and facilities for people with disabilities and facilities for self-help, help for people in particular social difficulties and - since 2003 - child and youth welfare. The Aktion Mensch promotes up to 1,000 projects a month, thereby contributing significantly to an inclusive society. In order to facilitate access to support measures in the future, Aktion Mensch developed an interactive website that uses a few questions to determine a preliminary selection of possible funding programs. ilscipio was entrusted with the technical realization and was responsible for the implementation of the website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>pavunaparka - Webstore</title>
      <link>https://www.ilscipio.com/en/project/pavunaparka-webstore/</link>
      <pubDate>Wed, 28 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/pavunaparka-webstore/</guid>
      <description>&lt;p&gt;pavuna reinterprets the &amp;ldquo;parka&amp;rdquo;, relying on high-quality materials and modern cuts. Just in time for the Christmas business, pavuna is now also represented with a responsive webstore, which lavishly stages the different products.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio supports pavuna with the implementation and technical support of the webstore.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Christmas 2015</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-weihnachten-2015/</link>
      <pubDate>Tue, 27 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-weihnachten-2015/</guid>
      <description>&lt;p&gt;For the Christmas campaign 2015, Aktion Mensch realised a responsive onepager as a simplified alternative to the otherwise lengthy checkout process. An extensive gift-card-editor allows the customer to freely create lottery tickets. For this various new online payment methods have been integrated, including Paypal and credit card payment. ilscipio developed a streamlined checkout system that simplified the complex steps of the payment process and integrates various internal systems.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Mach3</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-mach3/</link>
      <pubDate>Fri, 16 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-mach3/</guid>
      <description>&lt;p&gt;&amp;ldquo;Mach3&amp;rdquo; was the name for an exciting new sales channel for the Aktion Mensch. In cooperation with the retailer REWE, Aktion Mensch has developed new lottery tickets that can be conveniently bought in the local market and then activated for any person. This can be done easily via the call center of Aktion Mensch or via a responsive and barrier-free website. ilscipio was entrusted with the technical realization and was responsible for the implementation of the website as well as the new call center application.&lt;/p&gt;</description>
    </item>
    <item>
      <title>buchhandel.de - App</title>
      <link>https://www.ilscipio.com/en/project/buchhandel-de-app/</link>
      <pubDate>Mon, 05 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/buchhandel-de-app/</guid>
      <description>&lt;p&gt;buchhandel.de is the joint marketplace of the local book trade on the Internet. The newly developed buchhandel.de app complements the online platform with additional functions: books can be scanned via QR or EAN code and stored in a synchronized list. This allows you to capture books that you see in passing but do not want to order immediately. The app does not require a permanent online access. Once recorded, the titles can be easily ordered with a simple click on buchhandel.de.&lt;/p&gt;</description>
    </item>
    <item>
      <title>XELOS - App</title>
      <link>https://www.ilscipio.com/en/project/xelos-app/</link>
      <pubDate>Wed, 26 Aug 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/xelos-app/</guid>
      <description>&lt;p&gt;Efficient company structures rely on a maximum amount of communication. XELOS takes up this idea and implements it as an intranet solution for companies. In addition to a wiki and document management, Xelas features simplifies the personal exchange via chat and social media. The newly developed XELOS app is an extension to the original application. Once set up, it opens up the free interchange with employees - from wherever you may be. A newsfeed as well as push notifications, allow the easy distribution of news and work progress in the company.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Salt. - Partnerportal</title>
      <link>https://www.ilscipio.com/en/project/salt-partnerportal/</link>
      <pubDate>Thu, 07 May 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/salt-partnerportal/</guid>
      <description>&lt;p&gt;The partner portal of Salt. - formerly Orange - is a central knowledge management system for all partners of the Swiss mobile communications company.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio was responsible for the conception and the implementation of the system.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Orange - Salt.</title>
      <link>https://www.ilscipio.com/en/project/salt/</link>
      <pubDate>Wed, 22 Apr 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/salt/</guid>
      <description>&lt;p&gt;Salt - formerly Orange - is one of the leading Swiss mobile service providers. ilscipio was involved in the name change at an early stage and supported the development of the portal &lt;a href=&#34;https://www.salt.ch&#34;&gt;www.salt.ch&lt;/a&gt; through intensive search engine optimization. Under the guise of a tech magazine, ilscipio reported on the still unknown website weekly on topics from the mobile sector. All articles were created in four languages, taking into account the future URL &amp;amp; keyword structure of the site itself.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Amadeus - Jetski</title>
      <link>https://www.ilscipio.com/en/project/amadeus-jetski/</link>
      <pubDate>Sat, 04 Apr 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/amadeus-jetski/</guid>
      <description>&lt;p&gt;Amadeus is the largest booking service for airline reservations with nearly one billion transactions per year. Thousands of travel bookings are processed every minute in one of the largest European data centers in Erding.&lt;/p&gt;&#xA;&lt;p&gt;With ilscipio, Amadeus developed a system for the automatic processing &amp;amp; setup of virtual server environments (PaaS). The Apache OFBiz-based cloud solution can configure, deploy, and bill customized software platforms within minutes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Biotherm - L&#39;Eau</title>
      <link>https://www.ilscipio.com/en/project/biotherm-leau/</link>
      <pubDate>Fri, 20 Mar 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/biotherm-leau/</guid>
      <description>&lt;p&gt;At &lt;a href=&#34;http://www.xn--berhrt-das-herz-1vb.de/&#34;&gt;www.berührt-das-Herz.de&lt;/a&gt; , Biotherm launched a modern social media campaign for its scent L&amp;rsquo;Eau. The responsive website is the starting point for an intensive exchange with bloggers and customers.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio accompanied the project in cost controlling and provided advice.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Encounter</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-begegnung/</link>
      <pubDate>Sat, 14 Mar 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-begegnung/</guid>
      <description>&lt;p&gt;&amp;ldquo;Encounter&amp;rdquo; is a humorous digital campaign by Aktion Mensch to promote encounters between people with and without disabilities. The campaign, which was particularly popular on the internet, clarifies the topic of inclusion and invites people to participate with a raffle. ilscipio was responsible for the technical implementation, which included not only the integration of the sites, but also the development of a management system to record encounters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - &#34;My lucky ticket&#34;</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-gluckslos/</link>
      <pubDate>Mon, 02 Feb 2015 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-gluckslos/</guid>
      <description>&lt;p&gt;With &amp;ldquo;My lucky ticket&amp;rdquo; Aktion Mensch released the first new lottery ticket since February 2015. The ticket can be individually adapted to the needs of the buyers. The necessary responsive online shop was technically realized by ilscipio and has been financially successful since launch. The implementation took place on the basis of Magnolia CMS with connection of existing eCommerce processes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>JAM!</title>
      <link>https://www.ilscipio.com/en/project/jam/</link>
      <pubDate>Sat, 11 Oct 2014 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/jam/</guid>
      <description>&lt;p&gt;With the online youth portal JAM! Aktion Mensch is breaking new ground in the coexistence of young people with and without disabilities.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio is responsible for the technical implementation of the portal and also shapes it graphically. The portal is barrier-free and responsive and meets all requirements for a modern web design.&lt;/p&gt;</description>
    </item>
    <item>
      <title>JAM! - Game</title>
      <link>https://www.ilscipio.com/en/project/jam-game/</link>
      <pubDate>Sat, 11 Oct 2014 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/jam-game/</guid>
      <description>&lt;p&gt;For JAM! - the Young Action People - ilscipio developed a quiz in which young people are introduced to the subject of inclusion. Young people can answer exciting and entertaining questions about inclusive topics.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio was responsible for the implementation, which included not only website design but also technical development.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Buchhandel.de</title>
      <link>https://www.ilscipio.com/en/project/buchhandelde/</link>
      <pubDate>Wed, 01 Oct 2014 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/buchhandelde/</guid>
      <description>&lt;p&gt;buchhandel.de was until January 2017 the largest book market in the German-speaking Internet. More than 2.8 million books and eBooks could be ordered via the platform. The platform was operated by MVB (Marketing- und Verlagsservice des Buchhandels GmbH), a subsidiary of the Börsenverein des deutschen Buchhandels, with the aim of uniting all german booksellers via a shared platform. The greatest achivement? A system that would allow most of all revenues to go to the local bookseller, who also acted as distribution partners.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch/</link>
      <pubDate>Thu, 11 Sep 2014 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch/</guid>
      <description>&lt;p&gt;For the past 50 years, Aktion Mensch has championed a society of diversity in which ALL OF US win. In order to achieve this, Aktion Mensch promotes charitable projects for people with disabilities, children and adolescents, and publicizes its concerns through campaigns and campaigns. Aktion Mensch is also trying to break down walls on the Internet with its new brand image and offers a barrier-free platform for sharing, informing and sharing ideas. ilscipio was in charge of implementing the website and has been accompanying the Aktion Mensch as a permanent partner ever since.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Countdown Calendar</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-countdown-calendar/</link>
      <pubDate>Thu, 11 Sep 2014 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-countdown-calendar/</guid>
      <description>&lt;p&gt;The &amp;ldquo;Countdown Calendar&amp;rdquo; was part of Aktion Mensch&amp;rsquo;s media campaign for start of the 50th anniversary. The project consisted primarily of a website in which the goals of Aktion Mensch were made known in a playful way. In addition to the online portal, ilscipio also created a reusable calendar, behind the door of which are various games and content. By participating, the online users also registered for a raffle. The raffle took place completely automatically.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Urban Decay</title>
      <link>https://www.ilscipio.com/en/project/urban-decay/</link>
      <pubDate>Sat, 30 Aug 2014 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/urban-decay/</guid>
      <description>&lt;p&gt;Urban Decay is a young and powerful makeup label from the USA. Popular with bloggers and social media, Urban Decay is enjoying great success, especially in digital distribution. Ilscipio advised Urban Decay on digital projects and assisted the team with the implementation of the webshop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Anniversary</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-anniversary/</link>
      <pubDate>Mon, 11 Aug 2014 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-anniversary/</guid>
      <description>&lt;p&gt;We celebrate 50 years of Aktion Mensch! For the anniversary year 2014, a micro-site was created, which provides further information on the partners of Aktion Mensch as well as the TV commercial and the people shown there. The highlight of the page was the Café of Inclusion, where people could talk freely about their experiences with inclusion. ilscipio implemented the concept for the colorful site and supported the editorial team in preparing the content.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Atelier Blanche</title>
      <link>https://www.ilscipio.com/en/project/atelier-blanche/</link>
      <pubDate>Mon, 11 Aug 2014 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/atelier-blanche/</guid>
      <description>&lt;p&gt;Atelier Blanche was a Berlin start-up from 2014, which offered the fashion-loving woman of clothing size 42 modern clothing and accessories in an online store.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio was able to support the Atelier Blanche team in the technical implementation of the shop in Magento.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Pavuna Parka</title>
      <link>https://www.ilscipio.com/en/project/pavuna-parka/</link>
      <pubDate>Wed, 11 Dec 2013 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/pavuna-parka/</guid>
      <description>&lt;p&gt;pavuna is a young, expressive and high-quality outerwear brand, which reinterprets the garment &amp;ldquo;Parka&amp;rdquo; with attention to detail and the highest quality standards.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio supports pavuna with the implementation and technical support of the website.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Aktion Mensch - Magazin</title>
      <link>https://www.ilscipio.com/en/project/aktion-mensch-magazin/</link>
      <pubDate>Fri, 11 Oct 2013 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/aktion-mensch-magazin/</guid>
      <description>&lt;p&gt;For the past 50 years, Aktion Mensch has championed a society of diversity in which Everyone wins. With &amp;ldquo;MENSCHEN. das magazin &amp;ldquo;the organization is breaking new ground in cross-media communication. With its stories and background reports, the magazine shows how inclusion can succeed, informs about current projects of Aktion Mensch, and gives an insight into the lives of people with disabilities. For its Cross Media Solution, &amp;ldquo;MENSCHEN&amp;rdquo; received the prestigious &amp;ldquo;Best of Corporate Publishing Award&amp;rdquo; (BSP Award). ilscipio was responsible for the technical implementation and supports the editors permanently in the operation of the digital presence.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Konica Minolta</title>
      <link>https://www.ilscipio.com/en/project/konica-minolta/</link>
      <pubDate>Fri, 11 Oct 2013 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/konica-minolta/</guid>
      <description>&lt;p&gt;For more than 150 years Konica Minolta has been known for its excellent office products. In the printing industry, Konica Minolta stands for cost efficiency &amp;amp; state-of-the-art technology. We developed &amp;ldquo;EngageIT Automation&amp;rdquo; together with the Integral Methods Group as a cornerstone in Konica Minolta&amp;rsquo;s EnvisionIT product family. The solution is an automation tool as well as an eCommerce frontend and offers printers a complete administration of all web-to-print processes.&lt;/p&gt;</description>
    </item>
    <item>
      <title>L&#39;Oréal</title>
      <link>https://www.ilscipio.com/en/project/loreal/</link>
      <pubDate>Thu, 11 Jul 2013 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/loreal/</guid>
      <description>&lt;p&gt;L&amp;rsquo;Oréal has been the world leader in beauty for more than a century. The name stands for outstanding product quality and permanent innovation. Between 2013 and 2016, ilscipio worked in the area of cost controlling, supported the implementation of various online shops of the brands and advised on purchasing in the digital sector.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MÜPRO</title>
      <link>https://www.ilscipio.com/en/project/muepro/</link>
      <pubDate>Thu, 11 Jul 2013 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/muepro/</guid>
      <description>&lt;p&gt;The MÜPRO Group is one of the leading international suppliers of fastening and sound insulation technologies. With sales in more than 50 countries, MÜPRO is one of the leading suppliers in the fields of fastening technology, sound insulation and fire protection. Ilscipio advises the Müpro Group on the creation of an SEO strategy and helps to implement meaningful optimizations.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manybuy</title>
      <link>https://www.ilscipio.com/en/project/manybuy/</link>
      <pubDate>Tue, 11 Jun 2013 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/manybuy/</guid>
      <description>&lt;p&gt;Manybuy is the world&amp;rsquo;s first online shopping portal with live product presentations. With this original concept manybuy overcomes borders and creates a close contact between customer and dealer - live via video camera &amp;amp; chat.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio advised Manybuy on the conception.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Symbiopartner</title>
      <link>https://www.ilscipio.com/en/project/symbiopartner/</link>
      <pubDate>Tue, 11 Jun 2013 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/symbiopartner/</guid>
      <description>&lt;p&gt;Symbiopartner is a private equity consulting firm based in Winterthur, Switzerland. She has a main focus on fastening and installation technology.&#xA;For Symbiopartner, ilscipio has taken over the implementation of the website and implemented it based on designs by Mediavuk with Magnolia.&lt;/p&gt;</description>
    </item>
    <item>
      <title>dacadoo ag</title>
      <link>https://www.ilscipio.com/en/project/dacadoo-ag/</link>
      <pubDate>Thu, 11 Apr 2013 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/dacadoo-ag/</guid>
      <description>&lt;p&gt;dacadoo is a safe health and fitness &lt;a href=&#34;https://thehealthmania.com/Resurge&amp;#43;Review&amp;#43;&#34;&gt;news website&lt;/a&gt; that inspires users to live a healthier life. The platform calculates an individual dacadoo Health Score ® (1 - 1000) that reflects the current state of health. By integrating gaming and social networking principles, users are motivated to be easily active by consciously tracking and comparing their health, fitness and lifestyle.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio advised dacadoo ag strategically on the development and implementation of search engine optimization.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Link Footprints</title>
      <link>https://www.ilscipio.com/en/project/link-footprints/</link>
      <pubDate>Thu, 11 Apr 2013 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/link-footprints/</guid>
      <description>&lt;p&gt;A new website is only known through mentions and links on other websites. Acquiring links is about being mentioned and talking to a website. Link Footprints are search queries that help you to acquire new links.&lt;/p&gt;</description>
    </item>
    <item>
      <title>deepinvent Software GmbH</title>
      <link>https://www.ilscipio.com/en/project/deepinvent-software-gmbh/</link>
      <pubDate>Sun, 11 Nov 2012 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/deepinvent-software-gmbh/</guid>
      <description>&lt;p&gt;Deepinvent Software GmbH is one of the world&amp;rsquo;s leading manufacturers of e-mail archiving solutions for small and medium-sized enterprises. The products MailStore Server and MailStore Home are used by millions of users and have received many awards from the trade press. Ilscipio advised Deepinvent on the search engine optimization of the MailStore website. In doing so, ilscipio created a standardized SEO strategy and helped with the continuous link building.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Syracus</title>
      <link>https://www.ilscipio.com/en/project/syracus/</link>
      <pubDate>Sun, 11 Nov 2012 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/syracus/</guid>
      <description>&lt;p&gt;In the field of online trading and especially in the ecommerce area, we are your specialists. We guarantee a technically flawless and clean webshop. In doing so, we recommend the use of our standard component for Apache OFBiz &amp;ldquo;Syracus.&amp;rdquo; Convince yourself with our &lt;a href=&#34;http://syracus.net&#34; title=&#34;Syracus Book Store&#34;&gt;demostore&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;* This is  an old reference. The key learnings from Syracus have been incorporated into &lt;a href=&#34;http://www.scipioerp.com&#34;&gt;www.scipioerp.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Moderaum Kersting</title>
      <link>https://www.ilscipio.com/en/project/moderaum-kersting/</link>
      <pubDate>Tue, 11 Sep 2012 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/moderaum-kersting/</guid>
      <description>&lt;p&gt;&amp;ldquo;Moderaum Kersting&amp;rdquo; in Bonn-Bad Godesberg, a third-generation boutique, offers its customers the latest fashion of well-known brands and exquisite advice. ilscipio created the new Internet presence on WordPress basis for Moderaum Kersting and advises on the implementation of an online marketing strategy. In addition, ilscipio also supports the Kersting-Grollmann families in search engine optimization and the development of a joint shop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>City Park Center</title>
      <link>https://www.ilscipio.com/en/project/city-park-center/</link>
      <pubDate>Sat, 11 Aug 2012 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/city-park-center/</guid>
      <description>&lt;p&gt;The City Park Center Nuremberg unites education, health, shopping, entertainment and service under one roof. Ilscipio created the new website, which since September 2011 has been the central point of contact for visitors of the center as well as potential new tenants.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Premium Drive</title>
      <link>https://www.ilscipio.com/en/project/premium-drive/</link>
      <pubDate>Sat, 11 Aug 2012 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/premium-drive/</guid>
      <description>&lt;p&gt;The Premium Drive GmbH for driving services offers its customers a comfortable and safe journey in luxury limousines. The company from Bonn is the first CO2-neutral chauffeur service in Germany. ilscipio advises Premium Drive in the field of search engine optimization.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jung &amp; Kern Immobilien GmbH</title>
      <link>https://www.ilscipio.com/en/project/jung-kern-immobilien-gmbh/</link>
      <pubDate>Wed, 11 Jul 2012 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/jung-kern-immobilien-gmbh/</guid>
      <description>&lt;p&gt;Jung &amp;amp; Kern Immobilien GmbH, which specializes in the sale of real estate in Mainz and on the right bank of the Rhine, was selected by Capital magazine as the exclusive partner for the region. ilscipio supports Jung &amp;amp; Kern in the area of search engine optimization, especially for on-page optimization.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bontall</title>
      <link>https://www.ilscipio.com/en/project/bontall/</link>
      <pubDate>Wed, 04 Apr 2012 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/bontall/</guid>
      <description>&lt;p&gt;&amp;ldquo;Bontall&amp;rdquo; is a deli store from Spain with supraregional claim. Bontall treats its customers with the best products and a fine ambience. We serve Bontall in the design and hosting of the new website on WordPress basis and are actively involved in the implementation of local advertising campaigns.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Browseo</title>
      <link>https://www.ilscipio.com/en/project/browseo/</link>
      <pubDate>Sun, 11 Mar 2012 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/browseo/</guid>
      <description>&lt;p&gt;Good search engine marketing is one of the most important factors for success in online commerce: With Browseo you can see your page as search engines see it. You can fix possible vulnerabilities and improve ranking such as visibility in the network.&lt;/p&gt;</description>
    </item>
    <item>
      <title>choco loco</title>
      <link>https://www.ilscipio.com/en/project/choco-loco/</link>
      <pubDate>Fri, 11 Nov 2011 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/choco-loco/</guid>
      <description>&lt;p&gt;choco loco is a Swiss online shop for the finest chocolates, with products from the best chocolatiers in Europe. Ilscipio implemented choco loco during the relaunch of the online shop based on Magento Go. The design of the shop has been completely redesigned in accordance with the CI and thus fits perfectly with the exclusive chocolates from choco loco.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mail.com</title>
      <link>https://www.ilscipio.com/en/project/mail-com/</link>
      <pubDate>Fri, 11 Nov 2011 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/mail-com/</guid>
      <description>&lt;p&gt;Mail.com offers its international users a personalized e-mail and communication platform where they can create their own e-mail address with a multitude of domain extensions. In addition to e-mail services, mail.com also provides a portal for news and other content. Mail.com relied on the expertise of ilscipio in the technical implementation of premium sales.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thun - Velo Comfort</title>
      <link>https://www.ilscipio.com/en/project/thun-velo-comfort/</link>
      <pubDate>Fri, 11 Nov 2011 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/thun-velo-comfort/</guid>
      <description>&lt;p&gt;Velo Comfort is the brand name for the pedelec components of the company Thun. A pedelec is a bike with additional engine and battery to assist the rider while pedaling. The Thun component sets  are installed directly by different bicycle manufacturers. The website informs consumers regardless of manufacturer about the system, its advantages and possibilities to test and purchase it.&lt;/p&gt;&#xA;&lt;p&gt;ilscipio implemented the portal based on Typo3 and created a standardized design, which is used uniformly throughout the Group.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Carboo4U Sport Vertriebs GmbH &amp; Co. KG</title>
      <link>https://www.ilscipio.com/en/project/carboo4u-sport-vertriebs-gmbh-co-kg/</link>
      <pubDate>Tue, 11 Oct 2011 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/carboo4u-sport-vertriebs-gmbh-co-kg/</guid>
      <description>&lt;p&gt;The Carboo4U Sport GmbH &amp;amp; Co. KG operates a shop for functional clothing &amp;amp; sports nutrition with its own whey protein drinks. The dynamic newcomer from Cologne was also able to position itself well on the market through its numerous cooperations with individual athletes and teams. ilscipio looks after Carboo4U in the keyword research and onpage optimization of the shop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>GMX</title>
      <link>https://www.ilscipio.com/en/project/gmx/</link>
      <pubDate>Sun, 11 Sep 2011 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/gmx/</guid>
      <description>&lt;p&gt;GMX offers its millions of customers a wide range of products and services related to Internet communication. In addition to e-mail and messaging services, there is an editorially maintained portal and eCommerce offers in cooperation with partners. We have developed a tool for GMX - based on Apache OFBiz - that facilitates site management and customization. In addition, GMX has developed a platform for the distribution of premium products, which is now used throughout the company.&lt;/p&gt;</description>
    </item>
    <item>
      <title>rok:</title>
      <link>https://www.ilscipio.com/en/project/rok/</link>
      <pubDate>Sun, 11 Sep 2011 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/rok/</guid>
      <description>&lt;p&gt;rok: is a small online concept store for high quality home, fashion and children&amp;rsquo;s accessories. Ilscipio developed for rok: after a comprehensive analysis a strategy for search engine optimization.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BatterySafe</title>
      <link>https://www.ilscipio.com/en/project/batterysafe/</link>
      <pubDate>Mon, 11 Jul 2011 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/batterysafe/</guid>
      <description>&lt;p&gt;Thun offers with BatterySafe a fire protection system for lithium batteries, which is used in the entire bicycle industry. Ilscipio implemented the current portal on the basis of Typo3 for Thun and created a standardized design, which is used uniformly throughout the Group.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Web.de</title>
      <link>https://www.ilscipio.com/en/project/web-de/</link>
      <pubDate>Mon, 11 Apr 2011 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/web-de/</guid>
      <description>&lt;p&gt;Web.de started in 1995 as an Internet directory and has grown since then to one of the largest German Internet portals and e-mail providers. Web.de offers its millions of customers a large and wide range of modern services. Ilscipio develops for Web.de an e-commerce system based on Apache OFBiz, which is used for premium product sales. In addition, we developed a content management system for the entire portal.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Wolkenseifen</title>
      <link>https://www.ilscipio.com/en/project/wolkenseifen/</link>
      <pubDate>Thu, 11 Nov 2010 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/wolkenseifen/</guid>
      <description>&lt;p&gt;Wolkenseifen operates an exclusive online shop for handmade soaps, bath cosmetics and other skin care products. ilscipio has created a personalized landing page for the Facebook appearance of Wolkenseifen.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Henriette Piper</title>
      <link>https://www.ilscipio.com/en/project/henriette-piper/</link>
      <pubDate>Tue, 17 Aug 2010 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/henriette-piper/</guid>
      <description>&lt;p&gt;Henriette Piper is a renowned German screenwriter. In addition to various successful television games, she is best known for her feature films (&amp;ldquo;The Flying Classroom&amp;rdquo;, &amp;ldquo;Bibi Blocksberg&amp;rdquo;), and TV event productions such as &amp;ldquo;The Wishing Tree&amp;rdquo; and &amp;ldquo;God&amp;rsquo;s Mighty Servant&amp;rdquo;. ilscipio created a classic design for Henriette Piper and implemented the website based on the content management system Wordpress.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alfred Thun GmbH &amp; Co. KG</title>
      <link>https://www.ilscipio.com/en/project/thun/</link>
      <pubDate>Wed, 11 Aug 2010 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/thun/</guid>
      <description>&lt;p&gt;Alfred Thun GmbH &amp;amp; Co. KG is a global manufacturer of bicycle and pedelec components. The website informs about the company, its products and employees. The design of the website was taken from a previous version, the technology behind it, however, modernized. It is now based on Typo3 and can easily be managed by a Thun employee. The technical support and hosting is taken care of by ilscipio.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Designer Outlet Soltau</title>
      <link>https://www.ilscipio.com/en/project/designer-outlet-soltau/</link>
      <pubDate>Sun, 11 Jul 2010 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/designer-outlet-soltau/</guid>
      <description>&lt;p&gt;At the Designer Outlet Soltau, which is located in the triangle between Hamburg, Hanover and Bremen directly in the Lüneburg Heath, more than 60 brand outlets offer their products with discounts of 30-70 percent. ilscipio designed the website, which was operated during the construction of the Outlet Center on the basis of Wordpress, so that the current status of the construction work and the future appearance of the center could be displayed.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notar &amp; RA Axel Hecht</title>
      <link>https://www.ilscipio.com/en/project/notar-ra-axel-hecht/</link>
      <pubDate>Mon, 11 Jan 2010 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/notar-ra-axel-hecht/</guid>
      <description>&lt;p&gt;ilscipio advises the Giessen lawyer and notary Axel Hecht in all online questions. In addition, ilscipio hosts and supervises the current website and supports the operation of the internal computer network.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mutschler Immobilien GmbH</title>
      <link>https://www.ilscipio.com/en/project/mutschler-immobilien-gmbh/</link>
      <pubDate>Wed, 11 Nov 2009 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/mutschler-immobilien-gmbh/</guid>
      <description>&lt;p&gt;The Mutschler real estate group is a real name in the real estate industry. As an operator of shopping centers and office buildings, the group is characterized by a long-term project duration. Ilscipio manages the Mutschler Group in various projects. Among other things, also the current company website, which was implemented by ilscipio.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Badenstedter Carree</title>
      <link>https://www.ilscipio.com/en/project/badenstedter-carree/</link>
      <pubDate>Sun, 11 Oct 2009 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/badenstedter-carree/</guid>
      <description>&lt;p&gt;The Badenstedter Carré is the first office, practice and commercial building in the passive house standard in Hanover. The website offers the central point of contact for customers and prospective tenants and is used as a marketing space for the individual rental units. For easier content management, ilscipio migrated the old website to the Wordpress content management system.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Brands-Paradise</title>
      <link>https://www.ilscipio.com/en/project/brands-paradise/</link>
      <pubDate>Fri, 11 Sep 2009 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/brands-paradise/</guid>
      <description>&lt;p&gt;The Mutschler Group is a family-owned company with a focus on the development and realization of commercial real estate. With Brands-Paradise, the company realized its first online shop, which transfers the principle of the outlet center to the Internet. In the meantime, the marketplace was able to convince up to 30 brands of the idea and thus created a shop-in-shop system for the distribution of fashion items.&lt;/p&gt;&#xA;&lt;p&gt;Ilscipio accompanied the project in conception and technical implementation and was also involved in the development of a design. The realization was based on the open source ERP framework Apache OFBiz.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bazaaria</title>
      <link>https://www.ilscipio.com/en/project/bazaaria/</link>
      <pubDate>Tue, 11 Dec 2007 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/bazaaria/</guid>
      <description>&lt;p&gt;Bazaaria is a bazaar on the Internet where registered customers can place items for barter or sale. With its unique concept, the portal consciously appeals to private customers who are currently neglected by the market. Ilscipio accompanied the startup in the areas of conception, technical implementation and operation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Trescom</title>
      <link>https://www.ilscipio.com/en/project/trescom/</link>
      <pubDate>Thu, 11 Jan 2001 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/project/trescom/</guid>
      <description>&lt;p&gt;TresCom.org is an online community around the PC game Jurassic Park: Trespasser. The website, which is located in the Jurassic Park Universe, has around 1,000 members since the turn of the millennium, making it one of the largest gaming communities on the Internet. Ilscipio was instrumental in the implementation of the website and still looks after the members through intensive community management.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AIVory — AI platform for software teams</title>
      <link>https://www.ilscipio.com/en/products/aivory/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/products/aivory/</guid>
      <description></description>
    </item>
    <item>
      <title>Kronk — AI-native content management</title>
      <link>https://www.ilscipio.com/en/products/kronk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/products/kronk/</guid>
      <description></description>
    </item>
    <item>
      <title>Slaide — a slide language for AI</title>
      <link>https://www.ilscipio.com/en/products/slaide/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://www.ilscipio.com/en/products/slaide/</guid>
      <description></description>
    </item>
  </channel>
</rss>
