[MEGATHREAD] GlitchyPastePen - Create simple front-end projects using an online code editor with instant hosting

How was your logo made? It really looks pixely and suits “Glitchy”

2 Likes

I mean just an option to paste raw text, like pastebin.

2 Likes

I must thank @jenn for making make8bitart :wink: because it was made using make8bitart

2 Likes

Oh I see. Does anything in the settings pane help?

1 Like

Oh ok. Looks cool though!

2 Likes

@khalby786 when I remixed it it still shows errors

2 Likes

Yes, read the code and look for .env values used in the code. Then, replace them with the suitable values.

1 Like

I wish the Kidz editor looked as good as GlitchyPastePen. How was the login database made?

4 Likes

I think it was made with mongo DB

1 Like

SQLite database powered by Endb (product of @chroventer).

2 Likes

Cool! What great UI!

2 Likes

Thanks for the feedback!

2 Likes

but what do I replace the env’s with???

1 Like

The name of the .env variable should be helpful…

1 Like

you mean secret?? what does secret mean like what am I supposed to put there

1 Like

Hang on…let me see what all env values I’m using :grin:

1 Like

I only see one .env value

1 Like

Yes, and that is the session secret. Replace with something like a password for your session.

1 Like

so It can be anything??

1 Like

In your case, yes.  

1 Like