https://github.com/hehehai/headless-try
Nextjs use headless deploy with vercel.com
https://github.com/hehehai/headless-try
headless nextjs screenshot vercel
Last synced: 23 days ago
JSON representation
Nextjs use headless deploy with vercel.com
- Host: GitHub
- URL: https://github.com/hehehai/headless-try
- Owner: hehehai
- Created: 2024-01-15T07:15:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T00:23:17.000Z (12 months ago)
- Last Synced: 2025-04-11T00:05:32.633Z (23 days ago)
- Topics: headless, nextjs, screenshot, vercel
- Language: JavaScript
- Homepage: https://headless-try.vercel.app
- Size: 39.1 KB
- Stars: 49
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deploy puppeteer headless api in vercel

## Getting Started
First, run the development server:
```bash
npm install
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Features
- Support webpage screenshots
- Support cloudflare [nopecha](https://nopecha.com/demo)
## Refs
- [在 Vercel 部署无头浏览器实现网页截图](https://www.hehehai.cn/posts/vercel-deploy-headless)