<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://pritset.com/blog</id>
    <title>Pritset Blog</title>
    <updated>2026-06-25T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://pritset.com/blog"/>
    <subtitle>Pritset Blog</subtitle>
    <icon>https://pritset.com/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[Update June 2026]]></title>
        <id>https://pritset.com/blog/update</id>
        <link href="https://pritset.com/blog/update"/>
        <updated>2026-06-25T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Alt text]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" alt="Alt text" src="https://pritset.com/assets/images/update-4658041c62c4223eb2025752d1a23854.png" width="1536" height="1024" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="update-june-2026">Update June 2026<a href="https://pritset.com/blog/update#update-june-2026" class="hash-link" aria-label="Direct link to Update June 2026" title="Direct link to Update June 2026" translate="no">​</a></h2>
<p>UI enhancements, extracting object from template, charts and more.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="ui-enhancements">UI enhancements<a href="https://pritset.com/blog/update#ui-enhancements" class="hash-link" aria-label="Direct link to UI enhancements" title="Direct link to UI enhancements" translate="no">​</a></h3>
<p>We added copy template link to Postman. Now you can test your template in Postman without
need to copy template id and create request by yourself. Just click on copy link and paste
it in Postman.</p>
<p>User settings new looks way better and easier to navigate.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="template-preview">Template preview<a href="https://pritset.com/blog/update#template-preview" class="hash-link" aria-label="Direct link to Template preview" title="Direct link to Template preview" translate="no">​</a></h3>
<p>Now you can preview your template before processing. Just got to template details and you
will see a preview of template in the bottom.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="charts-in-template">Charts in template<a href="https://pritset.com/blog/update#charts-in-template" class="hash-link" aria-label="Direct link to Charts in template" title="Direct link to Charts in template" translate="no">​</a></h3>
<p>Now it is possible to add charts in template. You can add bar, line, pie and doughnut
charts. Just add chart in template and fill data in the body of request. For more details
check <a class="" href="https://pritset.com/docs/portal/templates/syntax#charts">docs</a> and <a class="" href="https://pritset.com/docs/examples/report/">example</a>.</p>
<p>We are currently support Bar, Line and Pie charts. If you need other type of chart
please contact us.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="performance-improvements">Performance improvements<a href="https://pritset.com/blog/update#performance-improvements" class="hash-link" aria-label="Direct link to Performance improvements" title="Direct link to Performance improvements" translate="no">​</a></h3>
<p>As out customers are growing we are working on performance improvements of the system.
We are optimising our code and infrastructure to make it faster and more stable.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="community">Community<a href="https://pritset.com/blog/update#community" class="hash-link" aria-label="Direct link to Community" title="Direct link to Community" translate="no">​</a></h3>
<p>We have also started our community in <a href="https://www.linkedin.com/company/pritset/" target="_blank" rel="noopener noreferrer" class="">LinkedIn</a>.
We are happy to see our community growing and we are looking forward to your feedback and
suggestions.</p>
<p>Stay in touch with us. We are making product for You.</p>
<p>Feel free to ping us <a href="mailto:support@pritset.com" target="_blank" rel="noopener noreferrer" class="">support@pritset.com</a>.</p>]]></content>
        <author>
            <name>Yurii Molchanov</name>
            <uri>https://www.linkedin.com/in/daviatorstorm/</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[Webhooks]]></title>
        <id>https://pritset.com/blog/webhooks</id>
        <link href="https://pritset.com/blog/webhooks"/>
        <updated>2024-06-22T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Alt text]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" alt="Alt text" src="https://pritset.com/assets/images/webhooks-f4e22100f23ab4d8c96662f51cc854d3.png" width="998" height="278" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="webhooks">Webhooks!<a href="https://pritset.com/blog/webhooks#webhooks" class="hash-link" aria-label="Direct link to Webhooks!" title="Direct link to Webhooks!" translate="no">​</a></h2>
