Search Indexer Generator

Manually generate a search-index.json file by uploading metadata files for your apps.

Tip: Select your project's main `src/app/apps` folder to automatically load all `metadata.json` files and their app IDs.

After downloading, replace the existing `search-index.json` file in your project's `public/` directory.

How to Use Search Indexer Generator

  1. 1

    Add App Name (ID)

    Enter the folder name of your app (e.g., 'age-calculator'). This becomes the unique ID.

  2. 2

    Upload Metadata File

    For each app, upload its corresponding metadata.json file.

  3. 3

    Generate Index

    Once all apps are added, click 'Generate Index'. The tool will process, sort, and create the file.

  4. 4

    Download and Update

    Download the final search-index.json file and place it in the public/ directory of the project.

About Search Indexer Generator

This tool provides a manual way to create the search-index.json file used by the site's search bar. By uploading the metadata.json files from your app directories, you can generate a properly formatted, alphabetized index file. This approach gives you direct control over the index, bypassing the need for a build script and allowing you to verify the index before deploying it.

Related Tags