From 4dc99d06f18252271eee3267ef5a1e831cd8354d Mon Sep 17 00:00:00 2001 From: Adam Azzam <33043305+aaazzam@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:27:46 -0500 Subject: [PATCH] Update Intros in Docs (#16674) --- docs/v3/get-started/index.mdx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/v3/get-started/index.mdx b/docs/v3/get-started/index.mdx index 03e3fd699350..28bd62489733 100644 --- a/docs/v3/get-started/index.mdx +++ b/docs/v3/get-started/index.mdx @@ -2,16 +2,15 @@ title: Introduction sidebarTitle: Introduction --- -## What is Prefect? Prefect is an open-source orchestration engine that turns your Python functions into production-grade data pipelines with minimal friction. You can build and schedule workflows in pure Python—no DSLs or complex config files—and run them anywhere. Prefect handles the heavy lifting for you out of the box: automatic state tracking, failure handling, real-time monitoring, and more. -**Under the hood**, Prefect manages scheduling and execution details so you can focus on writing clean, maintainable Python code instead of juggling infrastructure. Whether you’re a data engineer or part of a broader team, Prefect makes it simple to move from idea to production-ready workflows—fast. +**Why?** In 2018, we set out to solve a problem many of you know too well: orchestrating data workflows shouldn’t feel like pulling teeth (e.g. writing DAGs in YAML). Prefect was designed to handle the challenges that tools like Airflow struggled with: dynamic workflows, modern infrastructure, and the complexity of today’s data pipelines. Since then, it’s become a go-to tool for everyone from startups to Fortune 100 companies. Prefect helps you ship production-ready workflows without the headaches, so you can spend more time building and less time debugging. -## Main features +### Main features