Randirect - The perfect place to find and share Glitch projects

Project URL: https://randirect.glitch.me

@anon70439135 and I made this. You add glitch project on and people click a button that takes them to a random project (which could be yours). This is a great way to get random people interested in your project and get interested in random projects.

I dunno, this took like one day and it uses the glitch style, but it’s ok.

@DerDer56

When I tried to add a working project, it says Project Not Found and I’m unable to add it. :man_shrugging:

1 Like

is it a private project?

Not at all. And none of my public projects are found, how is that?

i don’t know, lemme check the code…

it has issues rn, i’m checking it out

1 Like

And @random, I think you ran out of Project Hours, Glitchchord isn’t running anymore.

1 Like

it’s https://glitchchordapp.glitch.me/ now.

1 Like

@khalby786 we changed the name to glitchchordapp.glitch.me for reasons i can’t type

1 Like

Nice stuff! There is a bug where it doesn’t check for the full project name I typed, just one character less - I typed “make8bitart” but the last request was for “make8bitar” so I typed a space and then “make8bitart” was successfully requested and validated.

5 Likes

umm, randirect is kind of broken right now…

This is similar to https://glitchfindr.glitch.me that my friend and I made! We were going to check if the project exists too but realized we don’t know how the glitch API works lol

3 Likes

oh, no problem! here u go:

fetch("https://api.glitch.com/projects/project")
  .then(function(e) {
    return e.text();
  })
  .then(function(e) {
    alert(e);
  });
3 Likes

glitch supports cors (cross-origin resource sharing) so you can make an xml/fetch request from another server

1 Like

From external websites which are not Glitch projects, too?

i’m not sure, maybe it’s just from glitch domains

login with glitch might be possible!!!