Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

52 lines (28 loc) · 1.13 KB

Lengthy

Check the read lengths of scripts, documents and voiceovers.

A Vue app for estimating the 'time to read' from any text. Useful for finding the length of a voiceover based on its script.

Netlify Status

Build Setup

# install dependencies

npm install

# serve with hot reload at localhost:8080

npm run dev

# build for production with minification

npm run build

Features

  • Get estimated read time for text based on word count.
  • Set a time target to reach.
  • Fully featured editor for live editing scripts.
  • Set custom read speed for better accuracy.
  • Generate a share link for clients/collaborators.
  • Generate a PDF of results.

Built With

Roadmap

  • UI improvements to move past MVP
  • User accounts + social login to save scripts.