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?
If you've already signed up, you can log in here to access your dashboard.
Set Up Your Profile
After creating your account, take a moment to set up your profile:
- Add your name — This helps personalize your experience
- Set your timezone — Ensures your schedule displays correctly
- 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:
- Click the + New Task button in your dashboard
- Enter a task title (e.g., "Complete project proposal")
- Set a due date if needed
- Add any relevant notes or subtasks
- 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:
- Open the Daily Planner view
- Drag tasks into your schedule
- Allocate time blocks for focused work
- Review and adjust as needed
Pro Tip
Start with your most important task first thing in the morning when your energy is highest.
Next Steps
Congratulations! You've completed the quick start guide. Here's what to explore next:
- Key Concepts — Understand the philosophy behind Hardroad
- Daily Planning — Master your daily workflow
- Task Management — Organize your work effectively