Skip to main content

Creating Your Account

1

Navigate to Tesslate Studio

Go to studio.tesslate.com and click Sign Up in the top right.
2

Fill in Your Details

Enter your information:
  • Full Name: Your display name
  • Username: Choose a unique username (used for login)
  • Email: Your email address
  • Password: Minimum 8 characters
Your username must be unique across all Tesslate Studio users.
3

Create Account

Click Sign Up to create your account. You’ll be automatically logged in and redirected to your dashboard.

Logging In

1

Go to Login Page

Navigate to studio.tesslate.com and click Login.
2

Enter Credentials

You can log in with either:
  • Your username and password
  • Your email and password
3

Access Dashboard

After successful login, you’ll be redirected to your project dashboard.

Session Management

Your session remains active as long as your browser tab is open. Sessions use JWT tokens that automatically refresh when needed.
  • All passwords are securely hashed
  • Tokens are stored in browser localStorage
  • HTTPS encryption for all data transfer
  • Automatic token refresh prevents session timeouts
To log out:
  1. Click your profile in the top right
  2. Select Logout
  3. Your session will be cleared and you’ll be redirected to the login page

GitHub Integration (Optional)

Connect your GitHub account to import private repositories and commit code directly from Tesslate Studio.
1

Navigate to Dashboard

From your project dashboard, click Connect GitHub or go to your profile settings.
2

Authorize GitHub

You’ll be redirected to GitHub to authorize Tesslate Studio. Click Authorize.
3

Grant Permissions

Tesslate Studio requests:
  • Read access to your repositories
  • Write access to commit code changes
  • Access to repository metadata
4

Return to Dashboard

After authorization, you’ll be redirected back to Tesslate Studio with GitHub connected.
GitHub connection is optional. You can still import public repositories without connecting your account.

Troubleshooting

If you forgot your password:
  1. Click Forgot Password on the login page
  2. Enter your email address
  3. Check your email for reset instructions
  4. Follow the link to set a new password
If your desired username is taken:
  • Try adding numbers or underscores (e.g., john_doe_123)
  • Use a variation of your name
  • Combine words (e.g., johnbuilds, coderjohn)
If you can’t log in:
  • Verify your username/email and password are correct
  • Check that Caps Lock is off
  • Clear your browser cache and cookies
  • Try a different browser
  • Contact support if the issue persists
If your session expires:
  • Simply log in again
  • Your projects and data are safe
  • Sessions auto-refresh normally, but may expire if inactive for extended periods

Next Steps