Skip to content

πŸ€–βŒšοΈ ChatGPT plugin that allows you to see how websites looked like in the past.

License

Notifications You must be signed in to change notification settings

marcelo-earth/webrewind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

554ccba Β· Apr 13, 2024

History

44 Commits
Apr 11, 2023
May 31, 2023
Jun 7, 2023
Jun 4, 2023
Apr 11, 2023
Jun 7, 2023
Jun 4, 2023
Jun 4, 2023
Apr 13, 2024
May 7, 2023
Apr 11, 2023
May 30, 2023
May 7, 2023
Jun 4, 2023

Repository files navigation

Web Rewind

Web Rewind

ChatGPT plugin that allows you to see how websites looked like in the past.

πŸš€ Concept

Web Rewind is a plugin for ChatGPT that allows you to see how websites looked like in the past. Internally, it uses Archive.org to retrieve the snapshots of the websites with FlashAPI to enhance the quality of the images presented in the chat UI.

🦾 How it works

Web Rewind is composed by the OpenAI plugin architecture, which is composed by a manifest, an OpenAPI specification and one API.

/.well-known
  ai-plugin.json
/api
  get-wayback-url.py
.gitignore
openapi.yaml

To make the plugin really fast, I decided to use only one endpoint to retrieve the snapshots of the websites with the URL and the date as parameters. Also, I use the power of Vercel Serverless Functions to make the endpoint faster.

🀲 Contributing

Web Rewind is an open source project.

If you want to be the author of a new feature, fix a bug or contribute with something new.

Fork the repository and make changes as you like. Pull requests are warmly welcome.

πŸ“ƒ License

Distributed under the MIT License. See LICENSE for more information.

About

πŸ€–βŒšοΈ ChatGPT plugin that allows you to see how websites looked like in the past.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published