Time-INK

Time-INK

A timed-writing tool for getting into the draft quickly and staying with the current writing sprint.

一个限时写作工具,重点不是功能堆叠,而是让人尽快开始写,并把注意力留在这一轮写作里。

Overview
概述

time-ink is a timed-writing tool. It is neither a note app nor a long-form editor, but a sprint interface built for opening the page and writing right away.

The problem it tries to solve is simple: reduce switching, reduce hesitation, help the writer enter the draft faster, and keep attention inside the current session.

time-ink 是一个限时写作工具。它不是笔记软件,也不是长文档编辑器,而是一个让人“进来就写”的冲刺界面。

这个项目想解决的很简单:少一点切换,少一点犹豫,让人更快进入状态,并把注意力留在当前这一轮写作里。

Interaction
交互

The flow is straightforward: choose a duration, start the timer, keep writing in the main editor, and let the session save automatically when time is up. Users can also pause, reset, copy the text, or begin the next round.

The interface stays centered on only three things: the timer, the editor, and the result of the current sprint. That constraint is what makes “start writing” feel like the default action.

它的流程很直接:先选时间,开始倒计时,在主编辑区持续写,到时自动保存这一轮内容。用户可以暂停、重置、复制,也可以重新开始下一轮。

界面的重点始终只有三个东西:计时、输入区和这一轮的结果。这样做是为了让“开始写”变成最自然的动作。

System
系统

The project is built with Next.js 14, React 18, TypeScript, and Framer Motion. The core logic lives in a single writing page that already supports duration selection, countdown, live input, local persistence, automatic save on timeout, and copy or clear actions for the current round.

Beyond features, it also cares about state reliability: recovery after refresh, protection against accidental closing, and keeping local and deployed behavior as close as possible.

项目基于 Next.js 14、React 18、TypeScript 和 Framer Motion 构建,核心逻辑集中在单页写作界面里。当前已经支持时长选择、倒计时、实时输入、本地保存、到时自动归档,以及复制和清空本轮内容。

除了功能本身,它也很重视状态可靠性,比如刷新后恢复、误关提醒,以及本地和线上尽量保持一致。

Principles
原则

time-ink is a writing-sprint tool first, and a web project second. Future iterations should keep serving the act of writing, instead of expanding into a heavier platform.

Its value is not how many features it can accumulate, but how clearly it protects one goal: giving writing a lightweight, complete session that is hard to interrupt.

time-ink 首先是一个写作冲刺工具,其次才是一个网页项目。所以后续迭代更应该服务写作本身,而不是把它扩成一个复杂的平台。

它的价值不在于功能有多少,而在于目标够明确:给写作留出一个轻量、完整、不会被轻易打断的回合。