Capture thoughts.
Let ThinqNote do the rest.

ThinqNote turns your voice into organised, tagged notes in any language — with action items pulled out, calendar events detected, and everything synced to Google Sheets, your inbox, or a CSV download. Just tap, speak, and get on with your day.

Free plan includes 10 notes/month. No card required.

How it works

1

Tap & speak

Hit the record button and talk naturally. Say what's on your mind — an idea, a task, a reminder.

2

ThinqNote transcribes & tags

Your speech is converted to text with near-perfect accuracy. ThinqNote then analyses it, assigns tags, and extracts action items.

3

Done. It's everywhere.

Your note is saved, tagged, and synced to Google Sheets. Mention a date and add it straight to your calendar. Or get a daily email digest. Or download as CSV. Your choice.

What you get

🎤

Accurate transcription

Industry-leading speech recognition that handles accents, background noise, and natural speech.

🏷

Smart auto-tagging

ThinqNote reads your note and assigns relevant tags and priority levels automatically.

Action extraction

Mention a to-do and it's captured as an action item. Nothing falls through the cracks.

📅

Add to calendar

Say "add to calendar" with a date and ThinqNote detects the event — one tap adds it to your Google Calendar.

🌐

Speaks your language

Record in your own language and get the transcript, tags, and action items back in that same language.

📋

Google Sheets sync

Every note automatically appears in your Google Sheet — tagged, prioritised, and ready to act on.

💌

Daily email digest

Get a beautifully formatted summary of all your notes delivered to your inbox every morning.

Custom tags

Set your own vocabulary — classroom, client, project name — and ThinqNote uses your terms.

📱

Works on your phone

Available on Google Play for Android, or add it to your home screen straight from the browser for one-tap access.

📦

CSV export

Download all your notes as a spreadsheet anytime. Your data is always yours.

Simple pricing

Free
$0
forever
10 notes per month
2 min per recording
Transcription & tagging
Note history
Pro
$9.99
per month
Unlimited notes
10 min per recording
Transcription & tagging
Custom tags
CSV export
Priority support

Ready to stop typing?

Join ThinqNote and turn your voice into organised notes in seconds.

Tap. Speak. Auto-tagged and saved.
or
Set your new password
0 / 10 notes
Tap the button below and start speaking.
Your note will be transcribed, tagged, and saved automatically.
Tap to record

My Notes

No notes yet

Google Sheets Setup

This connects ThinqNote to a Google Sheet so every note is automatically saved there too. Takes about 3 minutes.

1
Create a Google Sheet

Go to sheets.google.com and create a new blank spreadsheet. In Row 1 add these headers:

Date  |  Time  |  Tags  |  Priority  |  Transcript  |  Actions
2
Open Apps Script

In your Sheet, click Extensions → Apps Script. Delete all existing code and paste this:

function doPost(e) {
  var sheet = SpreadsheetApp
    .getActiveSpreadsheet()
    .getActiveSheet();
  var now = new Date();
  var date = now.toLocaleDateString("en-GB");
  var time = now.getHours() + ":" +
    ("0"+now.getMinutes()).slice(-2);
  sheet.appendRow([date, time,
    e.parameter.tags || "",
    e.parameter.priority || "",
    e.parameter.transcript || "",
    e.parameter.actions || ""]);
  return ContentService
    .createTextOutput("ok");
}
3
Deploy it

Click Deploy → New deployment. Set Type to Web app, Execute as Me, Who has access Anyone. Click Deploy.

4
Copy the URL

Copy the Web app URL — it starts with https://script.google.com/macros/s/

Paste it in ThinqNote

Go back to Settings, paste the URL in the Google Sheets box, tap Save, then Test to confirm it's working.

Tip: If you get a syntax error when pasting the code, delete any quote marks and retype them manually — copy-paste sometimes changes quote styles.

Settings

Google Sheets
Paste your Apps Script URL to automatically sync notes to your Sheet.
Custom Tags
Add your own tags separated by commas. ThinqNote will only use tags from this list when organising your notes. Leave blank for automatic tagging.
Daily Email Summary
Receive a daily email with all your notes from the past 24 hours.
Off
Your Plan
Signed in as