laiive is what will save you from being at home scrolling for the rest of your life. laiive is where you find the perfect life event for you, and if you are an artist or a promoter is the way to make people know you are doing something. If you want to do something now, friday evening, saturday morning... Just ask, Laiive will help you to find what you are looking for outside of the screen.
laiive links the broken connection between events and public[^*]
laiive was born to connect small events with people close to them, laiive does not focus on big musical events as many platforms are, laiive works on the human and community scale where small music events live.
laiive was born as an AI cultural agenda, with the AI hype and AI competition without the AI Safety layer laiive has become a subversive way of using AI, it tries to steal attention from the main digital platforms and bring it back to real world social meetings. laiive positions itself as an ethical AI app helping to develop a balanced digital-physical culture before the intermediate layer in our digital comunication becomes too powerful.
laiive is a catalyst of a worldwide demand that is actually unattended. laiive connects thousands of daily live events and millions of people are not going to them because they don't know they exist. Solving this gap may have a direct positive outcome, and many indirect ones, the most interesting one for our point of view, and because of the times that we are facing, is that laiive can enhance community strengths around physical cultural events, historically relevant focal points of resistance to authoritarianism.
a simple and accessible UI is the public view of laiive, easy to publish an event, easy to find an event.
The backbone of laiive, an agent-based retrieval system with high accuracy on retrievals from the Neo4j knowledge graph database. The retriever uses an orchestrator pattern with specialized tools.
Currently supports session-based queries. User ID preferences support planned for future phases.
Multimodal event ingestion service that receives submissions (text/image/audio), runs router + extraction + guardrails + HITL (Human-In-The-Loop) validation. The system takes care of reliability and data quality through automated validation and human review workflows.
Internet search service for complementary data feed. The tool will help the main data source (promoters publications) as the system transitions based on geographic penetration.
laiive deals with ephemeral data, data that still doesn't exist. laiive is a systemic platform that generates dynamic processes, it grows in inertia when users use it and promoters do too. Neo4j graph database is the heart of this dynamics and stores all the system knowledge, enabling natural relationship queries between events, artists, venues, and users.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
-
Open the devcontainer: (instructions for VScode/Cursor)
# From the root directory code . # Then click "Reopen in Container" when prompted
alternatively Ctrl+shift+P "DevContainer: Rebuild and reopen in Container"
-
Navigate to desired service directory and install dependencies (once inside the devcontainer):
cd services/<service-name> uv sync # Install Python dependencies using uv
alternatively use the Makefile command
make deps
-
The containers start automatically, but to run the actual services:
make run-dev # Start frontend and backend services -
Open localhost:3001 and localhost:8001 to check or use the services ports. (they are maped from port 3000 to port 3001 and from port 8000 to port 8001 in the devcontainer)
- Go to the root directory and run:
make up-prod



