Docs/Getting Started/Quick Start Guide

    Quick Start Guide

    Get up and running with Planino in just a few minutes.

    Introduction

    Welcome to Planino! This guide will help you get started with our platform in just a few minutes. Whether you're a solo user or part of a team, Planino has everything you need to manage your projects effectively.

    Step 1: Create Your Account

    First, you'll need to create an account. Head over to our signup page and enter your email address. You can also sign up using your Google account for faster access.

    bash
    # No installation required - Planino is fully web-based!
    # Just visit https://planino.studio/auth to get started

    Step 2: Create Your First Workspace

    Once you're logged in, you'll be prompted to create your first workspace. A workspace is where all your projects, tasks, and team members live.

    Choose a descriptive name for your workspace. You can always change it later in the settings.

    Step 3: Invite Your Team

    Planino is built for collaboration. Invite your team members by clicking the "Invite" button in your workspace settings.

    javascript
    // Team members can have different roles:
    const roles = {
      admin: "Full access to all features",
      editor: "Can create and edit projects",
      viewer: "Read-only access"
    };
    Free plans include up to 3 team members. Upgrade to Pro for unlimited team members.

    Next Steps

    Congratulations! You're now ready to start using Planino. Here are some suggested next steps:

    • Explore the dashboard and familiarize yourself with the interface
    • Create your first project
    • Set up integrations with your favorite tools
    • Check out our feature guides for advanced functionality

    Was this page helpful?