Showing my Notion onboarding flow; would love feedback

Published: (April 25, 2026 at 10:08 AM EDT)
1 min read
Source: Dev.to

Source: Dev.to

Overview

Quick context: we’ve been building TimeKnot, a native time tracker for Notion. It originally launched as a Clockify integration, but users kept asking why they needed a second tool just to track time on their Notion tasks. So I rebuilt it from scratch to run natively.

What you’ll see

  • Connecting Notion via OAuth
  • Picking which database to pull tasks from
  • Mapping your Notion columns (status, project, due date)
  • Starting a timer on a real task

The whole flow—from sign‑up to first tracked minute—is under 60 seconds, which was the goal.

Tech Stack

  • Next.js 16 (App Router)
  • Supabase
  • Notion API (OAuth + database reading)
  • Tailwind v4
  • Resend

Feedback Requested

  • Is the Notion connection flow clear?
  • Does the column‑mapping step make sense, or is it confusing?
  • Once you’re in the app, is it obvious what to do next?
  • Anything confusing? Anything we should cut? Roast it! :)

Try It

https://timeknot.app

0 views
Back to Blog

Related posts

Read more »

I Build an OpenClaw Skill for Your Car

Overview Car Connect — an OpenClaw skill for your car. It supports seven car brands by default Tesla, Mercedes, VW, Ford, Toyota, Kia, Honda and can also add y...