Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 1.66 KB

README.en.md

File metadata and controls

76 lines (52 loc) · 1.66 KB

Extract.fun - Web Image Extractor

中文 | 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

Features

  • 🖼️ 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

Tech Stack

Development

Prerequisites

  • Node.js (Latest LTS version recommended)
  • pnpm package manager
  • Cloudflare account
  • Wrangler CLI

Local Setup

  1. Clone the repository
git clone https://github.com/yourusername/extract
cd extract
  1. Install dependencies
pnpm install
  1. Copy wrangler example config
cp wrangler.example.toml wrangler.toml
  1. Start the development server
pnpm dev

Deployment

Deploy to Cloudflare Pages:

pnpm run deploy

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - feel free to use this project for your own purposes.


Made with ❤️ using Remix and Cloudflare