Skip to content
/ inmeet Public

Welcome to inMeet! A modern and streamlined meeting scheduling tool inspired by the likes of Calendly. Share your availability, create event types, and let others schedule meetings with you effortlessly! 😎✨

Notifications You must be signed in to change notification settings

baxsm/inmeet

Repository files navigation

🌟 inMeet - Simplify Scheduling! 🌟

Welcome to inMeet! ⏰ A modern and streamlined meeting scheduling tool inspired by the likes of Calendly. Share your availability, create event types, and let others schedule meetings with you effortlessly! 😎✨


🌐 Live Demo 🌐

Experience inMeet in action! πŸŽ‰ Check out the live version of the application:

πŸ”— Live URL: inMeet Live Demo

Feel free to explore, create your own event types, and try scheduling meetings. It's all yours to test! πŸš€


πŸ“– Overview πŸ“–

inMeet allows users to:

  • 🌐 Sign up or log in using Google, GitHub, or custom credentials.
  • πŸ› οΈ Create custom event types tailored to their schedule.
  • πŸ“€ Share a unique URL where others can book meetings with them.
  • πŸ“… Track and manage scheduled meetings in one place.

Say goodbye to the back-and-forth hassles of scheduling meetings! πŸš€


πŸš€ Features πŸš€

βœ”οΈ Multiple Sign-In Options: Sign in using Google, GitHub, or your own credentials. πŸ”‘
βœ”οΈ Custom Event Types: Create event types that match your workflow and preferences. βš™οΈ
βœ”οΈ Shareable Link: Easily share your calendar availability via a unique URL. 🌐
βœ”οΈ Simple Scheduling: Allow others to book meetings with just a couple of clicks. πŸ–±οΈ
βœ”οΈ Elegant UI: Sleek and user-friendly interface designed for ease of use. πŸ–ŒοΈ


πŸ› οΈ Built Using πŸ› οΈ

πŸ”Έ Next.js for modern server-rendered React applications.
πŸ”Έ Supabase for database management and security.
πŸ”Έ NextAuth.js for seamless authentication.
πŸ”Έ Nylas for powerful calendar and email integrations.
πŸ”Έ TailwindCSS for beautiful and responsive styling.
πŸ”Έ And a bunch of other libraries and tools for the best performance and DX! ✨⚑


πŸ”§ Local Setup πŸ”§

Clone the repo and follow these steps to set up inMeet locally:

  1. Clone the Repository:

    git clone https://github.com/baxsm/inmeet.git
    cd inmeet
  2. Install Dependencies:

    npm install --legacy-peer-deps
  3. Set Up Environment Variables:
    Create a .env.local file with the following variables:

    NEXT_PUBLIC_APPLICATION_URL=http://localhost:3000
    AUTH_SECRET=your_auth_secret
    
    AUTH_GITHUB_ID=your_github_client_id
    AUTH_GITHUB_SECRET=your_github_client_secret
    
    AUTH_GOOGLE_ID=your_google_client_id
    AUTH_GOOGLE_SECRET=your_google_client_secret
    
    DATABASE_URL=your_database_url
    DIRECT_URL=your_direct_database_url
    
    NYLAS_API_KEY=your_nylas_api_key
    NYLAS_API_URI=https://api.us.nylas.com
    NYLAS_CLIENT_ID=your_nylas_client_id
    
    UPLOADTHING_TOKEN=your_uploadthing_token
    UPLOADTHING_SECRET=your_uploadthing_secret
    
  4. Run the Development Server:

    npm run dev

    Your app should now be running at http://localhost:3000 πŸŽ‰


🎨 Tech Stack & Libraries 🎨

Frontend πŸ–₯️

  • Next.js
  • React
  • TailwindCSS

Backend πŸ”§

  • Supabase
  • NextAuth.js
  • Prisma

Integrations πŸ”—

  • Nylas for scheduling APIs
  • Uploadthing for file uploads

πŸ“Έ Screenshots πŸ“Έ

Explore the functionality and design of inMeet at a glance! πŸš€

🏠 Landing Page

The clean and minimal homepage welcoming users to the ultimate scheduling experience.
Landing Page


πŸ”‘ Authentication

Seamless login options via Google, GitHub, or custom credentials.
Authentication


πŸ“‹ Dashboard - Overview

Your centralized hub for managing all events and meetings.
Dashboard


βš™οΈ Dashboard - Event Types

Create, customize, and manage different event types based on your needs.
Dashboard - Event Types


πŸ“… Dashboard - Upcoming Meetings

View and track all your scheduled meetings in one convenient location.
Dashboard - Upcoming Meetings


πŸ•’ Dashboard - Your Availability

Set up and manage your availability preferences for event booking.
Dashboard - Your Availability


πŸ•’ Dashboard - Settings

A deeper look at your profile.
Dashboard - Your profile settings


πŸ“† Booking - Select Time

Effortlessly let others choose a time that fits your schedule.
Booking - Select Time


✍️ Booking - Enter Information

Gather essential details like name and email for meeting attendees.
Booking - Enter Name and Email


About

Welcome to inMeet! A modern and streamlined meeting scheduling tool inspired by the likes of Calendly. Share your availability, create event types, and let others schedule meetings with you effortlessly! 😎✨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages