What if you could learn another language by reading your favorite authors? And I don't talk about just reading them with a dictionary at hand. I mean lessons that teach just the necessary for you to enjoy that particular story 🗝🚪.
Just go to storyprep.vercel.app
Or install the Clarifai module (just make sure you set the CLARIFAI_PAT
env var).
- Generate custom vocabulary sheet based on any story you provide.
- Generate a companion audio lesson.
- Download lesson as PDF.
- Download lesson as audio.
Make sure to install the dependencies:
npm install # or yarn install
Start the development server on http://localhost:3000
:
npm run dev # or yarn dev
Build the application for production:
npm run build # or yarn build
Locally preview production build:
npm run preview #or yarn preview
This project is licensed under the MIT License. See the LICENSE file for details.