HiEventsDev / Hi.Events

Open-source event management and ticket selling platform. Perfect for concerts, conferences, and everything in between ๐ŸŽŸ๏ธ
https://hi.events
Other
1.89k stars 145 forks source link
attendize-alternative door-management event-check-in event-management event-registration event-ticketing eventbrite-alternative events laravel open-source react self-hosted sell-tickets sell-tickets-online ticket-selling ticketing-system tickettailor-alternative tito-alternative
๐ŸŒŸ A star would be much appreciated! ๐ŸŒŸ

Hi.Events Logo

Hi.Events

Demo Event ๐ŸŒŸ โ€ข Website ๐ŸŒŽ โ€ข Documentation ๐Ÿ“„ โ€ข Installation โš™๏ธ

Open-source event management and ticketing platform.

[![Share on AddToAny](https://img.shields.io/badge/Share%20Hi.Events-blue)](https://www.addtoany.com/share?linkurl=https://github.com/HiEventsDev/hi.events) [![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/HiEventsTickets)](https://x.com/HiEventsTickets)
[![Hi.Events docs](https://img.shields.io/badge/docs-hi.events-blue)](https://hi.events/docs) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://github.com/HiEventsDev/Hi.Events/blob/develop/LICENCE) [![GitHub Release](https://img.shields.io/github/v/release/HiEventsDev/hi.events?include_prereleases)](https://github.com/HiEventsDev/hi.events/releases) [![Run Unit Tests](https://github.com/HiEventsDev/hi.events/actions/workflows/unit-tests.yml/badge.svg?event=push)](https://github.com/HiEventsDev/hi.events/actions/workflows/unit-tests.yml) [![Docker Pulls](https://img.shields.io/docker/pulls/daveearley/hi.events-all-in-one)](https://hub.docker.com/r/daveearley/hi.events-all-in-one)
HiEventsDev%2Fhi.events | Trendshift

Deutsch | Portuguรชs | Franรงais | Espaรฑol | ไธญๆ–‡ (Zhลngwรฉn) | ๆ—ฅๆœฌ่ชž


Table of Contents

๐Ÿ“š Introduction

Hi.Events is a feature-rich, self-hosted event management and ticketing platform. From conferences to club nights, Hi.Events is designed to help you create, manage, and sell tickets for events of all sizes.

Hi.Events self-hosted ticket selling dashboard

๐ŸŒŸ Features

Hi.Events is packed with features to streamline your event management and ticketing:

๐Ÿš€ Getting Started

For detailed installation instructions, please refer to our documentation. For a quick start, follow these steps:

One-Click Deployments

Deploy on DigitalOcean

Deploy to Render

Deploy on Railway

Deploy on Zeabur

๐Ÿณ Quick Start with Docker

[!IMPORTANT]
Please ensure you have Docker and Docker Compose installed on your system. If not, you can download them from the official Docker website: Docker.

  1. Clone the Repository:

    git clone git@github.com:HiEventsDev/hi.events.git
  2. Navigate to the Docker Directory:

    cd hi.events/docker/all-in-one
  3. Generate the APP_KEY and JWT_SECRET

    Generate the keys using the following commands:

    Unix/Linux/MacOS:

    echo base64:$(openssl rand -base64 32)  # For APP_KEY
    openssl rand -base64 32                 # For JWT_SECRET

    Windows: Check the instructions in ./docker/all-in-one/README.md for generating the keys on Windows.

    Add the generated values to the .env file located in ./docker/all-in-one/.env:

  4. Start the Docker Containers:

    docker compose up -d
  5. Create an account:

    Open your browser and navigate to http://localhost:8123/auth/register.

โ„น๏ธ Please refer to the getting started guide for other installation methods, and for setting up a production or local development environment.

๐Ÿ’œ Support Hi.Events

If you find Hi.Events useful, it would be massively appreciated if you made a small donation to help support the project.

Buy Me A Coffee
or Sponsor on GitHub

๐Ÿ“ Change Log

Stay updated with our ongoing improvements and feature additions at our GitHub releases page.

๐Ÿค Contributing

We welcome contributions, suggestions, and bug reports! Before proposing a new feature or extension, please open an issue to discuss it.

โ“ FAQ

Have questions? Our Docs have answers. If you can't find what you're looking for, feel free to reach out to us at hello@hi.events.

๐Ÿ“œ License

Hi.Events is licensed under the terms of the AGPL-3.0 license.

For more licensing information, including commercial licencing options, please visit our licensing page here.