Getting started: How to start with Znote
Organize your work across projects. Think with AI. Build reusable workflows.
Your notes are no longer just text. They run, evolve, and do things for you.
You can now:
I'm building a tool that helps developers document their APIs faster.
Turn @idea into a full project brief.
Write it directly into this note with this structure:
## 🎯 The Problem
One paragraph. What pain does this solve and for who?
## 👤 Target User
Who is this for exactly? One specific profile.
## ✨ 3 Key Features
The 3 features that make this worth building.
## 🚀 First Milestone
What does "done" look like in 30 days?
## ⚡ First Action
One thing to do today to move this forward.
Write in a direct, actionable tone. No fluff.
💡 That's it. Your note just did the work.
Change the first block to your own idea — and run it again.
No chat. No copy-paste. No switching tools.
Your note:
👉 This is the core idea behind Znote:
Your notes are not static. They are executable.
Most tools make you switch between thinking and doing.
Znote removes that gap.
👉 You don’t just take notes. You build systems.
Your notes can also:
🌐 Browse the web
Visit https://znote.io and summarize what this product does in 3 bullets
⚡ Run JavaScript
const now = new Date();
console.log(`Today is ${now.toDateString()}. You're building something.`);
🔧 Call your own functions as AI tools
💡 Tip: You can copy this function with the button in the bottom-right corner to reuse it as a tool anywhere in Znote.
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);
}
Read the GitHub activity of "torvalds" and summarize the last 5 activities in plain English.
📂 Use a file as context
Summarize and extract the 3 most important points in this file:
@file:///path/to/your/file.txt
Open the gallery to find notes that already do the work:
Each one is a working note. Copy it. Run it. Make it yours.
.md files — yours foreverCtrl+N → New from templateCtrl+H → Ask AI inside your note