Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 2 KB

File metadata and controls

59 lines (42 loc) · 2 KB

Trackify Logo

Trackify

A comprehensive link and webhook management platform for developers
Learn more »

GitHub · Issues

About the Project

Trackify is a professional suite designed to centralize and manage shortened links and webhook endpoints. Built with Next.js and Prisma, it provides a secure environment for developers to orchestrate their application assets with real-time tracking and granular analytics.

Why Trackify

Modern applications often require multiple shortened URLs and webhook listeners. Trackify simplifies this complexity by providing a unified dashboard to monitor performance and manage lifecycle events efficiently.

  • Unified Management: Oversee applications, links, and webhooks from a single interface.
  • Analytics: Gain insights into click rates, device information, and geographic location data.
  • Developer First: Built with TypeScript, Prisma, and Redis for a robust and type-safe developer experience.
  • Security: Integrated authentication and API key management for secure asset access.

Getting Started

To set up Trackify locally, follow these steps:

  1. Clone the repository and install dependencies:
git clone https://github.com/Lymore01/trackify-dev
pnpm install
  1. Configure your environment variables in a .env file (refer to .env.example).
  2. Push the database schema to your provider:
pnpm prisma db push
  1. Run the development server:
pnpm run dev

Contribution

Trackify is open source. If you would like to contribute, please fork the repository and use a feature branch. Pull requests are strictly welcomed.

License

This project is licensed under the MIT License.