<p>Most valuable functinality of any modern application is webhooks. This will give a postpone
posibility for your processing. Please check <a class="" href="https://pritset.com/docs/api/">docs</a> for new updates.</p>
<!-- -->
<p>List updates:</p>
<ul>
<li class="">Separated template and image API endpoint</li>
<li class="">Hide paid plans</li>
<li class="">Application tour</li>
<li class="">Misc bug fixes</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="separated-template-and-image-api-endpoint">Separated template and image API endpoint<a href="https://pritset.com/blog/webhooks#separated-template-and-image-api-endpoint" class="hash-link" aria-label="Direct link to Separated template and image API endpoint" title="Direct link to Separated template and image API endpoint" translate="no">​</a></h3>
<p>Before there was <code>api/template/process</code> and <code>api/image/process</code> endpoints. Now there
are <code>api/template/process/direct</code>, <code>api/image/process/direct</code>, <code>api/template/process/webhook</code>,
<code>api/image/process/webhook</code>. For easier use of API endpoint also body was standardised
to <code>multipart/form-data</code>.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="hide-paid-plans">Hide paid plans<a href="https://pritset.com/blog/webhooks#hide-paid-plans" class="hash-link" aria-label="Direct link to Hide paid plans" title="Direct link to Hide paid plans" translate="no">​</a></h3>
<p>Because of unstabilty of the system we cannnot offer paid plans. So for now until situation
will be stable no paid plans will be available, but you still can purchase more requests as
they will not disappear in any situation.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="tour">Tour<a href="https://pritset.com/blog/webhooks#tour" class="hash-link" aria-label="Direct link to Tour" title="Direct link to Tour" translate="no">​</a></h3>
<p>For easier getting into the Pritset we've added application tour for portal. So anyone how
just starting with Pritset can walkthrough the application via tour.</p>
<p>Stay in touch with us. We are making product for You.</p>
<p>Feel free to ping us <a href="mailto:support@pritset.com" target="_blank" rel="noopener noreferrer" class="">support@pritset.com</a>.</p>]]></content>
        <author>
            <name>Yurii Molchanov</name>
            <uri>https://www.linkedin.com/in/daviatorstorm/</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[Paid plans]]></title>
        <id>https://pritset.com/blog/paid-plans</id>
        <link href="https://pritset.com/blog/paid-plans"/>
        <updated>2024-01-07T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Alt text]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" alt="Alt text" src="https://pritset.com/assets/images/progress-29de149072679f3c6b181425f7171a0f.jpg" width="1280" height="720" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="going-forward">Going forward!<a href="https://pritset.com/blog/paid-plans#going-forward" class="hash-link" aria-label="Direct link to Going forward!" title="Direct link to Going forward!" translate="no">​</a></h2>
