Welcome to the SAFT Web App — your modern, open-source solution for working with the Standard Audit File for Tax Purposes (SAFT-PT) in the browser! This project is designed to make SAFT file validation, analysis, and visualization intuitive and accessible for everyone.
- Easy XML Validation: Instantly validate your SAFT-PT XML files against the official schema.
- Modern UI: Built with React and Vite for a fast, smooth, and responsive experience.
- Open Source: Transparent, community-driven development.
- Deployable Anywhere: Easily run locally or host for free using GitHub Pages!
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
index.html– Main HTML filesrc/– Source code (React components, utilities, etc.)public/– Static assets (including the SAFT XSD schema)vite.config.js– Vite configuration.github/workflows/– CI/CD for deployment.gitignore,README.md,LICENSE– Project meta
Contributions, bug reports, and feature requests are welcome! Please open an issue or submit a pull request to get involved.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
Enjoy using and contributing to SAFT Web App! If you find this project helpful, please star the repo and share it with others.