A web-based tool for converting files into structured prompts for AI models. Drag and drop files to combine them into markdown or XML and get the prompt copied to your clipboard automatically.
- Support for text files, Excel spreadsheets, directories, and zip files
- Switch between markdown and XML
- Token counts by file or for the entire prompt
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser.