Why games
About
Join waitlist
ABSOLUTE PLAYS PROPHET
Leaderboard
Play in minutes while prepping for calls. The best story wins.
Challenge 1
MAX points =
13,000
RANK
1
2
3
4
5
6
NAME
Marty
Jared
Terran
Emily
Nathan
Andy
POINTS
10,000
10,000
10,000
10,000
10,000
10,000
Scoring criteria
Prep + Story quality (who's the hero? etc.)
How specific is the conflict, problem, resolution, etc.?
Storyteller's confidence, authenticity, etc.
Are we buying or passing for now?
import { StytchB2BUIClient } from '@stytch/vanilla-js/b2b'; const stytch = new StytchB2BUIClient('public-token-test-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'); // Call Stytch APIs from the browser stytch.magicLinks.email.loginOrSignup({ email_address: 'charles.babbage@example.com', organization_id: 'organization-test-07971b06-ac8b-4cdb-9c15-63b17e653931', }); // Render prebuilt UI stytch.mountLogin({ elementId: '#magic-link', config: { products: ['emailMagicLinks', 'oauth'], emailMagicLinksOptions: { loginRedirectURL: 'https://example.com/authenticate', loginExpirationMinutes: 30, signupRedirectURL: 'https://example.com/authenticate', signupExpirationMinutes: 30, createUserAsPending: true, }, oauthOptions: { providers: [{ type: 'google' }, { type: 'microsoft' }], loginRedirectURL: 'https://example.com/authenticate', signupRedirectURL: 'https://example.com/authenticate', }, }, });