A lightweight Express server for hosting Android Digital Asset Links (assetlinks.json), designed for seamless deployment on Vercel.
- π Express Server: Simple and efficient routing.
- π± Android App Links: Serves
/.well-known/assetlinks.jsonfor deep linking verification. - β‘ Bun Runtime: Optimized for speed using the Bun JavaScript runtime.
- βοΈ Vercel Ready: Pre-configured for serverless deployment via
vercel.json.
You'll need Bun installed on your machine.
Clone the repository and install dependencies:
bun installTo start the development server:
bun devThe server will be available at http://localhost:3000. You can verify the asset links at:
http://localhost:3000/.well-known/assetlinks.json
This project is configured to work out-of-the-box with Vercel.
- Install the Vercel CLI:
npm install -g vercel - Run
vercelin the project root to deploy.
index.js: Main server entry point and Express application.assetlinks.json: The Digital Asset Links file used by Android.vercel.json: Vercel deployment configuration.package.json: Project metadata and dependencies.
This project is licensed under the MIT License. See the LICENSE file for details.