Files
waveterm-docs-old/introduction.mdx
2024-03-22 14:02:15 -07:00

58 lines
987 B
Plaintext

---
title: Introduction
description: 'Welcome to Wave Terminal'
---
Wave is an open-source, AI-native, terminal built for seamless workflows.
<img
className="block dark:hidden"
src="/images/screenshot.png"
alt="Hero Light"
/>
<img
className="hidden dark:block"
src="/images/screenshot.png"
alt="Hero Dark"
/>
## Wave Features
Wave Terminal has lots of rich features, learn more here
<CardGroup>
<Card
title="Wave AI"
icon="robot"
href="/features/waveAI"
>
Add flair to your terminal with personalized branding.
</Card>
<Card
title="Codeedit"
icon="code"x
href="/features/codeedit"
>
Make the most of Wave's persistent, context rich history.
</Card>
<Card
title="File Viewers"
icon="file-magnifying-glass"
href="/features/fileViewers"
>
Use Wave to log into remote machines.
</Card>
<Card
title="History"
icon="scroll"
href="/features/history"
>
Use Wave to preview images files directly in the terminal.
</Card>
</CardGroup>