Synk is a comprehensive end-to-end corporate event planning platform designed to streamline the event planning process for HR representatives and corporate event planners. With Synk, you can effortlessly build an entire event flow by filling out a simple form, allowing you to easily book travel, accommodation, and activities with just a few clicks.
synk-demo-4k.mp4
Synk also offers AI recommendations for event flows using text embeddings, taking the guesswork out of event planning and ensuring a successful and enjoyable event. By providing a centralized platform for corporate event planning, Synk eliminates the need for messy spreadsheets and long email threads, making the process more efficient and enjoyable.
- Event Flow Creation: Input your requirements and preferences to build a complete event flow.
- Travel, Accommodation, and Activity Booking: Easily book flights, hotels, and activities directly through the platform.
Synk is built with a robust technology stack to ensure a seamless and user-friendly experience:
- The frontend is built with Chakra UI and Next.js for a modern and interactive user interface.
- The backend is powered by Supabase, creating a multitude of junction tables for event_flows to map flights, activities, and hotels.
- The flights and hotels are sourced through Amadeus' enterprise APIs while activities were procured through partnerships with corporate event companies like Spaciously.
To get started with Synk, follow these steps:
- Clone the repository.
- Install NPM packages:
npm install
- Start the server:
npm run dev
- Set up your
.env
. Refer to the.env.example
for its structure. - Open your web browser and visit http://localhost:3000