Skip to content

foldermix/foldermix.github.io

Repository files navigation

foldermix.github.io

Website Built with Astro License: MIT

Product website for foldermix, the open-source tool that packs a folder into one LLM-ready context file for ChatGPT, Claude, Gemini, and other assistants.

Created by Shay Palachy Affek.

Live site: foldermix.github.io

What This Repo Contains

This repository contains the public foldermix landing site. It introduces the three user-facing ways to use foldermix:

Surface Purpose Link
CLI Scriptable local packing for developers and agents foldermix/foldermix
Desktop Native macOS app for point-and-click packing foldermix/foldermix-desktop
Web Browser-based packing for zipped folders foldermix.shaypalachy.com

The site is intentionally small: a polished product homepage, a redirect from /web/ to the hosted web app, shared layout metadata, and static icons.

Local Development

Requirements:

  • Node.js 22.12 or newer
  • npm

Install dependencies:

npm install

Start the development server:

npm run dev

Astro serves the site at http://localhost:4321 by default.

Build and Preview

Build the production site:

npm run build

Preview the built output locally:

npm run preview

The static build is written to dist/.

Project Structure

.
├── public/
│   ├── favicon.ico
│   └── favicon.svg
├── src/
│   ├── layouts/
│   │   └── Base.astro
│   └── pages/
│       ├── index.astro
│       └── web.astro
├── astro.config.mjs
├── package.json
└── tsconfig.json

Key files:

  • src/pages/index.astro - the product homepage for CLI, desktop, and web.
  • src/pages/web.astro - redirects /web/ to the hosted foldermix web app.
  • src/layouts/Base.astro - shared HTML head, metadata, and global styling.

Related Repositories

License

This website source is released under the MIT License.

Credits

Created by Shay Palachy Affek [GitHub]

About

foldermix product website — CLI, desktop app, and web

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors