Quick Start

Get up and running with Hardroad in just a few minutes. This guide will walk you through the essential setup steps to start your productivity journey.


Create Your Account

First, you'll need to create a Hardroad account. Head to hardroad.app/register and sign up with your email address.

Already have an account?


Set Up Your Profile

After creating your account, take a moment to set up your profile:

  1. Add your name — This helps personalize your experience
  2. Set your timezone — Ensures your schedule displays correctly
  3. Choose your start of week — Sunday or Monday, depending on your preference

Create Your First Task

Now you're ready to create your first task:

  1. Click the + New Task button in your dashboard
  2. Enter a task title (e.g., "Complete project proposal")
  3. Set a due date if needed
  4. Add any relevant notes or subtasks
  5. Click Save
// Example: Creating a task via the API
const task = await hardroad.tasks.create({
  title: 'Complete project proposal',
  dueDate: '2024-01-15',
  priority: 'high',
})

Plan Your Day

With your first task created, you can start planning your day:

  1. Open the Daily Planner view
  2. Drag tasks into your schedule
  3. Allocate time blocks for focused work
  4. Review and adjust as needed

Pro Tip


Next Steps

Congratulations! You've completed the quick start guide. Here's what to explore next: