Skip to content

nylas-samples/quickstart-v3-scheduler-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Scheduler Quickstart

This repository contains two side‑by‑side Next.js samples that integrate Nylas Scheduler using the same, minimal UI:

Both examples are functionally identical and do not share code.

Screenshots

Home

Home

Scheduler Editor

Scheduler Editor

Scheduling Page

Scheduling Page

Getting Started

Each implementation includes its own README with setup steps, routes, and usage notes. Start in the folder you want to run:

  1. App Router
cd app-router
npm install
npm run dev
  1. Pages Router
cd page-router
npm install
npm run dev

Environment variables are read from .env.local (App Router) or .env.development (Pages Router). See each README.

Requirements

  • Node.js 20.x or higher
  • npm or pnpm

License

MIT

About

A quickstart project for Nylas v3 Scheduler for Next.js

Topics

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published