/imgsky

See Bluesky image posts live

Primary LanguageVueMIT LicenseMIT

Imgsky

Web app that consumes Bluesky's Jetstream to see pictures as they're posted.

⚠️ Note: This application may contain NSFW content.

This application displays content entirely dependent on the Bluesky service. The creator of this app is not responsible for any content that appears, including NSFW material or any other images retrieved via the API.

License

This project is licensed under the MIT License.

Acknowledgments

Author

Made by Alberto Rico

Development setup

Make sure to install the dependencies:

pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

pnpm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.