Znote
  Get Znote  

✨ Welcome to Znote

Getting started: How to start with Znote

 

✨ Welcome to Znote

🧠 Take back control of AI — with your notes

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:

  • 📁 Structure your ideas by project
  • 🤖 Brainstorm and think with AI directly in your notes
  • 🔁 Turn your best prompts into reusable systems
  • 🔌 No lock-in — use your own AI (OpenAI, Ollama…)
  • 💸 Optimized for minimal token usage — costs stay near zero

👇 Edit this. Hit Run. Watch your note work for you.

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.


⚡ What just happened?

No chat. No copy-paste. No switching tools.

Your note:

  • used your idea as context
  • called AI
  • wrote the result directly where you need it

👉 This is the core idea behind Znote:

Your notes are not static. They are executable.


⚡ Why this changes how you work

Most tools make you switch between thinking and doing.

Znote removes that gap.

  • Write your ideas → turn them into actions instantly
  • Keep everything in one place → no more scattered tools
  • Build once → reuse forever
  • Stay in control → your files, your AI, your workflow

👉 You don’t just take notes. You build systems.


There's more.

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 

🧩 Ready-to-use workflows

Open the gallery to find notes that already do the work:

  • 📬 AI Email Responder — classify and reply automatically
  • 🎫 Jira Story Generator — specs → tickets in seconds
  • 🌐 API Tester — test and document endpoints in one file
  • 🎤 Meeting Notes — record → transcript → action items

Each one is a working note. Copy it. Run it. Make it yours.


🔐 Your AI. Your rules.

  • Bring your own API key (OpenAI, Ollama…)
  • No vendor lock-in
  • Everything runs locally
  • Plain .md files — yours forever
  • 💸 ~€5 of credits = months of real usage

🚀 Start building

  • Press Ctrl+N → New from template
  • Press Ctrl+H → Ask AI inside your note
  • Run blocks → watch your notes come alive

👉 Get Znote Pro — one-time

Related recipes