Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revengisquad/docs

Official documentation for RevEngiBot, a reverse engineering and development Telegram bot. Built with Next.js and Fumadocs.
https://github.com/revengisquad/docs

Last synced: about 1 month ago
JSON representation

Official documentation for RevEngiBot, a reverse engineering and development Telegram bot. Built with Next.js and Fumadocs.

Awesome Lists containing this project

README

        

# RevEngiBot Docs






Next.js logo


This is the official documentation repository for [RevEngiBot](https://t.me/RevEngiBot), powered by [Next.js](https://nextjs.org), [Fumadocs](https://github.com/fuma-nama/fumadocs) and [Nyxb UI](https://github.com/nyxb-ui).

## Features

This documentation includes an overview of all the powerful tools and commands offered by RevEngiBot, including but not limited to:
- Smali to Java conversion
- Dex to Java conversion
- APK Protection, Analysis, Signing, and much more
- Integration with Blutter
- Coding AI Assistant and more

Feel free to explore the docs for detailed feature descriptions and command usage.

## Getting Started

To run this documentation site locally for development or testing purposes:

```bash
# Install dependencies
npm install

# Run development server:
npm run dev
# or
pnpm dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.

## Commands

To view the bot's commands in detail, please refer to the documentation. Some of the popular commands include:
- `/start` - Displays the welcome message.
- `/help` - Opens the help section with available commands.
- `/apk` - Powerful APK file interaction features.
- `/askai` - Ask Gemini Pro AI for assistance.
- `/dex2java`, `/smali2java`, `/java2smali` - Convert files between Java, Dex, and Smali.
- `/blutter` - Integration with Blutter framework.

## Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request if you'd like to improve the documentation or suggest new features.

---

Thanks for using [RevEngiBot](https://t.me/RevEngiBot) and supporting our work!

### Summary of Changes:
- Finalised **Home Page UI**
- Customized the description to reflect that this is the official documentation for **RevEngiBot**.
- Highlighted key **features** of the bot.
- Provided instructions on **running the project** locally.
- Added information about **commands** and **premium plans**.
- Included links to **Next.js** and **Fumadocs** resources, along with a section for **contributing**.