Draft:Single File Web Apps
Review waiting, please be patient.
This may take 3 months or more, since drafts are reviewed in no specific order. There are 4,918 pending submissions waiting for review.
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Reviewer tools
|
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
This draft has been resubmitted and is currently awaiting re-review. |
This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
Declined by Greenman 7 months ago.
|
Submission declined on 19 October 2025 by Shocksingularity (talk). This draft is not adequately supported by reliable sources. Wikipedia's verifiability policy requires that all content be supported by reliable sources.
This draft appears to contain text generated by a large language model (such as ChatGPT). You cannot use LLMs to generate article content.
Declined by Shocksingularity 8 months ago.LLM-generated pages with certain obvious signs of being machine generated may be deleted without notice. These tools are prone to specific issues that violate our policies:
Instead, only summarize in your own words a range of independent, reliable, published sources that discuss the subject. See the advice page on large language models for more information. |
This draft is not adequately supported by reliable sources. Wikipedia's verifiability policy requires that all content be supported by reliable sources.
This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
Declined by Haj 9 months ago.
|
Submission declined on 10 September 2025 by Theroadislong (talk). This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
This draft appears to contain text generated by a large language model (such as ChatGPT). You cannot use LLMs to generate article content.
Declined by Theroadislong 9 months ago.LLM-generated pages with certain obvious signs of being machine generated may be deleted without notice. These tools are prone to specific issues that violate our policies:
Instead, only summarize in your own words a range of independent, reliable, published sources that discuss the subject. See the advice page on large language models for more information. |
Submission declined on 9 September 2025 by Pythoncoder (talk). This draft appears to contain text generated by a large language model (such as ChatGPT). You cannot use LLMs to generate article content.
Declined by Pythoncoder 9 months ago.LLM-generated pages with certain obvious signs of being machine generated may be deleted without notice. These tools are prone to specific issues that violate our policies:
Instead, only summarize in your own words a range of independent, reliable, published sources that discuss the subject. See the advice page on large language models for more information. |
Comment: You have sources in the examples section, but you need some for the previous sections Shocksingularity (talk) 00:41, 19 October 2025 (UTC)
Comment: Fragments of LLM writing, as noted by previous declines, still persist. – haj ☘ (talk) 02:00, 16 September 2025 (UTC)

A Single File Web App (SFWA) is a type of Single-Page App (SPA) that it is composed of only a static HTML file with no external dependencies (including external images, JavaScript, CSS, etc), and no server components (with the exception of an HTTP Server). Note that the HTML file can have javascript, css, and images - as long as they are embedded in the singular HTML file..[1]
Overview
[edit]Single File Web Apps are designed to run entirely offline or in isolation, with every resource (HTML, CSS, JavaScript, images, and fonts) embedded directly into a single HTML file. This makes them uniquely portable and easy to distribute. Users can simply download the file and open it in a browser without any installation or hosting setup.
Features
[edit]- Self-contained - all assets included directly within the file.
- Durable - since Single File Web Apps have no external dependencies or server components, they are more resistant to Software rot than most other types of software[2]
- Portable - can be distributed by email, USB stick, or local file sharing.
- Offline-friendly - works without an internet connection once downloaded.
- Simple deployment - just drop the file onto any static file host, such as GitHub Pages or a local filesystem.
Identification
[edit]In order to identify if a web app is a Single File Web App, you can perform the following steps:
- Navigate to the web app, and after it loads, save the web page to your desktop ("HTML only" if given the option) by going to File -> Save Page As (or the equivalent menu name in your browser).
- Turn off your internet
- Navigate to the HTML file on your desktop, and double-click on it to open it (or open it your browser by going to File -> Open File).
- Test that the app works fully while you are disconnected from the internet. If it does, then it's a SFWA. If it does not work while disconnected from the internet, then it is not a SFWA.
Examples
[edit]- FuzzyGraph[3] - "a non-binary graphing calculator in a single html file."
- Hypervault[4] - a "personal computing platform in a single html file."
- TiddlyWiki[5] - a "highly customizable non-linear personal notebook and wiki that runs entirely in a single HTML file"
- FeatherWiki[6] - a "the app itself is contained within a single 58-kilobyte HTML file that runs right in your browser"
- Inkwash[7] - "A watercolor simulator in one HTML file"
- Slingcode[8] - "a file encryption app in a single html file."
- A collection of single file web apps can be found here[9]
See also
[edit]External links
[edit]Category:Web applications Category:Software development
References
[edit]- ^ "Single File Web Apps Definition".
Note that the HTML file CAN contain javascript, css, and images - as long as they are embedded in the single HTML file
- ^ "Single File Web Apps".
Since Single-File Web App have no external dependencies and require only a browser to run, they should be far less susceptible to software rot than other types of software
- ^ "FuzzyGraph".
a non-binary graphing calculator in a single html file.
- ^ "Hypervault".
a file encryption app in a single html file
- ^ "TiddlyWiki".
highly customizable non-linear personal notebook and wiki that runs entirely in a single HTML file
- ^ {{cite web|title=FeatherWiki|url=https://feather.wiki%7Cquote= the app itself is contained within a single 58-kilobyte HTML file that runs right in your browser}
- ^ "Inkwash".
A watercolor simulator in one HTML file
- ^ "Slingcode".
personal computing platform in a single html file
- ^ "single-html-file-apps". GitHub.
A collection of self-contained, zero-dependency web applications built as single .html files. These apps run entirely in the browser — no build tools, no servers, no nonsense.
- ^ Single File Page Apps intro, September 10, 2025
- Draft articles about Internet culture
- Draft articles about software
- Draft articles about computing
- Draft articles about technology
- AfC submissions on science, mathematics and engineering
- Pending AfC submissions
- AfC pending submissions by age/3 days ago
- AfC submissions by date/23 June 2026
- AfC submissions by date/10 March 2026
- AfC submissions by date/03 November 2025
- AfC submissions by date/18 September 2025
- AfC submissions by date/15 September 2025
- AfC submissions by date/10 September 2025
- AfC submissions by date/09 September 2025


- provide significant coverage: discuss the subject in detail, not just brief mentions or routine announcements;
- are reliable: from reputable outlets with editorial oversight;
- are independent: not connected to the subject, such as interviews, press releases, the subject's own website, or sponsored content.
Please add references that meet all three of these criteria. If none exist, the subject is not yet suitable for Wikipedia.