---
original_url: "https://jace.pro/blog/servicenow-open-source-apps-i-found-in-the-wild-on-github/"
format: markdown
ai_optimized: true
---

ServiceNow Open Source Apps I Found in the Wild on GitHub# ServiceNow Open Source Apps I Found in the Wild on GitHub

September 30, 2019 [servicenow](/tags/servicenow/)

  Enable AI AnimationOver the years I have found a lot of useful ServiceNow projects just by stumbling across them on GitHub. Some are full applications, others are a single script include that solves one annoying problem. If you are looking to build something or try something someone else has built, searching GitHub with the right keywords goes a long way.

## [BookNow](#booknow)

A booking and reservation system built on the platform. Useful if you need room booking, equipment checkout, or any resource scheduling.

[https://github.com/joeymart/BookNow](https://github.com/joeymart/BookNow)

## [InterviewNow](#interviewnow)

An applicant tracking system built as a scoped app. Originally a Knowledge 17 hackathon project that turned into something more.

[https://github.com/tdeniston/interviewnow](https://github.com/tdeniston/interviewnow)

## [K19 CCW1547 Lab App](#k19-ccw1547-lab-app)

A lab application from Knowledge 19 created by the ServiceNow events team. Good reference for how official training content is structured.

[https://github.com/ServiceNowEvents/K19-CCW1547-app](https://github.com/ServiceNowEvents/K19-CCW1547-app)

## [Service Portal Widget Library](#service-portal-widget-library)

A collection of reusable Service Portal widgets by Platform Experience. If you build portals, this is worth digging through for patterns and ready-to-use components.

[https://github.com/platform-experience/serviceportal-widget-library](https://github.com/platform-experience/serviceportal-widget-library)

## [SN Google Translate](#sn-google-translate)

A single UI Script that adds Google Translate to your instance. Minimal footprint, does one thing well.

[https://github.com/MBahrSNC/snGoogleTranslate](https://github.com/MBahrSNC/snGoogleTranslate)

## [SN Service Catalog Widget](#sn-service-catalog-widget)

Custom catalog variable widgets by Cody Esmay. Uses macro variables with font-awesome icons for custom-looking checkboxes that still work with client scripts and UI policies.

[https://github.com/codyEsmay/snServiceCatalogWidget](https://github.com/codyEsmay/snServiceCatalogWidget)

## [How to find more](#how-to-find-more)

Searching GitHub for `servicenow`, `service-now`, `snc-`, or `x_snc_` will turn up a lot of open-source ServiceNow projects. Most are shared by consultants and developers who had a problem to solve and decided to share the result. Some of the best finds come from looking at what people present at Knowledge and CreatorCon — the demo apps and lab content are usually on GitHub under the session code.

---
[View this page on GitHub](https://github.com/jacebenson/jace.pro/tree/main/./src/posts/2019/2019-09-30-servicenow-open-source-github-apps.md).

[ServiceNow Open Source Apps I Found in the Wild on GitHub](https://jace.pro/blog/servicenow-open-source-apps-i-found-in-the-wild-on-github/) [Jace Benson](https://jace.pro) ![Jace Benson](https://jace.pro/icon-512x512.png)

---

*This content is from Jace Benson's ServiceNow and tech blog at jace.pro*
*Original post: https://jace.pro/blog/servicenow-open-source-apps-i-found-in-the-wild-on-github/*
