Awfice is an experimental office suite made from extremely small browser applications written in plain JavaScript. It includes a rich-text editor, spreadsheet, drawing canvas, and presentation maker. Every main tool is under one kilobyte and is compressed into a single line of code. The applications can run directly from data URLs, bookmarks, or saved HTML files without installation. They work offline and intentionally avoid persistent storage, so refreshing the page erases the current content. The spreadsheet supports formulas and cell references, while the presentation tool offers editable slides and formatting shortcuts. Awfice is both a code-golf demonstration and a practical collection of disposable scratchpads for quick, private work.
Features
- Sub-kilobyte browser applications
- Rich-text editing and formatting
- Spreadsheet formulas and cell references
- Mouse and touch drawing canvas
- Editable slide presentation maker
- Offline installation-free operation