43 lines
1.4 KiB
Text
43 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/langflow_basic_howto.gif",
|
|
dark: "img/langflow_basic_howto.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.
|
|
|
|
- [Langflow Canvas](/getting-started/canvas) - Learn more about the Langflow canvas.
|
|
|
|
<Admonition type="info">
|
|
Langflow v1.0 alpha is also available in HuggingFace Spaces. [Clone the space
|
|
using this
|
|
link](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true)
|
|
to create your own Langflow workspace in minutes.
|
|
</Admonition>
|
|
|
|
## 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)
|