https://github.com/nylas/javascript
Open-sourced web libraries
https://github.com/nylas/javascript
Last synced: 3 months ago
JSON representation
Open-sourced web libraries
- Host: GitHub
- URL: https://github.com/nylas/javascript
- Owner: nylas
- Created: 2025-09-09T16:02:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T15:55:12.000Z (3 months ago)
- Last Synced: 2025-10-07T17:40:52.124Z (3 months ago)
- Language: TypeScript
- Size: 237 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Nylas JavaScript
> Modern, open source JavaScript/TypeScript packages for integrating with the Nylas platform
[](https://opensource.org/licenses/MIT)
[](https://nodejs.org/)
[](https://www.typescriptlang.org/)
## 📦 Packages
This monorepo contains developer-friendly packages for building applications with Nylas APIs. Each package is independently versioned and published to npm.
### [`@nylas/connect`](./packages/nylas-connect/)
Modern, secure OAuth connection library for Nylas APIs.
- **ESM-only**, TypeScript-first, zero runtime dependencies
- Works in modern browsers and Node 22+
- Automatic session, token, and scope management
- Popup and inline OAuth flows
[**📖 Documentation →**](./packages/nylas-connect/README.md)
```bash
npm install @nylas/connect
```
---
## 🛠 Development
This is a monorepo managed with **pnpm workspaces**.
```bash
# Install dependencies
pnpm install
# Build all packages
pnpm build
# Run tests
pnpm test
# Lint code
pnpm lint
```
## 🤝 Contributing
We welcome contributions! Please see our [Contributing Guide](./CONTRIBUTING.md) for details on:
- Setting up your development environment
- Submitting bug reports and feature requests
- Creating pull requests
- Code style and testing guidelines
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
## 🆘 Support
- **📚 Documentation**: [developer.nylas.com](https://developer.nylas.com)
- **💬 Community**: [Forums](https://forums.nylas.com)
- **🐛 Issues**: [GitHub Issues](https://github.com/nylas/web/issues)
---
*Built with ❤️ by the Nylas team and open source contributors.*