This repository preserves fck-generator.com, the site that let users generate the iconic
sticker-style graphics.
The original domain disappeared, but a version of it is still live via Firebase, and the Firebase version includes the original React source code. This repo documents both the recovered assets and the recreation.
VISIT THE ORIGINAL - "OFFICIAL" LIVE VERSION HERE
/original-source/Original React source code recovered from archived JS/original-compiled/A compiled version of the Original React Code/recreation-source/A cleaned-up version with improvements (extra fonts, light/dark mode, removed sponsored items)/recreation-compiled/A compiled version of my recreation
The Wayback Machine provided several snapshots of fck-generator.com. Following skeptric.com, I recovered HTML, CSS, JS, and images.
- Extracted HTML, CSS, JS, and images from multiple snapshots
- Original fonts were missing from archives
- Found Raleway and Outfit on Google Fonts
While exploring archived JS from Wayback snapshots, I discovered a live Firebase version, which contains the React source code.
This allows us to:
- Study the component structure
- Understand the original logic
- Build a compiled version ourself
The /recreation-source/ and /recreation-compiled versions are a cleaned-up take on the original:
- Removed sponsored items
- Added several new fonts
- Added light/dark mode
- Cleaned layout and simplified code
- Preserves original behavior
- REMOVE TELEMETRY Original Version Logged your IP and the text you entered, as well as various data such as your ISP info, usage rate, and more. yikes.
- GitHub Pages, Netlify, or any web server
- Drop the folder contents into the hosting directory
- Works immediately (pure HTML/CSS/JS)
- Clone the folder
- Run
npm install - Run
npm startto preview locally - Optionally build with
npm run buildfor production
- Preserve the original fck-generator.com
- Provide access to the original React source code
- Offer a cleaned-up recreation with light/dark mode and extra fonts
Recovered content comes from public archives and manual reconstruction.
Recreation assets are free to use. React source is preserved for educational purposes.