Znote (recipes)
  Get Znote  

✨ Welcome to Znote — Your Dev Notebook Supercharged with AI ⚡️

Getting started: How to start with Znote

 

✨ Welcome to Znote — Your Dev Notebook Supercharged with AI ⚡️

Hi! I’m Anthony 👋 — the solo dev behind Znote. I wanted one single space for my brain, my code & my AI buddy — so I built it. Now you can use it too. 🚀

🧠 Take notes. 💬 Talk with AI. 🧪 Run code. 📊 Build charts. 🔐 Stay 100% local & private.


🎮 Let’s Play — Test Znote in 30 Seconds

🧠 Talk to AI

Paste this 👇 in the input below and hit “Ask AI”:

"Summarize this note in 3 points — and give me 2 crazy ways to use Znote."

👉 Boom! Your first AI answer. (Free plan: 20 AI calls)


📈 Make a Chart in 1 Line

areaChart({
  series: [{ name: 'Visitors', data: [50, 80, 120, 100, 130] }],
  categories: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday']
});

✅ You just made a chart. (With PRO you can export it as PDF, share it, or build dashboards.)


💻 Run JS or Bash Code

const response = await fetch('https://jsonplaceholder.typicode.com/users');
const data = await response.json();
showDatagrid({ data: data.map(e => flatten(e)), pagination: true });

✅ API data → table → right in your note. Zero setup.


✨ What Can You Use Znote For?

Use CaseExample
🧠 Idea LabBrainstorm & outline with AI
🧪 Coding PlaygroundTest APIs, snippets, quick hacks
📊 Reports & DashboardsBuild & share internal dashboards
📚 Learning CompanionTake notes, run examples, ask AI
🤝 Solo Dev WorkflowBuild mini tools & workflows

🎁 The Best Investment for Your Notes

  • 💎 Lifetime license — one purchase, yours forever.
  • 📂 The ultimate companion for your text files and ideas — keeps everything tidy and powerful.
  • 🚫 No subscriptions. Not even for AI — 🔋 you just buy refill packs when needed. They never expire.

👉 Znote isn’t just another note-taking app — it’s the best long-term investment you’ll make for your notes, code, and brain.


🚀 Want More Superpowers?

You’re on the free trial with:

  • ✅ All features unlocked
  • 🎯 20 AI requests included

👉 Upgrade to Znote PRO (€39) for:

  • 💬 Unlimited AI chats (bring your own key or get big packs)
  • 📂 Pro exports (PDF/HTML, shareable charts, standalone scripts)
  • 🛠 More code freedom (use any NPM libraries, advanced scripts)
  • 🎙️ Transcribe audios & meetings
  • 🔐 Lock your sensitive notes

💬 What Others Say

"Znote is like Notion + ChatGPT + VS Code — but private." "I replaced 5 tools with this one." "My notes, my code, my AI — all in one place. Love it."


✅ Your First Mission

✔️ Create a note. ✔️ Ask the AI something wild. ✔️ Run a script.

👉 Click “New Note” now and try one snippet above. That’s how the magic starts.

Related recipes