Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

📸 Generate a full web-page screenshot, Website-shot provides rich interface to make any kind of web screenshots online for free with no limits.

License

Flowko/website-shot

Repository files navigation

Logo

Website Shot

Capture a website screenshot online.
View Noted Article about the app »

Website Shot is an open source cross-platform screenshot app, powered by a nodejs and nuxtjs written in JS/Vue.

NOTE: Website Shot is under active development, most of the listed features are still experimental and subject to change.

It can't take screenshots of pages where authentication is required. Personal bank pages, E-Mail Inboxes or any other page that requires you to log in to see it, it may require using custom js to paypass that.



Logo


Docker

docker pull flowko1/website-shot
docker run -it -d -p 3000:3000 flowko1/website-shot

# to enable password protection | to disabled it set PASSWORD_PROTECT to 0
# default password is admin
# you'll notice a password field on the homepage, make sure to add the password there as well
docker run -it -d -p 3000:3000 -e PASSWORD_PROTECT=1 -e PASSWORD=yourpassword flowko1/website-shot

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate