An open API service indexing awesome lists of open source software.

https://github.com/screenshotone/takescreenshotapp

TakeScreenshot.app is a simple web application to render website screenshots without signing up and for free.
https://github.com/screenshotone/takescreenshotapp

screenshot screenshot-utility screenshots website-screenshot-capturer website-screenshots

Last synced: about 2 months ago
JSON representation

TakeScreenshot.app is a simple web application to render website screenshots without signing up and for free.

Awesome Lists containing this project

README

          

# TakeScreenshot.app

[TakeScreenshot.app](https://takescreenshot.app) is a simple app that allows to take screenshots of websites online for free and without any registration.

The project is built with [Next.js](https://nextjs.org/), [shadcn/ui](https://ui.shadcn.com/), [Drizzle ORM](https://orm.drizzle.team/), [Tailwind CSS](https://tailwindcss.com/) and [ScreenshotOne](https://screenshotone.com/).

## Development

To install the dependencies, run the following command:

```bash
npm install
```

And then to start the development server, run the following command:

```bash
npm run dev
```

## Build

To build the project, run the following command:

```bash
npm run build
```

## License

[The project is licensed under the MIT License](LICENSE)