A modern, responsive landing page for SCRAPR, the browser automation and web scraping API.
Clone the repository and install dependencies:
# Clone the repository
git clone https://github.com/vemulasukrit/scrapr-wlist.git
# Navigate to the project directory
cd scrapr-wlist
# Install dependencies (requires Bun)
bun install
# Start the development server
bun run devThe development server will be available at http://localhost:8080.
/src- Source code/components- Reusable React components/pages- Page components (Index, NotFound)/lib- Utility functions/hooks- Custom React hooks/integrations- Third-party integrations (Supabase)
This project is built with:
- Vite - Fast build tool and dev server
- React - UI library
- TypeScript - Type-safe JavaScript
- Tailwind CSS - Utility-first CSS framework
- Framer Motion - Animation library
- React Three Fiber - 3D graphics with Three.js
- shadcn/ui - High-quality React components
- Bun - JavaScript runtime and package manager
bun run buildThe production bundle will be created in the dist/ directory.
The site can be deployed to any static hosting platform that supports Vite builds. Popular options include:
- Vercel
- Netlify
- GitHub Pages
- Cloudflare Pages
Simply push the dist/ directory to your hosting platform of choice.