Znote (recipes)
  Get Znote  

✨ Welcome to Znote — Your Private AI Dev Notebook ⚡️

Getting started: How to start with Znote

 

✨ Welcome to Znote — Your Private AI Dev Notebook ⚡️

Your Markdown (.md) and text (.txt) files are about to get superpowers. Turn your Markdown files into living documents — where you can write, chat, and run code, all in one place. In less than 3 minutes, discover what makes Znote unique 👇


🧠 1. Talk to Your Notes

Talk to your notes like you talk to ChatGPT — but everything stays local. Ask AI to summarize, rewrite, or brainstorm — right here inside Markdown.

💬 Try this:

  • Summarize this note in 3 bullet points
  • Rewrite the intro in a more professional tone
  • Brainstorm 3 ways to promote a new app

✅ Works with OpenAI, Claude, or Ollama ✅ Conversations are saved directly in your note ✅ 100% local — your notes stay on your machine


💻 2. Run Code Instantly

Turn Markdown into a live sandbox. Drop a snippet and run it right inside your note — no setup, no switching apps.

From API → interactive table

// Fetch sample data → instant datagrid
const res = await fetch("https://jsonplaceholder.typicode.com/users");
showDatagrid({ data: await res.json(), pagination: true });

From Data → Chart in 1 Line

areaChart({
  series: [{ name: 'Sales', data: [100, 240, 310, 450] }],
  categories: ['Q1','Q2','Q3','Q4']
});

✅ Works with Node.js and Bash ✅ Use any NPM or CDN library ✅ Perfect for testing APIs, visualizing data, and automating your daily workflow.


🎙️ 3. Record and Summarize Meetings

No bots. No cloud. No leaks — just you and your notes. Click the 🎤 mic button in the toolbar to record audio or upload a file. Then click the transcribe button.

Znote will transcribe and summarize locally, keeping everything private.


💎 Unlock the Full Power of Znote

You’re currently exploring the 14-day free trial version. Upgrade anytime to the Lifetime License and keep everything forever:

  • ✅ Lifetime access to all features
  • ✅ 1,000 AI requests included
  • ✅ Connect your own AI key for unlimited use
  • ✅ Meeting transcription & smart summaries
  • ✅ Full code freedom (use any NPM package)
  • ✅ Lock & encrypt sensitive notes

💡 Upgrade now to keep your AI chats, code results, and meeting summaries active after the trial.


👉 One-time payment — €59. Yours forever.

Tip: You can always upgrade later via Settings → License But don’t wait too long — your trial includes only 20 free AI requests to explore everything.


🚀 Try It Now

✔️ Create a note ✔️ Paste text or code ✔️ Ask AI or run it ✔️ See results — without leaving Markdown

👉 Click “New Note” and watch your Markdown come alive ⚡️.


🧩 Bonus Templates to Explore

Use these starter templates to go further:

  • 📈 Online Data → Bar Chart → fetch and visualize live data
  • 📊 Manipulate Charts and Data → learn more about charting
  • 🛠 API Testing and Debugging → explore and test any API

👉 Click “New Note from Template” ➜ and start exploring 🚀

Related recipes