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.).
- Host: GitHub
- URL: https://github.com/ceamkrier/file-concat
- Owner: CeamKrier
- Created: 2024-12-16T17:13:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-17T08:41:49.000Z (11 months ago)
- Last Synced: 2025-05-08T05:03:45.476Z (9 months ago)
- Topics: ai-tools, code-sharing, file-concatenation, llm-tools
- Language: TypeScript
- Homepage: https://fileconcat.com
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)