Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.DS_Store
.DS_Store

# Host large media (video) externally (e.g. S3), never commit to the repo.
*.mp4
*.mov
*.webm
Binary file removed images/introduction/fluso-brand-video-v7.mp4
Binary file not shown.
22 changes: 9 additions & 13 deletions introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@ Fluso is a private AI workspace. It turns scattered work into finished documents

The context lives all over your day. Email, calendar events, files, meetings, notes, project threads, documents. Fluso reads it, brings it into one place, and lets you ask in plain English for the work you need.

<Frame>
<video
controls
muted
playsInline
preload="metadata"
aria-label="Fluso brand video"
style={{ width: "100%", display: "block" }}
>
<source src="/images/introduction/fluso-brand-video-v7.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</Frame>
<video
className="w-full aspect-video rounded-xl"
controls
muted
playsInline
preload="metadata"
aria-label="Fluso brand video"
src="https://fluso-docs-assets.s3.us-east-1.amazonaws.com/introduction/fluso-brand-video-v7.mp4"
></video>

## What you can ask for

Expand Down
Loading