Screenshot websites as a service.
The images are getting cached for 1 minute and only the first load takes some time to process.
Simply add the link of the website you want to screenshot to the end of https://webshot.deam.io/.
Example, to grab a screenshot of https://www.google.com/ use: https://webshot.deam.io/https://www.google.com/
https://webshot.deam.io/ + https://www.google.com/
https://webshot.deam.io/ + zeit.co/blog/ + ?type=png
https://webshot.deam.io/ + zeit.co/about/ + ?fullPage=true
https://webshot.deam.io/ + stripe.com/ + ?fullPage=true
https://webshot.deam.io/ + ceriously.com/ + ?type=jpeg&quality=75&fullPage=true
https://webshot.deam.io/ + https://hacktoberfest.digitalocean.com/ + ?height=1000&width=1000
- You could use this as a preview image for your website in
og:image
ortwitter:image
(tutorial here) - Grab a screenshot of a bug in production, send the link instead of an image
- Constantly updated site showcasing for your portfolio
- Hotlink images directly to blog posts
- First install all dependencies.
npm i
- You can then run
npm run api
to play around with the API itself. - If you want to preview the landing page, you can go to
frontend
folder andnpm i
. - Lastly you can run
npm run dev
.
- Go to
frontend
folder, install dependencies and then runnpm run build
. - Rename the
out
folder topublic
and then move it into the root directory. - Create an account at https://zeit.co/signup and then run
npx now login
. - Finally you can run the
npx now
command in terminal and it will begin to deploy.