38 lines
1.4 KiB
Text
38 lines
1.4 KiB
Text
import ThemedImage from "@theme/ThemedImage";
|
|
import useBaseUrl from "@docusaurus/useBaseUrl";
|
|
import ZoomableImage from "/src/theme/ZoomableImage.js";
|
|
import Admonition from "@theme/Admonition";
|
|
|
|
# 👋 Welcome to Langflow
|
|
|
|
Langflow is a new, visual way to build, iterate, and deploy AI applications.
|
|
|
|
Its intuitive interface allows for easy manipulation of AI building blocks, enabling developers to quickly prototype and turn their ideas into powerful, real-world solutions.
|
|
|
|
{" "}
|
|
|
|
<ZoomableImage
|
|
alt="Docusaurus themed image"
|
|
sources={{
|
|
light: "img/new_langflow_demo.gif",
|
|
dark: "img/new_langflow_demo.gif",
|
|
}}
|
|
style={{ width: "100%" }}
|
|
/>
|
|
|
|
## 🚀 First steps
|
|
|
|
- [Install Langflow](/getting-started/install-langflow) - Install and start a local Langflow server.
|
|
|
|
- [Quickstart](/getting-started/quickstart) - Create a flow and run it.
|
|
|
|
- [HuggingFace Spaces](/getting-started/huggingface-spaces) - Duplicate the Langflow preview space and try it out before you install.
|
|
|
|
- [New to LLMs?](/getting-started/new-to-llms) - Learn more about LLMs, prompting, and more at [promptingguide.ai](https://promptingguide.ai).
|
|
|
|
## Learn more about Langflow 1.0
|
|
|
|
Learn more about the exciting changes in Langflow 1.0, and how to migrate your existing Langflow projects.
|
|
|
|
- [A new chapter for Langflow](/whats-new/a-new-chapter-langflow)
|
|
- [Migration guides](/migration/migrating-to-one-point-zero)
|