{"id":27779274,"url":"https://github.com/v1vastick/xtracta","last_synced_at":"2025-06-13T21:05:58.461Z","repository":{"id":290116993,"uuid":"973375257","full_name":"V1vaStick/Xtracta","owner":"V1vaStick","description":"Xtracta – blazing‑fast web XPath tester for XML/HTML with live node highlighting, large‑file streaming \u0026 React + Node.js stack.","archived":false,"fork":false,"pushed_at":"2025-06-12T08:24:17.000Z","size":2847,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T09:35:50.048Z","etag":null,"topics":["express","javascript","monaco-editor","nodejs","open-source","self-hosted","shadcn-ui","webapp","webworker","xml","xml-parser","xpath","xpath-playground","xpath-tester"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"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/V1vaStick.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,"zenodo":null}},"created_at":"2025-04-26T21:12:04.000Z","updated_at":"2025-06-12T08:24:20.000Z","dependencies_parsed_at":"2025-05-14T11:30:47.919Z","dependency_job_id":"c3d0a620-3cb3-4b97-9f0c-246cb957bd1f","html_url":"https://github.com/V1vaStick/Xtracta","commit_stats":null,"previous_names":["v1vastick/xtracta"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/V1vaStick/Xtracta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V1vaStick%2FXtracta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V1vaStick%2FXtracta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V1vaStick%2FXtracta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V1vaStick%2FXtracta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/V1vaStick","download_url":"https://codeload.github.com/V1vaStick/Xtracta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V1vaStick%2FXtracta/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259719717,"owners_count":22901239,"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":["express","javascript","monaco-editor","nodejs","open-source","self-hosted","shadcn-ui","webapp","webworker","xml","xml-parser","xpath","xpath-playground","xpath-tester"],"created_at":"2025-04-30T09:31:05.451Z","updated_at":"2025-06-13T21:05:58.452Z","avatar_url":"https://github.com/V1vaStick.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xtracta 🚀\n\n![Xtracta Logo](https://example.com/logo.png)\n\nXtracta is a blazing-fast web XPath tester designed for XML and HTML. With features like live node highlighting, large-file streaming, and a robust React + Node.js stack, Xtracta simplifies the process of testing and debugging XPath expressions.\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Technologies](#technologies)\n- [Contributing](#contributing)\n- [License](#license)\n- [Releases](#releases)\n\n## Features\n\n- **Live Node Highlighting**: Instantly see the nodes selected by your XPath queries.\n- **Large-File Streaming**: Handle large XML/HTML files without performance issues.\n- **React + Node.js Stack**: Built with modern web technologies for optimal performance.\n- **Syntax Highlighting**: Enjoy a clean and user-friendly interface with syntax highlighting.\n- **Self-Hosted**: Run Xtracta on your own server for added privacy and control.\n- **Open Source**: Contribute to the project and help improve it for everyone.\n\n## Installation\n\nTo install Xtracta, follow these steps:\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/V1vaStick/Xtracta.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd Xtracta\n   ```\n\n3. Install the dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Start the application:\n\n   ```bash\n   npm start\n   ```\n\nYou can also download the latest release from the [Releases section](https://github.com/V1vaStick/Xtracta/releases) and follow the instructions provided there.\n\n## Usage\n\nOnce you have installed Xtracta, open your web browser and navigate to `http://localhost:3000` (or the appropriate URL if hosted elsewhere). You will see the main interface where you can input your XML or HTML content and test your XPath expressions.\n\n1. **Input your XML/HTML**: Paste your content into the designated area.\n2. **Write your XPath**: Enter your XPath expression in the provided field.\n3. **See the results**: The nodes matching your XPath will be highlighted in real-time.\n\n## Technologies\n\nXtracta uses a variety of technologies to deliver its features:\n\n- **Express**: A web framework for Node.js to handle server-side logic.\n- **HTML/CSS**: For the structure and styling of the web application.\n- **JavaScript**: The primary programming language for client-side scripting.\n- **Monaco Editor**: A powerful code editor that provides syntax highlighting and more.\n- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.\n- **WebAssembly (WASM)**: For performance improvements in parsing and processing XML.\n- **Web Workers**: To handle background tasks without blocking the main thread.\n- **XML Parser**: Efficiently parse XML data for XPath evaluation.\n\n## Contributing\n\nWe welcome contributions from the community! If you'd like to help improve Xtracta, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Push your branch to your fork.\n5. Open a pull request.\n\nPlease ensure that your code adheres to the project's coding standards and includes tests where applicable.\n\n## License\n\nXtracta is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Releases\n\nFor the latest updates and releases, please visit the [Releases section](https://github.com/V1vaStick/Xtracta/releases). Here, you can download the latest version of Xtracta and view the changelog.\n\n![Download Button](https://img.shields.io/badge/Download%20Latest%20Release-Click%20Here-brightgreen)\n\n## Contact\n\nIf you have any questions or suggestions, feel free to reach out:\n\n- Email: support@example.com\n- Twitter: [@XtractaApp](https://twitter.com/XtractaApp)\n\n## Acknowledgments\n\nWe would like to thank the open-source community for their contributions and support. Special thanks to the developers of the libraries and tools we use to build Xtracta.\n\n---\n\nThank you for checking out Xtracta! We hope it helps you streamline your XPath testing and debugging process. Happy coding!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv1vastick%2Fxtracta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv1vastick%2Fxtracta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv1vastick%2Fxtracta/lists"}