Inklify helps you turn quick thoughts into clear, beautiful notes.
Write in Markdown, preview instantly, and let AI help you refine your ideas — all in one clean, responsive workspace.
A simple editor that supports headings, lists, tables, code blocks, and more.
Your note appears in a live preview so you always see the final look.
Inklify autosaves after a short pause, so everything you write is safely stored.
A desktop‑style layout shows your notes list, editor, and preview side‑by‑side.
Resize panels however you like.
On phones, the workspace switches to tabs:
Notes → Edit → Preview — with an AI button always easy to reach.
Select text or press the AI button to:
- Improve writing
- Expand ideas
- Summarize content
- Generate from scratch All powered by a Supabase Edge Function.
Download any note as a .md file with a single click.
- Frontend: React + Vite + Tailwind for a fast and pleasant UI
- Storage: Supabase for authentication and syncing your notes
- AI: A Supabase Edge Function that sends prompts to the Lovable AI Gateway
- Responsive Layout: Works smoothly on both widescreen desktops and phones
git clone <repo>
cd inklify
npm installCreate a file named .env:
VITE_SUPABASE_URL=https://<your-project>.supabase.co
VITE_SUPABASE_PUBLISHABLE_KEY=eyJhbGciOi...Make sure your Supabase project includes the database migration and the ai-assist Edge Function.
npm run devOpen the printed URL and sign up or sign in.
- Create, search, and delete notes from the sidebar
- Write using Markdown in a clean editor
- See changes instantly in the live preview
- Let AI help when you need inspiration or editing
- Export your final note as a Markdown file
- Use mobile mode for a smooth, compact writing flow
Enjoy writing with Inklify! ✍️






