probot/docs
Zxilly 26665e66fe
docs: add necessary env suggestion for vercel (#2000)
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
2024-04-10 20:36:21 +00:00
..
README.md docs: Fix previous/next button (#1898) 2023-11-14 07:41:04 +01:00
best-practices.md docs: Fix previous/next button (#1898) 2023-11-14 07:41:04 +01:00
configuration.md feat: v13 (#1874) 2024-01-25 16:03:28 -05:00
deployment.md docs: add necessary env suggestion for vercel (#2000) 2024-04-10 20:36:21 +00:00
development.md feat(run): allow passing `Octokit` and `log` (#1984) 2024-03-12 10:00:08 -07:00
extensions.md docs: Make examples ESM (#1957) 2024-03-08 21:42:11 +01:00
github-api.md docs: Make examples ESM (#1957) 2024-03-08 21:42:11 +01:00
hello-world.md docs: Make examples ESM (#1957) 2024-03-08 21:42:11 +01:00
http.md docs: Make examples ESM (#1957) 2024-03-08 21:42:11 +01:00
logging.md docs: Make examples ESM (#1957) 2024-03-08 21:42:11 +01:00
pagination.md docs: Make examples ESM (#1957) 2024-03-08 21:42:11 +01:00
persistence.md docs: Make examples ESM (#1957) 2024-03-08 21:42:11 +01:00
simulating-webhooks.md feat: v13 (#1874) 2024-01-25 16:03:28 -05:00
testing.md docs: Make examples ESM (#1957) 2024-03-08 21:42:11 +01:00
webhooks.md docs: Make examples ESM (#1957) 2024-03-08 21:42:11 +01:00

README.md

next title layout
hello-world Introduction docs.liquid

Introduction

If you've ever thought, "wouldn't it be cool if GitHub could…"; imma stop you right there. Most features can actually be added via GitHub Apps, which extend GitHub and can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. Apps are first class actors within GitHub.

Probot is a framework for building GitHub Apps in Node.js. It aims to eliminate all the drudgerylike receiving and validating webhooks, and doing authentication handstandsso you can focus on the features you want to build.

Probot apps are easy to write, deploy, and share. Many of the most popular Probot apps are hosted, so there's nothing for you to deploy and manage. Here are just a few examples of things that have been built with Probot:

{% include "docs/examples" %}

Check out the featured apps or browse more examples on GitHub

Ready to get started?