<p>Usually, all the power and will to own projects at some point begin disappear. Lots
of ideas and enthusiasm fades because of fear. But only looking into the eyes of fear
you start to see your future. Thats is our way - <strong>way of Pritset</strong>!</p>
<!-- -->
<p>We're thrilled to announce new update:</p>
<ul>
<li class="">Payment system</li>
<li class="">Paid plans</li>
<li class="">Profile page</li>
<li class="">More statistics</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="payment-system">Payment system<a href="https://pritset.com/blog/paid-plans#payment-system" class="hash-link" aria-label="Direct link to Payment system" title="Direct link to Payment system" translate="no">​</a></h3>
<p>As a main payment system we choose Monobank with acquiring as it the most secure and reliable
for our customers and for us. <em>If customer feel comfortable - we are safe</em>. With acquiring
you will make payments with ease. With our automation system you will receive emails with
payment instructions. As we are a young project - we want customers to trust us first and then
we will offer automatic subscription flow without any other customer involving and time spend.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="paid-plans">Paid plans<a href="https://pritset.com/blog/paid-plans#paid-plans" class="hash-link" aria-label="Direct link to Paid plans" title="Direct link to Paid plans" translate="no">​</a></h3>
<p>Now we can offer paid Standard and Premium plans. They vary in the
quantity of concurrent processors and request count. So depends on your business needs
you can choose the best plan feet for you.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="profile-page">Profile page<a href="https://pritset.com/blog/paid-plans#profile-page" class="hash-link" aria-label="Direct link to Profile page" title="Direct link to Profile page" translate="no">​</a></h3>
<p>It become rich. Now you can see the notifications you will receive, check your payments,
purchase more requests and upgrade your plan.</p>
<p>Every person wants to track money spend so to make customers comfortable we made in table.</p>
<p>In shop you can upgrade your plan and purchase more requests if you are out of it.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="more-statistics">More statistics<a href="https://pritset.com/blog/paid-plans#more-statistics" class="hash-link" aria-label="Direct link to More statistics" title="Direct link to More statistics" translate="no">​</a></h3>
<p>As we are handling more customers we are aware of customer usage tracking. As a first
customer needs we changed old charts to plain text statistics. Its easy to track your
usage in the better way. We are trying to staying in the loop with customers to make them
have a better user experience with Pritset.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="conclusion">Conclusion<a href="https://pritset.com/blog/paid-plans#conclusion" class="hash-link" aria-label="Direct link to Conclusion" title="Direct link to Conclusion" translate="no">​</a></h3>
<p>Its only business. Business creates us and we creates business. Customers writes directions
which business need to track to stay alive and grow. We are flex for our customers for
their business as our main reason to exist is to make customers business runs.</p>
<p>Stay in touch with us. We are making product for You.</p>
<p>Feel free to ping us <a href="mailto:support@pritset.com" target="_blank" rel="noopener noreferrer" class="">support@pritset.com</a>.</p>]]></content>
        <author>
            <name>Yurii Molchanov</name>
            <uri>https://www.linkedin.com/in/daviatorstorm/</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[The start!]]></title>
        <id>https://pritset.com/blog/the-start</id>
        <link href="https://pritset.com/blog/the-start"/>
        <updated>2023-11-02T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Alt text]]></summary>
        <content type="html"><![CDATA[<p><img decoding="async" loading="lazy" alt="Alt text" src="https://pritset.com/assets/images/start-line-f4187d20dd7146c4d630985879730e3f.jpg" width="7952" height="5304" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="introduction">Introduction<a href="https://pritset.com/blog/the-start#introduction" class="hash-link" aria-label="Direct link to Introduction" title="Direct link to Introduction" translate="no">​</a></h2>
<p>Hello we are <strong>Pritset</strong> team. Welcome to our Powerful API system which give you and your business grow. It is only
a start of a big journey which will lots of <em>underwater stones</em>. This mean lots of works need to be done for our
customer be happy to use <strong>Pritset</strong>. The best pleasure for the project is good customer feedback.</p>
<p>I want to explain all my emotions I feel with this great start. But long story short.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-this-project-gives-you-and-what-is-the-goal">What this project gives you and what is the goal<a href="https://pritset.com/blog/the-start#what-this-project-gives-you-and-what-is-the-goal" class="hash-link" aria-label="Direct link to What this project gives you and what is the goal" title="Direct link to What this project gives you and what is the goal" translate="no">​</a></h3>
<p>This project created for business to take some heavy job on it such as image processing, billing and order templates
processing.</p>
<p>We know how much it cost so we giving this possibility for you to make you focus on your business ideas and save money.
Saving money meaning more income.</p>
<div class="theme-admonition theme-admonition-note admonition_xJq3 alert alert--secondary"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M6.3 5.69a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 7.99c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V7.98v.01zM7 2.3c-3.14 0-5.7 2.54-5.7 5.68 0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 .98c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"></path></svg></span>note</div><div class="admonitionContent_BuS1"><p>At this point you can use project for free</p></div></div>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>info</div><div class="admonitionContent_BuS1"><p>At the moment best performence will be for <strong>East Europe</strong></p></div></div>
<p>Our goal for the future is to make it as fast as possible and make <a class="" href="https://pritset.com/docs/intro">documetation</a> as rich as it can be. So
you or your developers can easily use <strong>Pritset</strong>.</p>
<p>Also, this blog created for understanding of changes and future plans we want to share with you. Here we will post
changelog, links to docs, explanations etc.</p>
<p>So, no more words, lets start!</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-project-currently-can-do">What project currently can do?<a href="https://pritset.com/blog/the-start#what-project-currently-can-do" class="hash-link" aria-label="Direct link to What project currently can do?" title="Direct link to What project currently can do?" translate="no">​</a></h3>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="image-processing">Image processing<a href="https://pritset.com/blog/the-start#image-processing" class="hash-link" aria-label="Direct link to Image processing" title="Direct link to Image processing" translate="no">​</a></h4>
<p>Few words about the functionalities. Image processing means resizing, rotating, converting, these are heavy operations
our servers handling. This take lot of processor time and memmory. Its only a part of functionality we will deliver
closer time</p>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="template-processing">Template processing<a href="https://pritset.com/blog/the-start#template-processing" class="hash-link" aria-label="Direct link to Template processing" title="Direct link to Template processing" translate="no">​</a></h4>
<p>Lets assume you are a e-shop keeper, you want to send orders for your customer. Gotha! Template processing will make
it for you. What you need? You need to open any document editor like Word or LibreOffice, create a document in your
shop style with all the colors and brand logos, mark places in document to want data to replace them. Upload it in
your portal and Voala! You are ready to accept fine looking orders for your customers. Just call our API with data
you want to pass to your template and wait for the order.</p>
<p>That's how it works.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="no-more-waiting-lets-get-start-accelarating-your-business">No more waiting! Lets get start accelarating your business<a href="https://pritset.com/blog/the-start#no-more-waiting-lets-get-start-accelarating-your-business" class="hash-link" aria-label="Direct link to No more waiting! Lets get start accelarating your business" title="Direct link to No more waiting! Lets get start accelarating your business" translate="no">​</a></h3>
<p><strong>Get started with</strong> <a class="" href="https://pritset.com/docs/intro">documetation</a>.</p>
<blockquote>
<p>Just do it!</p>
<p>-- <em>Nike</em></p>
</blockquote>]]></content>
        <author>
            <name>Yurii Molchanov</name>
            <uri>https://www.linkedin.com/in/daviatorstorm/</uri>
        </author>
    </entry>
</feed>