An open API service indexing awesome lists of open source software.

https://github.com/ceamkrier/file-concat

Browser-based tool to combine and format multiple files for optimal use with AI language models (ChatGPT, Claude, etc.).
https://github.com/ceamkrier/file-concat

ai-tools code-sharing file-concatenation llm-tools

Last synced: 8 months ago
JSON representation

Browser-based tool to combine and format multiple files for optimal use with AI language models (ChatGPT, Claude, etc.).

Awesome Lists containing this project

README

          

# FileConcat

A browser-based tool for combining multiple files into a format optimized for AI language models like ChatGPT and Claude.

## Key Features

- 🔒 100% Offline - All processing happens in your browser
- 📂 Drag & Drop Interface
- 🔍 Smart File Processing
- 📊 Token Usage Estimation
- ⚡️ GitHub Repository Support
- 🎨 Dark Mode Support

## Getting Started

### Install Dependencies

```bash
npm install
# or
pnpm install
```

### Development

```bash
npm run dev
# or
pnpm dev
```

### Production Build

```bash
npm run build
# or
pnpm build
```

## Tech Stack

- React 18
- TypeScript
- Vite
- Tailwind CSS
- shadcn/ui

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## Security

FileConcat processes all files locally in your browser. No data is ever sent to any server.

## License

[MIT](LICENSE)

---

[Visit FileConcat](https://fileconcat.com)