# Welcome to Parallelix

### What is it?

{% hint style="warning" %}
**Warning!** This library is deprectated. Please, [use Cross Mind Framework](https://neurosell.gitbook.io/crossmind/) instead.
{% endhint %}

**Parallelix Toolkit** - Written in Vanilla JS, a modular library that allows you to forget about the existence of different client SDKs when developing your cross-platform web applications, be it VK Mini Apps, WeChat Mini Apps, Progressive Web App or Apache Cordova based applications.

<figure><img src="/files/TzwQFazm2oAZi9XE9tLn" alt=""><figcaption></figcaption></figure>

Write the same code for all platforms, changing only the parameters to execute methods according to the platforms' documentation.

**Why Parallelix?**

* Cross-platform operation of your web applications on different platforms (VK Mini Apss, Telegram Mini Apps, Cordova etc.);
* Unified API for working with authorization and other functionality of platforms;
* Modular connection of various libraries required for platforms' operation (for example: VK Bridge);
* Simple to use and easy to learn;

{% hint style="warning" %}
Note, Parallelix makes it easy to work with a lot of client SDKs when building your products, but not the server side. **Never trust bare client data.**
{% endhint %}

**So, hopefully our labors will help you create apps easier than ever!**

***

### Get Started with Parallelix

Before we get started, let's define what exactly you want to learn about Parallelix for your projects:

* [How to install and use Parallelix in your projects](/parallelix/get-started/installation-and-usage.md);
* [How to create custom modules in Parallelix](/parallelix/get-started/develop-your-modules.md);
* [Learn how to work with Parallelix API for different platforms](/parallelix/api-reference/general-client.md);

Need help with your project development or cross-platform app development? [Write to us](mailto:start@ncommx.com)!

***

### Join in on the development

Join the development and create even cooler modules by expanding the list of available platforms.[ **Send your ideas to our git**](https://github.com/Neurosell/parallelix), or write to us in [**Telegram**](https://t.me/devsdaddy).

We are also open to new team members - [**visit our jobs website**](https://nsell.tech/en/jobs/).


---

# Agent Instructions: 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:

```
GET https://neurosell.gitbook.io/parallelix/get-started/welcome-to-parallelix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
