An tool that converts webpage content into Markdown format, optimized for LLM training and context.
- Next.js 15
- TypeScript
- Tailwind CSS
- Shadcn UI
- Vercel AI SDK
- Google Gemini 1.5 Flash
- Upstash Redis
- Enter a webpage URL
- Click "Generate"
- Download the generated llms.txt file
- Clone the repository
- Run
pnpm install
- Copy
.env.example
to.env.local
and add required environment variables - Run
pnpm dev
This project is open-sourced under the MIT License - see the LICENSE file for details.