> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/release-notes/2026/april-20th-2026.md).

# April 20

This version strengthens the platform across **monetization**, **onboarding**, and **scalability**, while also introducing early capabilities for **mobile app creation**.\
Overall, this release moves the platform closer to being production-ready for real-world usage and growth.

{% hint style="info" %}
Some features are platform-enabled and will be visible only if configured for your workspace.
{% endhint %}

## Platform Refresh

A small change, big impact:

* **Updated Qore platform logo** - reflecting a more modern, product-ready identity

## Billing & Payments (Platform-enabled)

Enabling platforms to **monetize, manage subscriptions,** and t**rack usage** effectively:

* Credit exhaustion handling with notifications
* Automated invoicing and email delivery
* Branded Stripe checkout experience
* Plan activation email notifications enabled

## Onboarding & Access

Reducing friction in getting users started:

* First-time email verification and password setup
* Google SSO (passwordless login experience)

## Mobile App Builder (Beta)

Expanding platform capabilities beyond the web:

{% hint style="info" %}
Currently in Beta - you may experience occasional issues as we continue to stabilize and improve the experience.
{% endhint %}

* Native mobile app build & preview
* Mobile app package export (ZIP) - single package for Android & iOS (device-based); app store publishing not in scope

## Platform Reliability & Scale

Strengthening the system for **higher usage and enterprise readiness**:

* Enhanced observability with request logging improvements
* Database read replica support
* Simplified database migrations
* Vector store optimization for better performance

## Security Updates

Enhancing platform trust and resilience:

* Backend process sanitization improvements
* Vulnerability fixes across frontend and backend

With these updates, the Uptiq platform moves closer to enabling **seamless, production-grade app** and **agent development at scale**.

There’s more coming soon - keep building and sharing your feedback with us.

**Happy building!**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.uptiq.ai/release-notes/2026/april-20th-2026.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
