MAX Mini Apps: what to check before entering Russia's national messenger
MAX is a messenger built by VK and launched in 2025 as a national platform: messaging, calls, payments, government services and mini apps in one place. By March 2026 it reported 107 million registered users and roughly 77 million daily.
For a business the numbers matter less than two consequences: the audience is large, and competition inside the platform is still noticeably lower than in established channels.
What a mini app is here
Technically the same as elsewhere: a web application that opens inside the messenger and receives user identity, payments and a notification channel through a bot from the platform.
The practical difference from a website is the same too: the user installs nothing and registers nowhere, so the path to the first action is shorter. And the same limitation applies: mini apps are not indexed by search engines and generate no traffic of their own.
How the platform differs from Telegram
The first difference is the market. MAX is aimed at Russian users and embeds services that international messengers do not carry: paying state duties and fines, transfers through the national instant payment system, digital documents. For local consumer products that moves the experience closer to «everything done in one place».
The second difference is platform requirements. There are moderation rules and a partner platform for onboarding. Since 15 June 2026 self employed individuals can connect channels, bots and mini apps, where previously a company or sole proprietor was required.
The third difference is practical: fewer worked examples and fewer libraries. That is a schedule risk and, at the same time, the reason competition is low.
Who it suits
Companies that already have a community and customer conversations inside the VK ecosystem. Then the mini app converts an existing contact instead of hunting for a new one.
Products with a short repeating scenario: order, booking, renewal, payment. The format lives on short paths.
Teams already building for Telegram. A second platform costs less than the first if the split between shared logic and the platform layer is designed in from the start.
What we built here
For a service called DevOnMAX we built a corporate website: two enquiry forms, notifications to a Telegram channel for managers, automated deployment. The service itself builds bots and mini apps for MAX, and its incoming requests show what businesses actually ask for: most often a catalogue with ordering or a booking flow, not complex products.
Our MOST. platform supports launching a store in both Telegram and MAX from one codebase. The most useful lesson for budgeting: the frontend and business logic are shared, while authentication, payments and the platform SDK differ. Design that split up front and the second platform is noticeably cheaper. Skip it and you end up with two nearly identical codebases that have to be fixed twice.
What to verify before budgeting
Check the activity of your own audience in this ecosystem rather than market averages. A hundred people who respond are worth more than a hundred thousand who are merely counted.
Describe the first scenario end to end and stop there. Catalogue, item, cart, payment, status. Everything else belongs to version two.
Tag analytics events before launch, not after. Without that you cannot separate people who came from your own channel from those who found the app inside the platform, and you will not know what actually worked.
Check the legal layer early if you are not a Russian company. Data residency rules for personal data of Russian citizens shape hosting decisions, and hosting decisions are expensive to reverse once the product is live.
And decide in advance what counts as failure: for example fewer than a set number of orders in the first month after launch. A threshold written before the start is cheaper than any retrospective argument, because it removes the temptation to explain a weak result by saying you simply need to wait.
FAQ
How does MAX differ from Telegram for business
In audience and role. MAX targets the Russian market and embeds state and payment services, while Telegram remains international. Technically both formats are a web app inside a messenger with platform provided identity.
Do you need a Russian legal entity to publish there
Since 15 June 2026 the MAX partner platform accepts self employed individuals in addition to companies and sole proprietors, so the entry requirements are lower than they were at launch.
Is it worth building for both messengers at once
It makes sense when the audience exists in both. Shared logic and interface live in one codebase while authentication, payments and the platform SDK differ, so the second platform is cheaper than the first but not free.
Can a foreign company use the platform
The practical constraints are legal rather than technical: data residency requirements for personal data of Russian citizens and the partner platform's onboarding rules. Both are worth checking with counsel before the budget is approved, because they affect hosting and architecture.