https://github.com/moinulmoin/free-llmstxt-generator
converts webpage content into Markdown format, optimized for LLM training and context
https://github.com/moinulmoin/free-llmstxt-generator
crawling llm-context llm-training llmstxt markdown
Last synced: over 1 year ago
JSON representation
converts webpage content into Markdown format, optimized for LLM training and context
- Host: GitHub
- URL: https://github.com/moinulmoin/free-llmstxt-generator
- Owner: moinulmoin
- Created: 2024-12-27T15:55:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T09:36:54.000Z (over 1 year ago)
- Last Synced: 2025-03-19T03:59:32.211Z (over 1 year ago)
- Topics: crawling, llm-context, llm-training, llmstxt, markdown
- Language: TypeScript
- Homepage: https://llmstxt.moinulmoin.com
- Size: 1.48 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Free llms.txt Generator
An tool that converts webpage content into Markdown format, optimized for LLM training and context.
## Tech Stack
- Next.js 15
- TypeScript
- Tailwind CSS
- Shadcn UI
- Vercel AI SDK
- Google Gemini 2.0 Flash
- Upstash Redis
## Usage
1. Enter a webpage URL
2. Click "Generate"
3. Download the generated llms.txt file
## Getting Started
1. Clone the repository
2. Run `pnpm install`
3. Copy `.env.example` to `.env.local` and add required environment variables
4. Run `pnpm dev`
## License
This project is open-sourced under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author
[Moinul Moin](https://x.com/immoinulmoin)