Getting started: How to start with Znote
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.
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)
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.)
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.
Use Case | Example |
---|---|
🧠 Idea Lab | Brainstorm & outline with AI |
🧪 Coding Playground | Test APIs, snippets, quick hacks |
📊 Reports & Dashboards | Build & share internal dashboards |
📚 Learning Companion | Take notes, run examples, ask AI |
🤝 Solo Dev Workflow | Build mini tools & workflows |
👉 Znote isn’t just another note-taking app — it’s the best long-term investment you’ll make for your notes, code, and brain.
You’re on the free trial with:
👉 Upgrade to Znote PRO (€39) for:
"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."
✔️ 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.