1. Zero-Backend Architecture (Our Core Principle)
Unlike traditional sync extensions that channel your authentication tokens and code through third-party Heroku or AWS proxy servers, LeetToGit runs 100% inside your browser:
- Direct-to-GitHub Communication: Every network request originates in your local browser and communicates strictly with official GitHub API endpoints (
https://api.github.com). - No Intermediary Gatekeepers: We do not operate any backend database, cloud function, or relay proxy. Your data never touches any server owned or operated by us.
- Zero Man-in-the-Middle Risk: No third party has access to your repository structure, solved problems, or Personal Access Tokens (PAT).