Remix Guide Versions Save

A platform for sharing everything about Remix

v1.0

2 years ago

What's new

Edge native architecture - Remix Guide is built with Remix and deployed on CF Worker. With the new version shipped today, all data is saved on Durable object and cached with Worker KV which will be serving you right on the Edge!

Online submission (beta) - You can now submit new resource online. There are some basic validation in place to ensure the submitted url is related to remix. However, in order to minimize the risk of spamming or phishing, this feature is not enabled by default. If you would like to contribute, contact me and I would be happy to enable it for you!

Improved scraping - All URLs submitted will now be analysed with a list of keywords. For GitHub repositories and NPM packages, their repository will also be scanned for dependencies and config files to help identify integrations and the platform related. This list covers not only predefined packages but also any packages submitted on the platform.

User Bookmarks / History - You can now login with Github and bookmarks things you like and revisit things you viewed before. For sure, you can search by all metadata at the same time!

New design - I know it looks horrible before. I hope it looks better now :sweat_smile:

Full Changelog: https://github.com/edmundhung/remix-guide/compare/v0.1...v1.0