{"id":23252287,"url":"https://github.com/anselumjuju/Lynix","last_synced_at":"2025-10-27T05:31:03.625Z","repository":{"id":253245486,"uuid":"842820859","full_name":"anselumjuju/Lynix","owner":"anselumjuju","description":"Lynix allows users to instantly summarize articles by simply entering the URL.","archived":false,"fork":false,"pushed_at":"2025-01-26T18:57:34.000Z","size":198,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T19:36:58.557Z","etag":null,"topics":["ai","chatgpt","gpt4","rapidapi","react","reactjs","summarize","tailwindcss"],"latest_commit_sha":null,"homepage":"https://lynix-v2.vercel.app/","language":"JavaScript","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/anselumjuju.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-08-15T06:49:36.000Z","updated_at":"2025-01-26T18:57:38.000Z","dependencies_parsed_at":"2025-01-13T11:47:15.539Z","dependency_job_id":"3f8e1d6c-d789-4f05-902f-aa5a43c30ae9","html_url":"https://github.com/anselumjuju/Lynix","commit_stats":null,"previous_names":["juju-anselum/sanpify","juju-anselum/lynix","anselumjuju/lynix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anselumjuju%2FLynix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anselumjuju%2FLynix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anselumjuju%2FLynix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anselumjuju%2FLynix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anselumjuju","download_url":"https://codeload.github.com/anselumjuju/Lynix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238439303,"owners_count":19472850,"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":["ai","chatgpt","gpt4","rapidapi","react","reactjs","summarize","tailwindcss"],"created_at":"2024-12-19T10:15:04.250Z","updated_at":"2025-10-27T05:31:03.225Z","avatar_url":"https://github.com/anselumjuju.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lynix\n\n**Lynix** is an AI-powered web application that allows users to instantly summarize lengthy articles by simply entering the URL. This tool leverages the power of GPT-4 to condense content into concise, easy-to-read summaries, enhancing your reading experience by saving time and effort.\n\n## Features\n\n- **URL-based Summarization**: Enter a URL to get a quick summary of the article's content.\n- **Sync across Devices**: Sync your summaries across multiple devices.\n- **Real-Time Updates**: Instant updates as you type, ensuring smooth and dynamic user interaction.\n- **Customizable Summaries**: Create and delete summaries.\n- **Responsive Design**: User-friendly interface, accessible on both desktop and mobile devices.\n\n## Installation\n\nThis project is built using **Vite** and **React**. Follow the steps below to set up the project on your local machine.\n\n### Prerequisites\n\nMake sure you have the following installed on your system:\n\n- [Node.js](https://nodejs.org/) (v14 or higher)\n- [npm](https://www.npmjs.com/) (v6 or higher) or [Yarn](https://yarnpkg.com/) (v1.22 or higher)\n\n### Getting Started\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/anselumjuju/Lynix.git\n   cd lynix\n   ```\n\n2. **Install Dependencies**\n\n   If you are using npm:\n\n   ```bash\n   npm install\n   ```\n\n   Or if you are using Yarn:\n\n   ```bash\n   yarn install\n   ```\n\n3. **Update the Environment Variables**\n\n   Rename the `.env.example` file to `.env`\n   \n   Get your rapidApi key from [Article Extractor and Summarizer](https://rapidapi.com/restyler/api/article-extractor-and-summarizer/playground/apiendpoint_99e4b95c-3adc-4532-8b4e-20795c3c996a)\n\n   Create a new firebase project and get your Firebase API key.\n\n   Update all the environment variables by your key.\n\n4. **Run the Development Server**\n\n   Start the Vite development server to run the app locally:\n\n   Using npm:\n\n   ```bash\n   npm run dev\n   ```\n\n   Using Yarn:\n\n   ```bash\n   yarn dev\n   ```\n\n   After running the above command, the application should be available at `http://localhost:5173` or the port specified in the terminal.\n\n### Building for Production\n\nTo build the project for production, use the following command:\n\nUsing npm:\n\n```bash\nnpm run build\n```\n\nUsing Yarn:\n\n```bash\nyarn build\n```\n\nThe optimized production files will be generated in the `dist` folder.\n\n### Preview the Production Build\n\nTo preview the production build locally, use the following command:\n\nUsing npm:\n\n```bash\nnpm run serve\n```\n\nUsing Yarn:\n\n```bash\nyarn serve\n```\n\nThis will serve the content from the `dist` folder on a local server, allowing you to test the production build.\n\n## Project Structure\n\nHere's a quick overview of the project's structure:\n\n```\nLynix/\n│\n├── src/                # Source code\n│   ├── assets/         # Images, icons, etc.\n│   ├── components/     # Reusable components\n│   ├── containers/     # Containers for webpage\n│   ├── services/       # Services for API and Firebase\n│   ├── App.jsx         # Root component\n│   └── main.jsx        # Entry point\n│  \n├── .gitignore          # Files to be ignored by Git\n├── index.html          # Main HTML template\n├── package.json        # Project dependencies and scripts\n├── README.md           # Project documentation\n└── tailwind.config.js  # Tailwind configuration\n└── vite.config.js      # Vite configuration\n```\n\n## Contributing\n\nContributions are welcome! If you have any ideas or suggestions to improve the project, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanselumjuju%2FLynix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanselumjuju%2FLynix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanselumjuju%2FLynix/lists"}