Fast, focused typing practice for speed and accuracy.
Live site: https://typefast-swart.vercel.app
npm install
npm run dev -- --port 5173Then open the local URL printed by Vite.
Useful checks:
npm test
npm run buildSentence content lives in src/typing/sentences.json.
To add more with an LLM, ask for typing practice sentences for Typefast with a mix of short, medium, and long lengths.
Example prompt:
Write 50 typing practice sentences.
Requirements:
- Include a balanced mix of short, medium, and long sentences.
- Keep the tone clear, focused, and useful for typing practice.
- Use this format:
{
"text": "A clear sentence keeps the hands moving with less hesitation."
}
Paste the generated objects into the JSON array.