> 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/february-11th-2026.md).

# February 11

A new version is live - bringing powerful new capabilities to help you build smarter apps and ship faster. With authentication, AI, payments, and design-aware generation now seamlessly integrated, **Rapid Mode continues to be the recommended way to build** on the platform.

***

## What’s New

#### Google Login (BYOK)

Create apps with a built-in login page that supports **Google authentication** using your own credentials.

#### Multi-LLM Support (Platform-Managed)

Build AI apps powered by leading models from OpenAI, Gemini, and Claude - fully managed by the platform.

#### Stripe Payments (BYOK)

Launch monetized apps faster with seamless Stripe integration. Connect your Stripe account to enable payments and subscriptions in ecommerce apps.

#### Design-Aware Generation

Provide an image reference and the App Builder will analyze the layout, styling, and visual cues - generating the closest possible design outcome to your reference.

#### Speed & Stability Improvements

Platform-wide performance upgrades for faster builds and more reliable publishing. Significant improvements across:

* Build speed
* Runtime performance
* Overall platform stability

Enjoy a smoother, more reliable building experience from start to publish.

***

> As of now, the integration features are available only for apps created after this release.

[Qore Link](https://builder-prod.uptiq.dev/) (Here’s the link to the v2 Platform)

**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/february-11th-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.
