Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend - GitHub/Cloudflare Pages #1

Open
kunesj opened this issue Nov 17, 2024 · 2 comments
Open

Frontend - GitHub/Cloudflare Pages #1

kunesj opened this issue Nov 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@kunesj
Copy link
Owner

kunesj commented Nov 17, 2024

Most people don't know how to use command line, so frontend should make this more useful.

  • pre-process subtitles into searchables, compress them and upload them somewhere as static content for FE. If GitHub pages don't have a size limit, then just build/upload it there.
  • Build FE that fetches the static assets on demand depending on what needs to be searched. Cache in local storage in browser? It could be many GB, so it must not be all loaded in RAM at once.
  • Searching must be done fully in browser, because I don't want to maintain a server. Search while the data is still downloading.
@kunesj kunesj added the enhancement New feature or request label Nov 17, 2024
@kunesj kunesj changed the title GitHub Pages Frontend - GitHub Pages Nov 17, 2024
@kunesj
Copy link
Owner Author

kunesj commented Dec 5, 2024

Cloudflare Pages has no bandwidth limit + has serverless SQL example

@kunesj kunesj changed the title Frontend - GitHub Pages Frontend - GitHub/Cloudflare Pages Dec 5, 2024
@kunesj
Copy link
Owner Author

kunesj commented Dec 5, 2024

Free tier of Cloudflare R2 storage has unlimited data transfer and max 10 GB storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant