Documentation

Everything you need to integrate PersonQL authentication into your application

Quick Start in 5 Minutes

  1. 1 Sign up for a free account at app.personql.com
  2. 2 Get your API key from the dashboard
  3. 3 Install the SDK for your framework
  4. 4 Initialize PersonQL with your API key
  5. 5 Add authentication to your routes
# Install React SDK
npm install @personql/react

# Initialize in your app
import { PersonQLProvider } from '@personql/react';

function App() {
  return (
    <PersonQLProvider apiKey="your-api-key">
      <YourApp />
    </PersonQLProvider>
  );
}

Browse Documentation

Find guides, API references, and tutorials for all aspects of PersonQL

SDK Documentation

Framework-specific guides and API references

Need Help?

Can't find what you're looking for? We're here to help.