All Projects β†’ edmundhung β†’ remix-guide

edmundhung / remix-guide

Licence: MIT license
A platform for sharing everything about Remix

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to remix-guide

blog
πŸ—ƒ Blog built with Remix, deployed to Cloudflare workers
Stars: ✭ 27 (-86.29%)
Mutual labels:  remix, cloudflare-workers
apiker
πŸ”Ό Create Serverless APIs with Cloudflare Workers, Durable Objects & Wrangler
Stars: ✭ 39 (-80.2%)
Mutual labels:  cloudflare-workers, durable-objects
remix-tutorial-walkthrough
I live streamed working through the Remix Jokes App Tutorial
Stars: ✭ 68 (-65.48%)
Mutual labels:  remix
danestves.com
✨ My portfolio built with Remix, Tailwind, Prisma, and Fly.io.
Stars: ✭ 9 (-95.43%)
Mutual labels:  remix
activities
Discord slash command bot for opening voice channel activities, using Cloudflare Workers
Stars: ✭ 595 (+202.03%)
Mutual labels:  cloudflare-workers
Skill-Tree
Skill tree for the Freshman Track at LearnWeb3DAO
Stars: ✭ 57 (-71.07%)
Mutual labels:  remix
html
HTML templating and streaming response library for Service Worker-like environments such as Cloudflare Workers.
Stars: ✭ 41 (-79.19%)
Mutual labels:  cloudflare-workers
notey.app
πŸ“ A notes app to keep track of important things
Stars: ✭ 17 (-91.37%)
Mutual labels:  remix
awesome-cloudflare-workers
😎 Awesome Cloudflare Workers
Stars: ✭ 335 (+70.05%)
Mutual labels:  cloudflare-workers
raposas
DiretΓ³rio oficial do cΓ³digo do indexador Raposas.
Stars: ✭ 31 (-84.26%)
Mutual labels:  cloudflare-workers
cfworker-url-shortener
ιƒ¨η½²εœ¨ Cloudflare Workers ηš„ηŸ­η½‘ε€ζœεŠ‘
Stars: ✭ 52 (-73.6%)
Mutual labels:  cloudflare-workers
vaporiser
🎡 Creates a vaporwave (slowed, with reverb) remix of a given MP3 file, with the option of playing over a looped GIF as a video.
Stars: ✭ 14 (-92.89%)
Mutual labels:  remix
Portfolio-Website
Vishesh's Portfolio Website
Stars: ✭ 47 (-76.14%)
Mutual labels:  cloudflare-workers
metro-map-maker
Build the Metro system of your dreams: create your own metro maps, save them, and share with friends!
Stars: ✭ 41 (-79.19%)
Mutual labels:  remix
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (-61.93%)
Mutual labels:  remix
web3-gear
Proxy Thor's RESTful API to Eth JSON-RPC, to support Remix, Truffle and more.
Stars: ✭ 27 (-86.29%)
Mutual labels:  remix
Remix Ide
Documentation for Remix IDE
Stars: ✭ 1,768 (+797.46%)
Mutual labels:  remix
cloudflare-worker-router
A super lightweight router (1.3K) with middleware support and ZERO dependencies for CloudFlare Workers.
Stars: ✭ 144 (-26.9%)
Mutual labels:  cloudflare-workers
doh-cf-workers
DNS-over-HTTPS proxy on Cloudflare Workers
Stars: ✭ 103 (-47.72%)
Mutual labels:  cloudflare-workers
ethtools
A collection of useful tools for Ethereum users and developers alike
Stars: ✭ 83 (-57.87%)
Mutual labels:  cloudflare-workers

remix-guide

Remix Guide is a platform for sharing everything about Remix. It is built with Remix and is deployed to Cloudflare Workers. All contents are saved in Durable Objects and cached with Worker KV.

Roadmap

The idea behind Remix Guide is to make resources from the community more accessible and making the process as automatic as possible at the same time. Future plans include:

  • Make and share your own list
  • Better search ranking / recommendations
  • Support searching by language and version (remix and packages)

Submission

As of v1.0, new resources can only be submitted online. There are some basic validations in place to ensure the submitted URL is relevant to remix. However, in order to minimize the risk of spamming or phishing, additional measures have to be added before it is generally available.

If you would like to submit new content, feel free to share them on the #showcase channel of the Remix Discord. We are watching the channel and will publish anything shared there as soon as possible.

Development

To run Remix Guide locally, please make a .env file based on .env.example first. You can then start the app in development mode using:

npm run dev

This should kickstart a dev server and open the webpage on the browser automatically.

Node Version

Please make sure the node version is >= 16.7. If you are using nvm, simply run:

nvm use

This allows miniflare to serve a development environment as close to the actual worker runtime as possibile.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].