Build on LUKSO the fast way.

Easy and fast IPFS fetching, Sign in with Universal Profile, marketplace functionalities, and more with our easy-to-use APIs and SDKs.

ComingSoon.jsx
NonRealExample.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.