A web service that generates screenshots of web pages. It uses Puppeteer for headless browser rendering, stores screenshots in S3 compact storage
To install dependencies:
bun installTo run:
bun run devThis app is containerized with Docker for easy deployment.
-
Build the Docker image:
docker build -t tiny-cc . -
Run the container:
docker run -p 3000:3000 --env-file .env tiny-cc
Ensure you have a .env file with required environment variables (see .env.example).