Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Tana

Tana

Put your notes to work with voice and AI

4.9
•96 reviews•

3.1K followers

Put your notes to work with voice and AI

4.9
•96 reviews•

3.1K followers

Visit website
Note and writing apps
•
Knowledge base software
•
AI notetakers
An AI-native workspace for tech-savvy professionals who want to stay on top of everything—without the busywork. Tana helps you connect and organize information so you get it where you need it, in a super flexible format.
  • Overview
  • Launches1
  • Reviews96
  • Alternatives
  • Forum
  • Team
  • Awards
  • More
Company Info
tana.incApp StorePlay Store
Tana Info
Launched in 2025View 1 launch
Forum
p/tana
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialLinkedInX

Similar Products

Reflect
Reflect
Fast networked note-taking
4.9(80 reviews)
Work & ProductivityNote and writing apps
Tana gallery image
Tana gallery image
Tana gallery image
Astrid: Personal Shopping Agent
Astrid: Personal Shopping Agent — The personal stylist programmed just for you
The personal stylist programmed just for you
Promoted

Do you use Tana?

Forum Threads

Tanap/tanaOlav Sindre Kriken
Olav Sindre Kriken
•

2mo ago

🎙️ Introducing the Tana Meeting Notetaker - no more bots!

Catch every word without the need for a bot - supports 60+ languages on Windows & Mac.

Start every morning with all your meetings lined up on your Today page in Tana, start the notetaker with one click:

No Bots Needed: Transcribe and summarize meetings effortlessly by just hitting record.

One-click notifications: Tana reminds you about scheduled meetings or detects ad hoc meetings.

Tanap/tanaOlav Sindre Kriken
Olav Sindre Kriken
•

3mo ago

🧩 What templates do you want to see in Tana?

Setting up a new workflow in Tana just got a whole lot faster!

We just launched the Tana Template Store a curated collection of plug-and-play templates you can install with a click. These aren t just static pages they re full systems, wired up with Supertags, commands, views, and even custom AI agents.

No setup. No duct tape. Just working workflows.

Tanap/tanaOlav Sindre Kriken
Olav Sindre Kriken
•

3mo ago

📣 Finally – Export, Copy & Download Tana Content Like a Pro!

Export has been one of the most requested features in Tana, and we hear you. Your notes are yours, and you should never feel locked into any tool. It s taken time to build it the right way, but we re excited to say: First version of Export as Markdown is finally here.

Whether you re backing up, migrating, or sharing, it s now easier than ever to get your data out of Tana, your way:

Export entire workspace as Markdown

Download specific subsets of nodes (e.g. all items with a supertag), with or without fields

View all
4.9
Based on 96 reviews
Review Tana?

Tana is highly praised for its flexibility and AI-powered features, making it a standout tool for productivity and knowledge management. Users appreciate its ability to adapt to individual workflows, offering a seamless experience for organizing tasks, notes, and projects. The supertag feature is frequently highlighted for its effectiveness in structuring information. A maker from read-this.ai likens Tana to notis.ai without the need for Notion, emphasizing its intuitive design. Overall, Tana is celebrated for enhancing efficiency and providing a customizable workspace.

