Home

Awesome

<div align="center"> 🌟 A star would be much appreciated! 🌟 </div> <p align="center"> <img src="https://hievents-public.s3.us-west-1.amazonaws.com/website/hi-events-rainbow.png?v=1" alt="Hi.Events Logo" width="200px"> </p> <h3 align="center">Hi.Events</h3> <p align="center"> <a href="https://demo.hi.events/event/1/dog-conf-2030">Demo Event 🌟</a> • <a href="https://hi.events?utm_source=gh-readme">Website 🌎</a> • <a href="https://hi.events/docs">Documentation 📄</a> • <a href="https://hi.events/docs/getting-started?utm_source=gh-readme">Installation ⚙️</a> </p> <h3 align="center"> Open-source event management and ticketing platform. </h3> <div align="center">

Share on AddToAny X (formerly Twitter) Follow <br/> Hi.Events docs License: AGPL v3 GitHub Release Run Unit Tests Docker Pulls

</div> <div align="center"> <a href="https://trendshift.io/repositories/10563" target="_blank"><img src="https://trendshift.io/api/badge/repositories/10563" alt="HiEventsDev%2Fhi.events | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> </div> <hr/> <p align="center" style="text-align: center;"> <a href="README.de.md">Deutsch</a> | <a href="README.pt.md">Português</a> | <a href="README.fr.md">Français</a> | <a href="README.es.md">Español</a> | <a href="README.zh-cn.md">中文 (Zhōngwén)</a> | <a href="README.ja.md">日本語</a> </p> <hr/>

Table of Contents

📚 Introduction

<a href="https://hi.events">Hi.Events</a> 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.

<img alt="Hi.Events self-hosted ticket selling dashboard" src="https://hievents-public.s3.us-west-1.amazonaws.com/website/dashboard-screenshot.png"/>

🌟 Features

<a href="https://hi.events">Hi.Events</a> 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.

<a href="https://www.buymeacoffee.com/hi.events" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a> <br/> or <a href="https://github.com/sponsors/HiEventsDev" target="_blank"> Sponsor on GitHub</a>

📝 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.