Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.44 KB

File metadata and controls

40 lines (30 loc) · 1.44 KB

Foil Suite

Landing site for the Foil security tools suite — built with Astro.

"Foil" — to foil an attack. A protective layer between you and the threat.

Projects

Project Description Status
FoilGuard Browser extension detecting typosquatting, homoglyph attacks, and newly registered domains Phase 1 · Active
FoilLab Weekly network/IoT CTF challenge platform with write-ups Phase 2 · Building
FoilVault Zero-knowledge browser password manager with FoilGuard autofill protection Phase 3 · Planned

Stack

  • Astro — static site generator
  • Vanilla CSS — no framework
  • Deployed via Netlify / GitHub Pages

Development

npm install
npm run dev      # localhost:4321
npm run build    # output → dist/
npm run preview  # preview the build

Structure

src/
├── layouts/
│   └── Layout.astro   # base HTML shell, global CSS variables
└── pages/
    └── index.astro    # single-page site
public/
└── icons/             # foilsuite + all project PNG icons