Turn a plain README.md into an interactive, tabbed HTML documentation page.
Automatically flag places where the README doesn't match the real project files.
Publish the generated HTML to GitHub Pages automatically on push.
| paipaiio/readme.html | 0marildo/imago | abdurrafey237/rag-chatbot | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | — | Python | Jupyter Notebook |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires the Codex CLI installed to run the conversion skill.
readme.html is a plugin for Codex, an AI coding assistant, that converts a project's README.md file into a richer, interactive HTML page. Rather than simply rendering Markdown as a flat webpage, it also scans the project's actual folder structure, reading entry files, configuration files, scripts, and deployment files, to supplement what the README says and flag discrepancies between the documentation and the real code. The resulting HTML page includes several interactive features: tabbed navigation that splits content into sections such as Overview, Installation, and Deployment, one-click copy buttons on commands and code snippets, a parameter preview panel where users can adjust settings and see how a command would change, and a search bar for quickly finding content. Sensitive information such as real API keys or database passwords is automatically stripped out. The page is fully self-contained, since all styling and scripts are embedded in the single HTML file, so it opens from a local folder without needing an internet connection. To install it, you clone the repository into Codex's skills directory, then ask Codex to run the conversion on your project. The result is a README.html file saved alongside the README.md. A GitHub Actions workflow can automatically publish the HTML file to GitHub Pages when you push changes. This would be useful to developers who want to share project documentation in a more readable, interactive format, for example when handing off a project, preparing for a demo, or publishing docs without setting up a dedicated documentation site. The project is released under the MIT license.
A Codex skill that converts a project's README.md into a single interactive HTML page, cross-checked against the actual project files.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.