Slate is a minimal, local-first writing app with AI capabilities. Write, edit, and improve your content with AI assistance.
- 📝 Clean, distraction-free writing interface
- 🤖 AI-powered writing assistance (⌘/Ctrl + K)
- 💾 Local-first storage with IndexedDB
- 🌐 Publish and share pages
- 🎨 Rich text formatting
- 📋 Task lists and code blocks
- 🔄 Auto-save
- 📤 Export to Markdown and PDF
- Vue 3 + Nuxt 3
- TipTap for rich text editing
- Tailwind CSS for styling
- Supabase for authentication and storage
- OpenAI for AI capabilities
- Clone the repository
- Install dependencies:
bun install
- Create a
.env
file with the following variables:
OPENAI_API_KEY=your_openai_api_key
SUPABASE_URL=your_supabase_url
SUPABASE_KEY=your_supabase_anon_key
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
APP_URL=your_app_url
- Start the development server:
bun run dev
The app will be available at http://localhost:3000
Build the application for production:
bun run build
MIT
Kiran Johns (@thetronjohnson)