{"id":15116683,"url":"https://github.com/MarsHeer/offtiktok","last_synced_at":"2025-09-27T22:31:03.425Z","repository":{"id":251436724,"uuid":"833351007","full_name":"MarsHeer/offtiktok","owner":"MarsHeer","description":"Open source alternative Tiktok client","archived":false,"fork":false,"pushed_at":"2024-09-03T08:44:43.000Z","size":3932,"stargazers_count":26,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-27T01:53:15.875Z","etag":null,"topics":["scraper","social-network","tiktok","tiktok-api","typescript"],"latest_commit_sha":null,"homepage":"https://offtiktok.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarsHeer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-24T21:39:48.000Z","updated_at":"2024-09-25T19:57:28.000Z","dependencies_parsed_at":"2024-08-07T15:19:45.711Z","dependency_job_id":null,"html_url":"https://github.com/MarsHeer/offtiktok","commit_stats":null,"previous_names":["marsheer/offtiktok"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarsHeer%2Fofftiktok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarsHeer%2Fofftiktok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarsHeer%2Fofftiktok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarsHeer%2Fofftiktok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarsHeer","download_url":"https://codeload.github.com/MarsHeer/offtiktok/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234461971,"owners_count":18837216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["scraper","social-network","tiktok","tiktok-api","typescript"],"created_at":"2024-09-26T01:44:30.823Z","updated_at":"2025-09-27T22:30:56.829Z","avatar_url":"https://github.com/MarsHeer.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","typescript"],"sub_categories":[],"readme":"# Offtiktok | The Open TikTok Client\n\nOfftiktok allows users to share tiktoks with anyone, regardless of whether they have the app or not, by adding \"off\" before \"tiktok\" in the url (e.g: [https://vm.offtiktok.com/ZGe7XpCwV/](https://vm.offtiktok.com/ZGe7XpCwV/) )\n\nIt also includes a minimalistic TikTok feed that allows watching videos recommended by the platform, no ads, no app, no geo-restrictions.\n\n### This repository includes the frontend server. [If you're looking for the backend, it's here](https://github.com/MarsHeer/offtiktokapi)\n\n## Deploy it yourself\n\n### 1. Install Node \u0026 npm (or your package manager of preference)\n\n### Using Docker\n\n    - Initialize as a docker container running `./docker-up.sh`\n    - If script fails due to permissions settings, run `chmod +x ./docker-up.sh` then run the script again.\n\n### On your own machine\n\n##### macOS\n\n1.  **Using Homebrew**:\n\n    - Install Homebrew if you haven't already:\n      `/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"`\n\n    - Install Node.js and npm:\n      `brew  install  node`\n      brew install node\n\n2.  **Using Node Version Manager (nvm)**:\n\n    - Install `nvm`:\n\n      `curl  -o-  https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash`\n\n    - Load `nvm`:\n\n      ```\n      export NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] \u0026\u0026 printf %s \"${HOME}/.nvm\" || printf %s\n      \"${XDG_CONFIG_HOME}/nvm\")\"\n      [ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 \\. \"$NVM_DIR/nvm.sh\"\n      ```\n\n    - Install Node.js:\n\n      `nvm  install  node`\n\n##### Linux\n\n1.  **Using NodeSource Binaries**:\n\n    - Install Node.js and npm:\n\n      ```\n      curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -\n      sudo apt-get install -y nodejs\n      ```\n\n2.  **Using Node Version Manager (nvm)**:\n\n    - Install `nvm`:\n\n      `curl  -o-  https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash`\n\n    - Load `nvm`:\n\n      ```\n      export NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] \u0026\u0026 printf %s \"${HOME}/.nvm\" || printf %s\n      \"${XDG_CONFIG_HOME}/nvm\")\"\n      [ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 \\. \"$NVM_DIR/nvm.sh\"\n      ```\n\n    - Install Node.js:\n\n      `nvm  install  node`\n\n##### Windows\n\n1.  **Using Node.js Installer**:\n\n    - Download the Windows installer from the Node.js website.\n    - Run the installer and follow the prompts.\n    -\n\n2.  **Using Node Version Manager for Windows (nvm-windows)**:\n\n    - Download and install `nvm-windows` from the nvm-windows releases.\n    - Install Node.js:\n      ```\n      nvm  install  latest\n      nvm  use  latest\n      ```\n\nAfter installation, verify that Node.js and npm are installed correctly by running:\n\n```\nnode  -v\nnpm  -v\n```\n\n#### 2. Install dependencies\n\nTo instal project dependencies, run: `npm install`\n\n#### 3. Configure your .env\n\nCreate a `.env` file and copy the contets of the `.env.template` file included in the repository.\n\nThe INTERNAL API URL should just be the frontend's URL\n\nThe EXTERNAL API URL should be your backend's URL\n\n#### 4. Ready for dev!\n\nRun `npm run dev` to get your development server running in port `2000`\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n# Collaborating\n\nCollaboration is welcome! Please feel free to support the project by opening issues or pull requests\n\n# License\n\nThis project is licensed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarsHeer%2Fofftiktok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMarsHeer%2Fofftiktok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarsHeer%2Fofftiktok/lists"}