diff --git a/README.md b/README.md
index 0dc9ea2..a1e3c27 100644
--- a/README.md
+++ b/README.md
@@ -1,36 +1,64 @@
-This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
+# AniX - Unofficial Web Client for Anixart
-## Getting Started
+AniX is an unofficial web client for the Android application Anixart. It allows you to access and manage your Anixart account from a web browser on your desktop or laptop computer.
-First, run the development server:
+[Russian Readme](./docs/REAME.RU.md)
-```bash
-npm run dev
-# or
-yarn dev
-# or
-pnpm dev
-# or
-bun dev
-```
+## Changelog [RU]
-Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
+- [3.1.0](./public/changelog/3.1.0.md)
+- [3.0.1](./public/changelog/3.0.1.md)
+- [3.0.0](./public/changelog/3.0.0.md)
-You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
+[other versions](./public/changelog)
-This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
+## Disclaimer
-## Learn More
+Please note that AniX is an unofficial project and is not affiliated with the developers of Anixart. It is recommended to use the official Anixart app for the most up-to-date features and functionality.
-To learn more about Next.js, take a look at the following resources:
+## Screenshots
-- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
-- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
+
+Pages Short
-You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
+
-## Deploy on Vercel
+
-The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
+
+Pages Full
-Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
+
+
+
+
+
+Search Page
+
+
+
+
+
+
+Release Page
+
+
+
+
+
+
+User Page
+
+
+
+
+
+## Features
+
+1. Use your existing Anixart account
+2. sync lists, watch history, collections and more
+3. use almost all features of an android app
+
+## Contributing
+
+We welcome contributions to this project! If you have any bug fixes, improvements, or new features, please feel free to create a pull request.
\ No newline at end of file
diff --git a/docs/REAME.RU.md b/docs/REAME.RU.md
new file mode 100644
index 0000000..ecded33
--- /dev/null
+++ b/docs/REAME.RU.md
@@ -0,0 +1,62 @@
+# AniX - Неофициальный веб клиент для Anixart
+
+AniX - это неофициальный веб-клиент для Android-приложения Anixart. Он позволяет вам получать доступ к своей учетной записи Anixart и управлять ею из веб-браузера на вашем настольном компьютере или ноутбуке.
+
+## Список изменений
+
+- [3.1.0](/public/changelog/3.1.0.md)
+- [3.0.1](/public/changelog/3.0.1.md)
+- [3.0.0](/public/changelog/3.0.0.md)
+
+[другие версии](/public/changelog)
+
+## Отказ от ответственности
+
+Пожалуйста, обратите внимание, что Anix является неофициальным проектом и не связан с разработчиками Anixart. Рекомендуется использовать официальное приложение Anixart для получения наиболее актуальных функций.
+
+## Скриншоты
+
+
+Короткий вид страниц
+
+
+
+
+
+
+Полный вид страниц
+
+
+
+
+
+
+Страница поиска
+
+
+
+
+
+
+Страница релиза
+
+
+
+
+
+
+Страница пользователя
+
+
+
+
+
+## Возможности
+
+1. Используйте свой существующий аккаунт на Anixart
+2. Синхронизируйте списки, историю просмотров, коллекции и многое другое
+3. используйте практически все функции приложения для Android
+
+## Внесение вклада
+
+Мы приветствуем вклад в этот проект! Если у вас есть какие-либо исправления ошибок, улучшения или новые функции, пожалуйста, не стесняйтесь отправлять запрос на обновление.
diff --git a/docs/images/ProfilePageView.jpg b/docs/images/ProfilePageView.jpg
new file mode 100644
index 0000000..7a12265
Binary files /dev/null and b/docs/images/ProfilePageView.jpg differ
diff --git a/docs/images/ReleasePageView.jpg b/docs/images/ReleasePageView.jpg
new file mode 100644
index 0000000..337f28d
Binary files /dev/null and b/docs/images/ReleasePageView.jpg differ
diff --git a/docs/images/SearchPageView.jpg b/docs/images/SearchPageView.jpg
new file mode 100644
index 0000000..bcc61a3
Binary files /dev/null and b/docs/images/SearchPageView.jpg differ
diff --git a/docs/images/fullPageView.jpg b/docs/images/fullPageView.jpg
new file mode 100644
index 0000000..0562a34
Binary files /dev/null and b/docs/images/fullPageView.jpg differ
diff --git a/docs/images/shortPageView.jpg b/docs/images/shortPageView.jpg
new file mode 100644
index 0000000..69aba22
Binary files /dev/null and b/docs/images/shortPageView.jpg differ