Getting Started

Welcome to Astra Forge

Welcome to Astra Forge 👋 — your AI-powered project management and automation platform. Astra Forge helps teams cut busywork, stay aligned, and hit deadlines without stress.

This documentation will walk you through setup, daily use, integrations, and advanced features. Whether you’re a first-time user or an enterprise admin, you’ll find everything you need here.

What you’ll learn in this section:

  • How to create your Astra Forge account

  • How to set up your first workspace

  • How to launch your first project

# Quick link to open signup (example script)

import webbrowser
webbrowser.open("https://app.astraforge.com/signup")

Creating Your Account

Setting up your account takes less than 2 minutes. Astra Forge supports both email-based signup and Google single sign-on (SSO). Once your account is active, you’ll be able to create workspaces and invite teammates.

Steps to create an account:

  1. Go to app.astraforge.com/signup

  2. Use email or “Continue with Google”

  3. Confirm your email and password

  4. Create a workspace and invite teammates

# Workspace creation example

workspace:
  name: "Acme Inc"
  plan: "starter"
  users

Workspace tip: Use your company name when creating your first workspace. This makes it easier for teammates to identify and join.

Your First Project

Projects are the foundation of Astra Forge. A project could represent a product launch, marketing campaign, or sprint. Each project contains tasks, deadlines, and automations.

How to create your first project:

  1. From the sidebar, click New Project.

  2. Enter a project name (e.g., Website Relaunch).

  3. Add a description (optional).

  4. Set a due date or milestone.

  5. Click Create Project.

If you already track work in Excel or another tool, you can bulk-import tasks with a CSV file.

# Project definition in TOML

name = "Website Relaunch"
due_date = "2025-10-15"
priority = "high"

Pro tip: Start small. Create one project, add 5–10 tasks, and invite your core team. Once everyone is comfortable, expand into more workflows.

Background

Create a free website with Framer, the website builder loved by startups, designers and agencies.