87 lines
3.4 KiB
Plaintext
87 lines
3.4 KiB
Plaintext
---
|
|
title: Coming Soon
|
|
description: Exciting new features and platforms are on the way. Stay tuned for Jan Web, Jan Mobile, and our API Platform.
|
|
keywords:
|
|
[
|
|
Jan,
|
|
Customizable Intelligence, LLM,
|
|
local AI,
|
|
privacy focus,
|
|
free and open source,
|
|
private and offline,
|
|
conversational AI,
|
|
no-subscription fee,
|
|
large language models,
|
|
coming soon,
|
|
Jan Web,
|
|
Jan Mobile,
|
|
API Platform,
|
|
]
|
|
---
|
|
|
|
import { Callout } from 'nextra/components'
|
|
|
|
<div className="text-center py-12">
|
|
<div className="mb-8">
|
|
<h1 className="text-4xl font-bold bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent mb-4 py-2">
|
|
🚀 Coming Soon
|
|
</h1>
|
|
<p className="text-xl text-gray-600 dark:text-gray-300 max-w-2xl mx-auto">
|
|
We're working on the next stage of Jan - making our local assistant more powerful and available in more platforms.
|
|
</p>
|
|
</div>
|
|
|
|
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 max-w-4xl mx-auto mb-12">
|
|
<div className="p-6 border border-gray-200 dark:border-gray-700 rounded-lg bg-gradient-to-br from-blue-50 to-indigo-50 dark:from-blue-900/20 dark:to-indigo-900/20">
|
|
<div className="text-3xl mb-3">🌐</div>
|
|
<h3 className="text-lg font-semibold mb-2">Jan Web</h3>
|
|
<p className="text-sm text-gray-600 dark:text-gray-400">
|
|
Access Jan directly from your browser with our powerful web interface
|
|
</p>
|
|
</div>
|
|
|
|
<div className="p-6 border border-gray-200 dark:border-gray-700 rounded-lg bg-gradient-to-br from-green-50 to-emerald-50 dark:from-green-900/20 dark:to-emerald-900/20">
|
|
<div className="text-3xl mb-3">📱</div>
|
|
<h3 className="text-lg font-semibold mb-2">Jan Mobile</h3>
|
|
<p className="text-sm text-gray-600 dark:text-gray-400">
|
|
Take Jan on the go with our native mobile applications
|
|
</p>
|
|
</div>
|
|
|
|
<div className="p-6 border border-gray-200 dark:border-gray-700 rounded-lg bg-gradient-to-br from-purple-50 to-pink-50 dark:from-purple-900/20 dark:to-pink-900/20">
|
|
<div className="text-3xl mb-3">⚡</div>
|
|
<h3 className="text-lg font-semibold mb-2">API Platform</h3>
|
|
<p className="text-sm text-gray-600 dark:text-gray-400">
|
|
Integrate Jan's capabilities into your applications with our API
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<Callout type="info">
|
|
**Stay Updated**: Follow our [GitHub repository](https://github.com/menloresearch/jan) and join our [Discord community](https://discord.com/invite/FTk2MvZwJH) for the latest updates on these exciting releases!
|
|
</Callout>
|
|
|
|
<div className="mt-12">
|
|
<h2 className="text-2xl font-semibold mb-6">What to Expect</h2>
|
|
<div className="text-left max-w-2xl mx-auto space-y-4">
|
|
<div className="flex items-start gap-3">
|
|
<span className="text-green-500 text-xl">✓</span>
|
|
<div>
|
|
<strong>Seamless Experience:</strong> Unified interface across all platforms
|
|
</div>
|
|
</div>
|
|
<div className="flex items-start gap-3">
|
|
<span className="text-green-500 text-xl">✓</span>
|
|
<div>
|
|
<strong>Privacy First:</strong> Same privacy-focused approach you trust
|
|
</div>
|
|
</div>
|
|
<div className="flex items-start gap-3">
|
|
<span className="text-green-500 text-xl">✓</span>
|
|
<div>
|
|
<strong>Developer Friendly:</strong> Robust APIs and comprehensive documentation
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |