Skip to Content
DocumentationGetting StartedStep 2: Create New Project

Step 2: Create New Project

⏱ 3 min read

Create your first project in Transcodes Dashboard.


Create Your Project

Create New Cluster

Authentication Cluster Selection

Configure Project Settings

Fill in the project details through the onboarding wizard

Authentication Toolkit Setup Wizard

Your Project is Created and webworker.js script is ready to use

After creation, you’ll see your Project ID. Copy this—you’ll need it for the SDK initialization.

Authentication Kit Cluster Dashboard

Replace {YOUR_PROJECT_ID} with your actual Project ID from the dashboard

index.html
<script type="module" src="https://cdn.transcodes.link/{YOUR_PROJECT_ID}/webworker.js" ></script>

Project Settings

You can configure these settings for each project:

SettingDescription
Allowed DomainsDomains where authentication is permitted
Redirect URLsURLs for post-authentication redirects
Session DurationHow long user sessions remain active
BrandingCustomize the auth modal appearance

What’s Next

Project created! Next step: - Step 3: Import CDN Script - Add Transcodes to your website

Last updated on