# web-apps
**Repository Path**: flyflyrun/web-apps
## Basic Information
- **Project Name**: web-apps
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-03-29
- **Last Updated**: 2026-03-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://www.gnu.org/licenses/agpl-3.0.en.html)
ONLYOFFICE web-apps
## π‘ Overview
Welcome to the `web-apps` repository!
Itβs the frontend for [ONLYOFFICE Document Server](https://github.com/ONLYOFFICE/DocumentServer) and [ONLYOFFICE Desktop Editors](https://github.com/ONLYOFFICE/DesktopEditors) β the part you interact with. It powers the interface that lets you create, edit, save, and export your text documents, spreadsheets, and presentations.
*Previous versions: Until 2019-10-23 the repository was called web-apps-pro.*
---
## βοΈ How it fits in the ONLYOFFICE ecosystem
| Layer | Component | Role |
|-----------|------------|------|
| π§ **Engine** | [Document Server β](https://github.com/ONLYOFFICE/DocumentServer) | Handles editing logic, file conversion, real-time collaboration |
| π» **Interface** | **Web Apps** *(this repo)* | Provides the browser-based user interface |
| π§© **Integrations** | [Integration API β](https://api.onlyoffice.com/docs/docs-api/get-started/basic-concepts/?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps) | Embeds editors into custom web platforms or apps |
Together, these layers make **ONLYOFFICE** a full-fledged online editing suite.
---
## π Key highlights
β¨ **Multiple editors, one codebase**
- [Document Editor](https://www.onlyoffice.com/word-processor?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps) π
- [Spreadsheet Editor](https://www.onlyoffice.com/sheets?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps) π
- [Presentation Editor](https://www.onlyoffice.com/slides?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps) π½οΈ
- [PDF Editor](https://www.onlyoffice.com/pdf-editor?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps) βοΈ
- [Form Creator](https://www.onlyoffice.com/form-creator?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps) π
- [Diagram Viewer](https://www.onlyoffice.com/diagram-viewer?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps) πΌοΈ
π¬ **Real-time collaboration**
- Co-editing
- Comments, mentions, and version history
- Built-in chat and track changes
β‘ **Developer-friendly integration**
- Embed editors in any app using [ONLYOFFICE API β](https://api.onlyoffice.com/docs/docs-api/get-started/basic-concepts/?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps)
- Customize toolbar, permissions, and callback behavior
π **Fully browser-compatible**
- Works on all major browsers
- Localized in 45 languages
- Optimized for responsive performance
---
## π§± Folder overview
Hereβs a quick tour of what lives inside this repository:
| Folder | Description |
|--------|--------------|
| `.github/workflows/` | GitHub Action workflows for CI, build validation, testing, and checks. |
| `.vscode/` | Editor configuration for VS Code.|
| `apps/` | Core UI for the three editors (Documents, Spreadsheets, Presentations). This is where the frontend interface lives. |
| `build/` | Build scripts, bundling configuration, and output settings for packaging the web editors. |
| `test/` | Test suites and scripts used to validate functionality and stability. |
| `translation/` | All localization files and translations. |
| `vendor/` | Third-party libraries and dependencies used by the editors. |
## π§ Want to build this yourself?
If youβd like to compile or modify the editors yourself, use the [`build_tools`](https://github.com/ONLYOFFICE/build_tools) repository.
It automatically sets up dependencies and builds:
* [Docs (Document Server)](https://www.onlyoffice.com/docs?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps)
* [Desktop Editors](https://www.onlyoffice.com/desktop?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps)
* [Document Builder](https://www.onlyoffice.com/document-builder?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps)
## Need help or have an idea? π‘
We β€οΈ community contributions!
* **π Found a bug?** Please report it by creating an [issue](https://github.com/ONLYOFFICE/web-apps/issues).
* **β Have a question?** Ask our community and developers on the [ONLYOFFICE Forum](https://community.onlyoffice.com).
* **π‘ Want to suggest a feature?** Share your ideas on our [feedback platform](https://feedback.onlyoffice.com/forums/966080-your-voice-matters).
* **π§βπ» Need help for developers?** Check our [API documentation](https://api.onlyoffice.com/?utm_source=github&utm_medium=cpc&utm_campaign=GitHubWebApps).
---
Made with β€οΈ by the ONLYOFFICE Team