A web application for browsing and comparing Ford AsBuilt files.
You can use it HERE
This is an independent project and is not affiliated with, endorsed by, or connected to Ford Motor Company in any way. The term "AsBuilt" is used only to describe the file format being parsed.
This project is licensed under the MIT License - see the LICENSE file for details.
- Install dependencies:
npm install- Start development server:
npm run devTo create a production build:
npm run buildThis will create a dist folder containing the following files:
index.html- The main HTML fileassets/- Contains all the JavaScript and CSS filesindex-[hash].js- Main application codevendor-[hash].js- Third-party dependenciesmui-[hash].js- Material-UI componentsindex-[hash].css- Styles
- Open the
dist/index.htmlfile in a web browser - Click "Select AsBuilt File" to choose a .ab file
- The application will parse and display the AsBuilt data
- View VIN information
- Browse Node data with F-code descriptions
- View BCE modules grouped by prefix
- Display error messages if present
- Sort modules and nodes alphabetically
This project was developed through Vibe coding, including this README file.
