Skip to content

0nlyDevs/HIBENTO

Repository files navigation

HiBento Logo

HiBento

A modern event experience platform with real-time sessions, speaker profiles, and interactive Q&A

What is HiBento?

HiBento is a modern event platform that brings schedules, speakers, and Q&A into one seamless experience. Like a Japanese bento box, it helps you organize your day with a variety of sessions.

Features

Feature Description Technology
Event Management Browse and discover live and upcoming events with rich detail pages Next.js App Router
Session Schedule Multi-track session listings with speaker info, time slots, and live status Prisma + PostgreSQL
Speaker Profiles Dedicated speaker pages with bios, external links, and session lists Server Components
Live Q&A Real-time question submission and upvoting during sessions API Routes
Favorites Bookmark events and sessions for quick access LocalStorage
Video Streaming Embedded video player with live indicator and fullscreen controls Tailwind + Framer Motion
Responsive Nav Adaptive navigation with glassmorphism and mobile burger menu Framer Motion + Tailwind

Quick Start

Installation

  1. Clone with love

    git clone https://github.com/yourusername/hibento.git
    cd hibento
  2. Install dependencies

    npm install
  3. Environment setup

    cp .env.example .env
    # Fill in your environment variables
  4. Generate Prisma client & push schema

    npx prisma generate && npx prisma db push
  5. Start creating magic

    npm run dev

    Open http://localhost:3000 and watch the magic unfold!

Scripts Guide

Script Command Purpose When to Use
npm run dev Development server with Prisma generation Daily development with hot reload
npm run build Production build with Prisma generation Before deployment to Vercel
npm run start Start production server After build to run optimized app

App Preview

App Preview

About

A modern event platform that brings events into one seamless experience.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors