It’s now up for prod: https://quack-psi.vercel.app

For some reason vercel decided to put psi after the url

Please feel free to try to xss it or find vulnerabilities, it won’t work. But please don’t spam

I’m making a clone of the Open Ended Questions feature in PollEverywhere.com with Sveltekit. It’s called “Quack”: https://github.com/Oren-Lindsey/quack

Idk if anyone on here will ever use it but still

Also it’s not finished yet (it’s conspicuously missing CSS and the entire moderation system)

Jun 5, 2022, 6:14 PM
2 0 15

comments

ahh you have my IP now

Dw i won't do anything with it, in fact I'm going to remove that feature

Thats good :)

What are those?

Admin page: see all incoming questions and hide and show them. Presenter page: see all shown questions (so if you're doing a q&a you can have somebody moderating them)

Submit questions: Page to send in questions to the session

thank you

the reason vercel put that is because any time that url exists it puts something random. quack.vercel.app exists

how can a participant join a session???

you just share the link (like https://quack-psi.vercel.app/s/testing) it shows on the admin page for the session

Dannnng. You made it so you can only put certain chars in

heck

yup, I actually used wasteof’s regex (which is /^[a-z0-9_\\-]{1,20}$/) but made it so it could be 100 characters long

instead of 20