Skip to content

ejb1987/BritishPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

BritSpeak Pro - Hosting bundle
-----------------------------

Files in this bundle:
- index.html      : main web app (static)
- questions.json  : generated 100-day question database (2000 questions)
- README.txt      : this file

Audio files:
- The app expects audio clips for each question in the audio/ folder. Filenames follow the pattern:
  audio/dayXXX_qYY.mp3
  where XXX is 001..100 and YY is 01..20
- You can generate natural British voices using services such as ElevenLabs, Azure Neural TTS, or OpenAI TTS.
  Generate and save into the 'audio' folder alongside index.html and questions.json when hosting.

How to host online quickly:
1) GitHub Pages (recommended simple):
   - Create a new GitHub repository, upload index.html and questions.json and a folder 'audio' with your mp3s.
   - In repo settings -> Pages -> enable GitHub Pages from main branch
   - GitHub will provide a URL like https://yourname.github.io/repo/

2) Netlify / Vercel - drag and drop the folder to publish a static site quickly.

3) Any static hosting (S3 + CloudFront, Firebase Hosting, Surge, etc.).

Notes:
- This bundle is a client-side demo. For production features (secure AI TTS on-demand, user accounts), you'll need a backend.
- The JSON file includes placeholder audio paths. Replace with generated MP3s to hear natural voices.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages