73 lines
3.0 KiB
HTML
73 lines
3.0 KiB
HTML
<!doctype html>
|
|
<html data-theme="dark" lang="en" class="dark">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Vibe - Local Audio & Video Transcription App</title>
|
|
<meta
|
|
name="description"
|
|
content="Vibe is a local-first transcription app for audio and video. Transcribe files, URLs, and recordings with AI summaries, multilingual support, and privacy-focused processing."
|
|
/>
|
|
<link rel="author" href="https://github.com/thewh1teagle" />
|
|
<meta name="keywords" content="transcription, audio transcription, video transcription, speech to text, AI assistant, local app, whisper" />
|
|
<meta name="theme-color" content="#0d1117" />
|
|
<meta name="robots" content="index, follow" />
|
|
<link rel="canonical" href="https://thewh1teagle.github.io/vibe/" />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Vibe" />
|
|
<meta property="og:title" content="Vibe - Local Audio & Video Transcription App" />
|
|
<meta
|
|
property="og:description"
|
|
content="Local-first transcription for audio and video with AI summaries, multilingual support, and privacy-focused processing."
|
|
/>
|
|
<meta property="og:url" content="https://thewh1teagle.github.io/vibe/" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="627" />
|
|
<meta property="og:image" content="https://thewh1teagle.github.io/vibe/og.png" />
|
|
<meta property="og:image:alt" content="Vibe app preview" />
|
|
|
|
<!-- Twitter -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Vibe - Local Audio & Video Transcription App" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Local-first transcription for audio and video with AI summaries, multilingual support, and privacy-focused processing."
|
|
/>
|
|
<meta name="twitter:image:type" content="image/png" />
|
|
<meta name="twitter:image:width" content="1200" />
|
|
<meta name="twitter:image:height" content="627" />
|
|
<meta name="twitter:image" content="https://thewh1teagle.github.io/vibe/og.png" />
|
|
<meta name="twitter:image:alt" content="Vibe app preview" />
|
|
|
|
<!-- Favicons -->
|
|
<link rel="icon" href="/vibe/favicon.ico" />
|
|
<link rel="icon" type="image/svg+xml" href="/vibe/favicon.svg" />
|
|
<link rel="apple-touch-icon" href="/vibe/favicon-180x180.png" />
|
|
|
|
<!-- Preload -->
|
|
<link rel="preload" as="image" href="/vibe/preview.png" />
|
|
|
|
<!-- Structured Data -->
|
|
<script type="application/ld+json" src="/vibe/structured-data.jsonld"></script>
|
|
|
|
<!-- Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GP7ERD6RXY"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || []
|
|
function gtag() {
|
|
dataLayer.push(arguments)
|
|
}
|
|
gtag('js', new Date())
|
|
gtag('config', 'G-GP7ERD6RXY')
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|