中文 | English
A modern web application that helps you extract images from any website using Cloudflare's browser rendering capabilities. Built with Remix and deployed on Cloudflare Pages.
🌐 Live Site: https://extract.fun
- 🖼️ Extract images from any website
- 🚀 Fast and efficient using Cloudflare's edge network
- 🌐 Browser-based rendering for accurate results
- 💻 Modern UI built with React and TailwindCSS
- 🔒 Secure and reliable
- Remix - Full stack web framework
- Cloudflare Pages - Hosting and deployment
- Cloudflare Browser Rendering - Browser rendering
- React - UI framework
- TailwindCSS - Styling
- TypeScript - Type safety
- Node.js (Latest LTS version recommended)
- pnpm package manager
- Cloudflare account
- Wrangler CLI
- Clone the repository
git clone https://github.com/yourusername/extract
cd extract
- Install dependencies
pnpm install
- Copy wrangler example config
cp wrangler.example.toml wrangler.toml
- Start the development server
pnpm dev
Deploy to Cloudflare Pages:
pnpm run deploy
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - feel free to use this project for your own purposes.
Made with ❤️ using Remix and Cloudflare