A look at zserge/awfice: 3.6k stars on GitHub, written primarily in HTML. The world smallest office suite
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
a word processor, a spreadsheet, a drawing app and a presentation maker
each less than 1KB of plain JavaScript
each is literally just one line of code
packaged as data URLs, so you can use them right away, without downloading or installing
you can also use them offline
but they can't store their state, so whatever you type there would be lost on page refresh
which can be also sold as a "good for your privacy" feature
this project is only a half-joke, I actually use a few Awfice apps as quick scratchpads.
the only way to save your job is to save a HTML or send it to the printer/print to PDF.
Text editor - 59 bytes!
A simple rich text editor. Type whatever you want, it won't be saved anywhere, but it might be convenient for quick throwaway notes. You should be able to use Ctrl+B and Ctrl+I to mark text selection as bold or italic. Undo/redo should work as well. You can also copy/paste text and images from other sources.
A very basic spreadsheet with math formulas. It has 100 rows and 26 columns (A..Z). If the value in the cell starts with an "=" = it is evaluated as a formula. You may refer to other cell values, i.e. "=(A10+A11)/A12". Under the hood it uses eval(), so be careful.
Just a variant of a rich text editor with some hotkeys. There are 50 blank slides for you (I hope you don't need to bore your audience with more slides). Each slide is a rich text editor, but there are some hotkeys to make styling better:
The code is distributed under MIT license. PRs are always welcome, especially if they fix something or make the code smaller, or add features that are valuable, but do not require a lot of code.
To modify something - edit HTML files directly. There is README.sh script that re-generates the README and embeds apps code into it.
TopGit's last sync did not record any GitHub topics for zserge/awfice. GitHub topics appear in the right sidebar of a repository page; that's the authoritative place to check.
How active is development on zserge/awfice?
The most recent commit recorded on zserge/awfice was 3.2 years ago, based on the GitHub push timestamp. The repository has 160 forks — one of the better signals of community interest.
How many stars does zserge/awfice have?
zserge/awfice has 3.6k GitHub stars — refresh the page for the live number, or check github.com/zserge/awfice. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What is zserge/awfice?
zserge/awfice (zserge/awfice) is a HTML project on GitHub. From the project's own README: The world smallest office suite
What language is zserge/awfice written in?
zserge/awfice is written primarily in HTML. GitHub's language field is based on the largest share of bytes in the default branch.
Read full README in the tab above.
Want a second opinion on awfice?
Ask an AI that can read this page — one click and you get its take on awfice.