"Unlocking the logic of award-winning web design through pure vanilla standards."
FWS / SUPPLY is an archive of premium web logic, stripped of bloat and engineered for maximum performance. It is a system designed to curate award-winning UI tricks and high-end components while maintaining strict adherence to "Vanilla" standards and 0-radius geometric precision. Access the raw logic used in world-class digital experiences.
-
Vanilla Integrity: We prioritize native web standards. No heavy frameworks, no unnecessary abstractions. Just pure, audited logic that runs natively in the browser.
-
Geometric Precision: Our aesthetic is a byproduct of mathematical order. 0-radius geometry reflects a refusal to "round off" the edges of digital reality.
-
Archive Purpose: Every 'Supply' unit is engineered for a specific, vital function within a larger system. We don't build bloat; we curate solutions for award-winning UX.
Curated logic units for high-end digital experiences:
- Motion Orchestration: Seamless page transitions and micro-interactions without heavy libraries.
- Visual Depth: Native parallax engines, scroll-driven animations, and zero-radius geometry patterns.
- Performance Logic: Stripped source code that achieves 100/100 Lighthouse scores while maintaining premium aesthetics.
- Creative UI Tricks: Advanced styling and interaction techniques used in world-class, award-winning sites.
The system is powered by a custom-built processing engine that transforms raw markdown records into high-performance static HTML.
- Logic: Vanilla JavaScript (ES6+)
- Structure: LayX Framework (Custom structural layout protocol)
- Styling: Modern CSS (Variables, Grid, Flexbox)
- Build Tools: Node.js, esbuild, sharp
├── build/ # Core engine & markdown processing logic
├── pages/ # Generated static site directory
│ ├── inventory/ # Technical units and components (Raw Logic)
│ └── manifest/ # Documentation and system records (Articles)
├── src/ # Layx framework build script
├── layx/ # The structural layout framework powering the system
├── assets/ # Shared resources (CSS, JS, Fonts, Images)
├── template.md # Entry point for adding new archive records
└── build.mjs # Build script entry (legacy/wrapper)
Ensure you have Node.js (Latest LTS) installed. Clone the archive and initialize dependencies:
npm installTo inject a new unit into the archive, use the template.md as your blueprint. Update the metadata block at the bottom:
# Your Logic Unit Title

Detailed explanation of the unit...
<info>
type: manifest; // inventory = component, manifest = article
category: your-cat;
tags: tag1 tag2;
</info>Run the system build to process markdown into static HTML and update the manifest:
node build.mjsThe system will:
- Generate a unique ID for the item.
- Create a slug-based permanent URL.
- Process markdown into responsive HTML.
- Update the Home page with the last 6 inventory and 4 manifest items.
- Update the Inventory and Manifest index pages.
- Node.js (Latest LTS recommended)
- A local dev server (e.g., running on
localhost)
The project is configured for seamless deployment on platforms like Vercel or any static hosting provider.
- Local Preview: Use a local dev server (e.g., Live Server) running on
localhost.
The FWS / Supply archive is an open node. We require architects to fortify the vanilla standard.
- Fork the repository.
- Create a new entry using
template.md. - Submit your logic to the core via a Pull Request.
© 2026 FWS / SUPPLY. All rights reserved. Built for the high-performance web.