Florian (Flo) ParisetOscar Araújo
+93
Summarized with AI
Reviews
Helpful
Darren Brierton
Darren Brierton
•2 reviews
Tana is a total game-changer. I’ve been one of the many participants in Tana’s closed beta and have been an avid user for around 18 months. I have never used anything before that so perfectly fits the description “tool for thought”. I truly believe that it represents a new paradigm in how we create, use, and retrieve information. Tana’s novelty is not immediately apparent because it adopts a great many familiar UI elements: an outliner, daily journals, calendars. But underneath the hood Tana is an innovative and user-friendly graph database. Everything is a node in a graph, and Tana can represent relationships between nodes in multiple ways. Nodes can be displayed as lists, tables, cards grouped into columns, or as items on a calendar. Crucial to understanding how Tana works are two things: (1) supertags and fields; and (2) live queries. The fundamental thing to grasp is that Tana’s supertags are not tags, or they’re not intended to be anyway. Tana won’t stop you from using them like normal tags, but you won’t really understand the power of Tana if you do. Supertags represent types of entities, very much like a class in object-oriented programming. If you find yourself creating a supertag which is a proper noun (the name of a single thing), or an adjective (a property of a thing), then you are almost certainly doing it wrong. Effectively, when you create a new supertag you are creating a new database table: an entire table. A node with that supertag is a row of that table. One supertag can extend another (like inheritance in OOP), or indeed more than one (multiple-inheritance), and a node can have more than one supertag. The fields of a supertag are the columns of the table. Field values can be other nodes, representing a relationship between two nodes. A field can be defined in such a way that its value is always a node with a particular supertag, thereby representing a relation between tables. Of course, because Tana is also an outliner, simple relationships can be represented hierarchically. Simple relationships between arbitrary parts of the graph are possible by referencing another node. Fields allow for named relationships with semantic features. This unlocks extraordinary possibilities for knowledge representation. And, because dates constitute a special type of node in Tana, it also excels as a productivity tool, allowing one to plan, schedule, and manage tasks, projects, meetings, and other events. This does require that users learn some new habits, and un-learn workflows from other applications. You could just tag something “urgent” like one would with normal tags, and just reference other nodes in a node name, but if you adjust to using fields to represent properties and relationships instead you unlock the extraordinary power of Tana’s live queries (search nodes). These update live as you work, and can be embedded as part of the default content of a supertag template. The query builder contains a very large number of search operators housed in an elegant and user-friendly UI allowing you to construct queries with complex logic. The possibilities these allow for are endless, from showing what’s due today (or overdue), to showing all other nodes related to the same things the current node is, or all the tasks for a project, or all previous discussions with the attendees of a meeting, etc. Most database applications require that users adopt an architectural mindset, deciding in advance in a top-down fashion how to structure their work. But Tana allows users to build bottom-up, imposing structure as they go and only as it is needed. I cannot begin to describe how liberating this is. Is Tana difficult to learn? No, I really don't think so. As I said at the beginning, Tana is a new paradigm. Once you grasp the fundamental concepts a lot of other things fall into place rather naturally. I’m often reminded of how VisiCalc must have seemed when it first appeared. We all take spreadsheets completely for granted now, but when they first came on the scene they were revolutionary. I do not doubt that some computer users at the time struggled to “get” how to use them — there is nothing inherently complex about using a spreadsheet but it was an unfamiliar paradigm. Having been involved in the closed beta programme, I’ve witnessed something similar with new users of Tana. There is sometimes some initial confusion closely followed by a “lightbulb moment”. Once that happens users are more likely to marvel at how user-friendly Tana is whilst simultaneously being so incredibly powerful. And there is so much more. I wanted to explain as best I could how the core features of Tana make for something truly distinctive, but I haven’t even touched on its many other features. Like command nodes which allow you to automate actions and which can triggered by user events. Or how AI is deeply integrated into Tana at many different levels. Or the revolutionary work they are doing with voice input in the mobile application. There really is so much to love in this extraordinary application, and this is just the beginning.
Report
6mo ago
Ev Chapman
Ev Chapman
•1 review
Tana is my everything app. I wouldn't know what to do without it. It is so easy to capture everything that is in my head and then with Supertags have Tana categorise it and bring it up again when I need it. And with AI & voice built in everything just moves so much faster.
Report
6mo ago
Brage Bang
Brage Bang
Tana

Tana

Thanks for being an AMAZING ambassador for Tana, Ev! 🫶 I've learned tons about Tana from your videos and posts!
Report
6mo ago
Elom
Elom
Trends.vc

Trends.vc

•2 reviews
What the team at Tana has built is nothing short of revolutionary. As someone who has extensively experimented with virtually every personal knowledge management tool on the market - from Evernote to Capacities to Logseq to Roam Research, Tana stands in a league of its own. It's the only system I know of that has the ability to comfortably house any type of information I want to store. Prior to discovering Tana, my experience with PKM tools was consistently frustrating and felt constraining. I ended up with notes across dozens of tools, creating a hard to retrieve entangled mess of information that was absolutely crippling to my productivity.. Tana is the first tool that truly adapts to how my brain works, rather than forcing me to adapt to it. Its insane flexibility combined with its structured approach has allowed me to finally take control of my thought processes and knowledge management in a way that is hard to describe without experiencing it. And I have truly only scratched the surface of its incredible capabilities. While traditional note-taking apps are more like building an enterprise applications with just HTML, Tana enables you to actually "code" your thinking process through its ability to build compound structures, create reusable thought patterns, and link ideas programmatically – all while scaling with complexity. Its similar to how MacOS serves as the operating system while Python is used to program it. It's a transformative paradigm shift because once you learn to "code" your thoughts using Tana's framework, you will unlock entirely new ways of thinking that weren't previously possible with conventional note-taking methods. If other PKM tools are like standard vehicles, Tana is a Ferrari: precision-engineered, high-performance, and designed for those who demand the absolute best!!
Report
6mo ago