ML.
← Posts

Link Management Service Plan

react-hook-form

SeongHwa Lee··2 min read

Background

While browsing the web I often come across useful links worth reading, but they tend to get buried after being dropped into KakaoTalk or Slack. Organizing them in Notion is another option, but Notion already has many other pages in use, and navigating to the right page then formatting an entry correctly is not very ergonomic on mobile. Recently I noticed that other developers approach this kind of problem by building a small service and iterating on it incrementally, so I decided to try the same.

Service Concept

Working title: Choroc-link — "Choling"

Drop links you want to read into Choling. Choling will organize them so you can read them whenever you are ready.

Usage Scenario

Step 1. While browsing, paste a link you found into Choling.

Step 2. Choling sends you a notification at a fixed time every day.

Step 3. You read the linked content, write a summary, or set a priority to defer it for later.

  • Link attributes
    • url, link alias, tags, read status, priority (enum 1–5), link summary (markdown format)
  • Related features
    • If no alias is provided when saving a link, automatically populate it from the page's meta title
  • Implementation

Cron

Architecture

  • Framework
    • React — Next.js vs Svelte
  • Next.js
    • CSS framework
      • tailwind vs emotion/styled vs ??

Deploy