Getting started: How to start with Znote
Your notes don't just store ideas. They run them.
Try the first block with your own file — it takes 30 seconds.
Drop any text file, doc, or image into the AI block below — the path will auto-fill. Then hit Run.
Summarize this file in 3 bullets, then suggest 2 questions worth digging into.
@file:///path/to/your/file.txt
💡 Try it with a meeting note, an article, a doc to review, a screenshot. Znote reads it as context — no copy-paste, no chat window. Files stay on your machine.
🎤 With your own OpenAI key, Znote can also record meetings and write the transcript directly into a note. We'll get there.
The AI can also browse the web — useful for fact-checking, pulling current data, or researching while you write.
Visit https://znote.io and tell me in 3 bullets what this product does and who it's for.
The function below fetches GitHub activity. The AI block can call it as a tool — it decides when to run your code, with which arguments, and uses the result.
async function getGithubActivity(username) {
const r = await fetch(`https://api.github.com/users/${username}/events/public`);
const data = await r.json();
return data.slice(0, 5);
}
Look up the recent GitHub activity of "torvalds" and summarize it in plain English.
💡 Any JS function you write becomes an AI tool — hit any API, query a DB, push to Jira. The AI orchestrates, your code does the work. Click the copy icon to reuse this function in any note.
This is where it gets powerful: combine with section 2 to search the web and save results anywhere.
Znote shines when you build workflows you reuse every week.
👨💻 You write code — API Tester, Database Query, your own reusable AI tools. Turn scattered scripts into runnable notes.
📋 You ship specs & projects — Specs → Jira tickets, Gmail auto-reply, meeting recorder. Automate the repetitive cognitive work.
→ Open the gallery and pick a template to try with your real work.
.md files on your disk. No cloud, no account.👉 Now make it yours. Ctrl+N for a blank note, or open the gallery and adapt a template to your week.