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.
- Host: GitHub
- URL: https://github.com/screenshotone/takescreenshotapp
- Owner: screenshotone
- License: other
- Created: 2025-07-21T14:17:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T11:48:49.000Z (2 months ago)
- Last Synced: 2025-08-10T12:33:42.788Z (2 months ago)
- Topics: screenshot, screenshot-utility, screenshots, website-screenshot-capturer, website-screenshots
- Language: TypeScript
- Homepage: https://takescreenshot.app
- Size: 2.9 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)