Quickstart
Guide to account setup, first login, and creating your initial chat session in under 5 minutes.
Prerequisites
Before starting, ensure you have:
- A modern web browser like Chrome, Firefox, or Safari
- A stable internet connection
- An email address for account verification
No software installation required—Kuru Chat runs entirely in your browser.
Sign Up Process
Create your Kuru Chat account in seconds.
Visit the Dashboard
Navigate to https://kuru.chat.
Start Sign Up
Click Sign Up and enter your email address.
Verify Email
Check your inbox for a verification link from Kuru Chat and click it to activate your account.
Set Password
Return to the site, enter a secure password, and complete registration.
Use a strong password with at least 12 characters, including uppercase, lowercase, numbers, and symbols.
First Login
Access your secure workspace immediately after sign up.
Log In
Enter your email and password on the login page.
Welcome Screen
You'll see the dashboard with Restoring your secure session… message as Kuru initializes your encrypted session.
Your chats are end-to-end encrypted by default. Sessions restore automatically across devices.
Create Your First Chat
Start chatting right away.
Click New Chat
Select the + New Chat button in the sidebar.
Name Your Chat
Enter a name like "Project Brainstorm" and hit Enter.
Send Message
Type your first message and press Enter to begin.
After creating, click the share icon to generate a secure link for collaborators.
Restore Secure Session
Kuru Chat automatically restores your session using secure tokens—no manual intervention needed.
If you log out or switch devices:
// Example: Session restore happens client-side
const session = await kuru.restoreSession({ token: 'YOUR_SESSION_TOKEN' });
console.log('Session restored:', session.userId);
Replace YOUR_SESSION_TOKEN with the value from your account settings.
Sessions persist for 30 days or until explicitly cleared.
Next Steps
Explore more features:
Authentication
Advanced login options and API keys.
Guides
In-depth tutorials for teams and integrations.
Configuration
Customize your workspace settings.
Changelog
Stay updated with the latest releases.
You're now ready to use Kuru Chat! Your secure sessions ensure privacy across all interactions.