Build on LUKSO the fast way.

Integrate Universal Profiles, marketplace functionalities, NFTs 2.0, and more with our easy-to-use APIs and SDKs.

ComingSoon.jsx
App.jsx
import { useSignIn } from '@universalpage/hooks'
import { Auth } from '@universalpage/auth-ui-react'

const up = createClient('<INSERT PROJECT URL>', '<INSERT PROJECT ANON API KEY>')

const App = () => (
  <Auth
    upClient={up}
    appearance={{
      style: {
        button: { background: 'red', color: 'white' },
        anchor: { color: 'blue' },
        wen: 'soon',
        //..
      },
    }}
  />
)

Sign up for our newsletter

Sign up for our newsletter to stay up to date about product news and updates.

We care about the protection of your data. Read our Privacy Policy.