Skip to content

Generates a QR code and forwards the user to the AppStore or Google PlayStore based on their device type

License

Notifications You must be signed in to change notification settings

schech1/AppLinkr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppLinkr

AppLinkr is a simple web application that generates a QR code and forwards users to the appropriate App Store or Google Play Store based on their device type. With AppLinkr, you can easily share your mobile application links and track user interactions.

Demo

Test out AppLinkr at https://demo.applinkr.one

Admin password: applinkr-demo

The database will reset every 24 hours.

Features

  • QR Code Generation: Generate a unique QR code for your app with a simple interface.
  • Device Detection: Automatically redirects users to the appropriate app store based on their device (iOS or Android).
  • Tracking: Monitor user interactions with each QR code, including access count and device type.
  • Admin Panel: View statistics, manage QR codes, and download the database backup.

Roadmap

  • Enhance stats with graphs
  • Improve UI design
  • Individualize QR-codes with frames and embedded images

Hint: If you are interested in contributing to AppLinkr, feel free to do so. It would help me a lot.

Installation (via docker-compose)

version: '3.8'

services:
  applinkr:
    image: schech1/applinkr:latest
    ports:
      - "5001:5001"
    environment:
      PASSWORD: admin
      SERVER_URL: "https://qr.domain.com"
    volumes:
      - ./db:/app/db

Usage

Navigate to your domain, to open the QR-Code-Generator.

Navigate to /admin to access the admin panel. Login with your defined password.

Contributing

Help Wanted

I'm looking for someone with UI/UX-Experience to improve the design of the app. If you are interested to contribute, let me know.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Generates a QR code and forwards the user to the AppStore or Google PlayStore based on their device type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published