github.com

Podverse

Website: https://github.com/mdwelsh/podverse

github.com
Pricing plans

Detailed pricing plans are not available yet for this tool.

Detailed overview
Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert mdwelsh / podverse Public Notifications You must be signed in to change notification settings Fork 4 Star 8 mainBranchesTagsGo to fileCodeOpen more actions menuFolders and filesNameNameLast commit messageLast commit dateLatest commit History249 Commits249 Commits.yarn/releases.yarn/releases  packagespackages  supabasesupabase  .gitignore.gitignore  .prettierignore.prettierignore  .yarnrc.yml.yarnrc.yml  LICENSELICENSE  README.mdREADME.md  package.jsonpackage.json  supabase-schema.sqlsupabase-schema.sql  turbo.jsonturbo.json  yarn.lockyarn.lock  View all filesRepository files navigationPodverse - AI Superpowers for Podcasts Podverse is a web app that brings AI superpowers to podcasts. This project is meant as a demonstration of a full-stack webapp that leverages AI capabilities. Features Import a podcast by providing its RSS feed URL Automatic transcript generation using Deepgram Automatic AI-generated diarization and speaker identification Automatic AI-generated episode summaries LLM-powered chatbot with RAG Full-text search against podcast transcripts, metadata, and summaries Architecture Podverse is an entirely serverless architecture. It is built using Next.js and can be deployed using Vercel. It uses TailwindCSS for styling and ShadCN for UI components. It uses the following services: Supabase as the back-end database Clerk for authentication Inngest for background data processing Deepgram for transcript generation OpenAI models for LLMs Stripe for billing Mailgun for sending emails Installation Ensure you have npm and yarn installed. Clone this repo Run: yarn to install all package dependencies Environment setup These instructions assume you will be deploying to Vercel. This is not strictly necessary but will simplify configuration. Create a Vercel project for your deployment. Add the Supabase and Inngest integrations to your Vercel project. This should add the various environment variables needed for Supabase, Inngest, and Postgres. Create an OpenAI API key and add it as the environment variable OPENAI_API_KEY in your Vercel project's environment variables. Create a Deepgram API key and add it as the environment variable DEEPGRAM_API_KEY in your Vercel project's environment variables. Also add the key identifier as DEEPGRAM_API_KEY_IDENTIFIER. Create a Clerk API key and add the environment variables CLERK_SECRET_KEY and NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY to your Vercel project. Create a Mailgun API key and add the environment variables MAILGUN_DOMAIN and MAILGUN_API_KEY to your Vercel project. Optionally, if you want to enable billing, you can set up a Stripe account, and set the environment variables NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY, STRIPE_SECRET_KEY, and STRIPE_WEBHOOK_SECRET. Supabase setup The file supabase-schema.sql contains a dump of the Supabase schema for Podverse, generated using supabase db dump. Once you have initialized your Supabase project, you can restore it using: $ psql -h YOUR_SUPABASE_DB_HOST -U YOUR_DB_USER -d YOUR_DB_NAME -f supabase-schema.sql Local development For local development, you will need to create the file packages/webapp/.env.local containing the following values. SUPABASE_URL= SUPABASE_API_KEY= SUPABASE_SERVICE_ROLE_KEY= NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_ANON_KEY= DEEPGRAM_API_KEY= DEEPGRAM_API_KEY_IDENTIFIER= INNGEST_EVENT_KEY= INNGEST_SIGN_KEY= OPENAI_API_KEY= STRIPE_SECRET_KEY= NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY= CLERK_SECRET_KEY= NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= You can run the service locally using: $ yarn workspace webapp dev Note that background processing tasks (e.g., ingesting a new podcast) are executed using Inngest. For this to work locally, you need to run the Inngest dev server locally as well, which can be done with: $ npx inngest-cli@latest dev Help, support, and questions Please file an issue if you have any problems or need help! About podverse-webapp-zeta.vercel.app Resources Readme License Apache-2.0 license Uh oh! There was an error while loading. Please reload this page. Activity Stars 8 stars Watchers 1 watching Forks 4 forks Report repository Releases No releases published Packages 0 Uh oh! There was an error while loading. Please reload this page. Contributors 1 mdwelsh Matt Welsh Languages TypeScript 87.1% PLpgSQL 11.3% Other 1.6% You can’t perform that action at this time. --- Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert Try the Copilot-powered platform We get it, there's a lot you can do with GitHub. That’s why we've packed all of it into a single risk-free trial that includes GitHub Enterprise, Copilot, and Advanced Security. Start free for 30 days Free The basics for individuals and organizations $ 0 USD per user/month $ 0 USD per month forever Join for free Unlimited public/private repositories Host open source projects in public GitHub repositories, accessible via web or command line. Public repositories are accessible to anyone at GitHub.com. Uh oh! There was an error while loading. Please reload this page. Dependabot security and version updates Keep projects secure by automatically opening pull requests to update vulnerable dependencies and keep them up to date. Uh oh! There was an error while loading. Please reload this page. 2,000 CI/CD minutes/month Free for public repositories Use execution minutes with GitHub Actions to automate your software development workflows. Write tasks and combine them to build, test, and deploy any code project on GitHub. Uh oh! There was an error while loading. Please reload this page. 500MB of Packages storage Free for public repositories Host your own software packages or use them as dependencies in other projects. Both private and public hosting available. Uh oh! There was an error while loading. Please reload this page. Issues & Projects Give your developers flexible features for project management that adapts to any team, project, and workflow — all alongside your code. Uh oh! There was an error while loading. Please reload this page. Community support Get help with most of your GitHub questions and issues in our Community Forum. Uh oh! There was an error while loading. Please reload this page. Featured add-ons GitHub Copilot Access With GitHub Copilot, get suggestions for whole lines or entire functions—right inside your editor. Uh oh! There was an error while loading. Please reload this page. GitHub Codespaces Access With GitHub Codespaces, get an instant dev environment in the cloud, so you can code anywhere on any device. Uh oh! There was an error while loading. Please reload this page. Show features Most popular Team Advanced collaboration for individuals and organizations $ 4 USD per user/month $ 4 USD per user/month for the first 12 months* Continue with Team Everything included in Free, plus... Access to GitHub Codespaces Blazing fast cloud developer environments with flexible compute and pre-configured containers, developers can code, collaborate, and debug from any browser. Pay only for what you use with compute fees starting at $0.18/hr and storage fees at $0.07/GB per month. Uh oh! There was an error while loading. Please reload this page. Repository rules Enforce restrictions on how code branches and tags are merged across your organization, including requiring reviews by selected collaborators, or allowing only specific contributors to work on a particular branch. Uh oh! There was an error while loading. Please reload this page. Multiple reviewers in pull requests Assign multiple users or a team to review a pull request. Uh oh! There was an error while loading. Please reload this page. Draft pull requests Easily discuss and collaborate on pull requests before submitting to formal review. Uh oh! There was an error while loading. Please reload this page. Code owners Automatically request reviews—or require approval—by selected contributors when changes are made to sections of code that they own. Uh oh! There was an error while loading. Please reload this page. Required reviewers Ensure that pull requests have a specific number of approving reviews before collaborators can make changes to a protected branch. Uh oh! There was an error while loading. Please reload this page. Pages and Wikis Host documentation and simple websites for your project in a wiki format that contributors can easily edit either on the web or command line. Uh oh! There was an error while loading. Please reload this page. Environment deployment branches and secrets A job cannot access secrets that are defined in an environment unless it is running on the specified branch. Uh oh! There was an error while loading. Please reload this page. 3,000 CI/CD minutes/month Free for public repositories Use execution minutes with GitHub Actions to automate your software development workflows. Write tasks and combine them to build, test, and deploy any code project on GitHub. Uh oh! There was an error while loading. Please reload this page. 2GB of Packages storage Free for public repositories Host your own software packages or use them as dependencies in other projects. Both private and public hosting available. Uh oh! There was an error while loading. Please reload this page. Web-based support GitHub Support can help you troubleshoot issues you run into while using GitHub. Uh oh! There was an error while loading. Please reload this page. Featured add-ons GitHub Secret Protection Ensure your secrets stay secure. Mitigate risk associated with exposed secrets in your repositories, while preventing new leaks before they happen with push protection. Uh oh! There was an error while loading. Please reload this page. GitHub Code Security Find and fix vulnerabilities in your code before they reach production. Prioritize your Dependabot alerts with automated triage rules. Uh oh! There was an error while loading. Please reload this page. Show features Recommended Enterprise Security, compliance, and flexible deployment Starting at $ 21 USD per user/month $ 21 USD per user/month for the first 12 months* Start a free trial Contact Sales Everything included in Team, plus... Data residency GitHub Enterprise Cloud offers a multi-tenant enterprise SaaS solution on Microsoft Azure, allowing you to choose a regional cloud deployment for data residency, so your in-scope data is stored at rest in a designated location. Start a free 30 day trial today or contact our sales team for more information. Uh oh! There was an error while loading. Please reload this page. Enterprise Managed Users Own and control the user accounts of your enterprise members through your identity provider (IdP). Uh oh! There was an error while loading. Please reload this page. User provisioning through SCIM Automatically invite members to join your organization when you grant access on your IdP. If you remove a member's access to your GitHub organization on your SAML IdP, the member will be automatically removed from the GitHub organization. Uh oh! There was an error while loading. Please reload this page. Enterprise Account to centrally manage multiple organizations GitHub Enterprise Cloud includes the option to create an enterprise account, which enables collaboration between multiple organizations, gives administrators a single point of visibility and management and brings license cost savings for identical users in multiple organizations. Uh oh! There was an error while loading. Please reload this page. Environment protection rules When a workflow job references an environment, the job won't start until all of the environment's protection rules pass. Uh oh! There was an error while loading. Please reload this page. Repository rules Enforce branch and tag protections, as well as push rules across your enterprise. Rule insights allow you to assess impact of rules before and during enforcement. Uh oh! There was an error while loading. Please reload this page. Audit Log API As a GitHub Enterprise Cloud organization administrator, you can now access log events using our GraphQL API and monitor the activity in your organization. Uh oh! There was an error while loading. Please reload this page. SOC1, SOC2, type 2 reports annually GitHub offers AICPA System and Organization Controls (SOC) 1 Type 2 and SOC 2 Type 2 reports with IAASB International Standards on Assurance Engagements, ISAE 3000, and ISAE 3402. Uh oh! There was an error while loading. Please reload this page. FedRAMP Tailored Authority to Operate (ATO) Government users can host projects on GitHub Enterprise Cloud with the confidence that our platform meets the low impact software-as-a-service (SaaS) baseline of security standards set by our U.S. federal government partners. Uh oh! There was an error while loading. Please reload this page. SAML single sign-on Use an identity provider to manage the identities of GitHub users and applications. Uh oh! There was an error while loading. Please reload this page. Advanced auditing Quickly review the actions performed by members of your organization. Keep copies of audit log data to ensure secure IP and maintain compliance for your organization. Uh oh! There was an error while loading. Please reload this page. GitHub Connect Share features and workflows between your GitHub Enterprise Server instance and GitHub Enterprise Cloud. Uh oh! There was an error while loading. Please reload this page. 50,000 CI/CD minutes/month Free for public repositories Use execution minutes with GitHub Actions to automate your software development workflows. Write tasks and combine them to build, test, and deploy any code project on GitHub. Uh oh! There was an error while loading. Please reload this page. 50GB of Packages storage Free for public repositories Host your own software packages or use them as dependencies in other projects. Both private and public hosting available. Uh oh! There was an error while loading. Please reload this page. Exclusive add-on Premium support With Premium, get a 30-minute SLA on Urgent tickets and 24/7 web and phone support via callback request. With Premium Plus, get everything in Premium, assigned Customer Reliability Engineer and more. Learn more about Premium Support Uh oh! There was an error while loading. Please reload this page. Show features Additional add-ons GitHub Copilot Get started for free with up to 2,000 completions and 50 chat requests per month. Compare plans New GitHub Models Bring industry-leading AI into your workflow, securely, scalably, and with full developer control. Learn more GitHub Advanced Security Gain peace of mind with our security, privacy, and responsible AI policies. Learn more GitHub Codespaces Starting at $0.18 per hour of compute and $0.07 per GB of storage. Learn more Premium support Get expert help for Enterprise Cloud and Enterprise—any hour your team needs it. Learn more Git Large File Storage $5 per month for 50 GB bandwidth and 50 GB of storage. Learn more Compare all features “GitHub is the world’s mono repository, so sharing our open source there is natural.” — Martin Andersen, VP of Engineering, Trustpilot Read the case study “GitHub Advanced Security is there for every pull request and excels compared to other static analysis tools we have used.” — Dimosthenis Kaponis, CTO, Netdata Read the case study “GitHub keeps us up to speed with the industry’s best tools. We want new hires to know GitHub is in our toolchain—it makes them excited to join us.” — Spencer Kaiser, Principal Architect of Emerging Tech, American Airlines Read the case study “This collaborative way of building software is unstoppable. It isn’t going away—and GitHub has its place in that. We can make the whole company rethink how they build software.” — Ingo Sauerzapf, SAP Cloud Development Tools Manager Read the case study “People know what a pull request is because it’s how they contribute to open source projects. We have many developers who are well-versed with GitHub, either for personal development or previous roles. With GitHub Enterprise, no one has to relearn the wheel.” — Laurent Ploix, Product Manager, Spotify Read the case study “I have seen some truly revolutionary actions happen in communities on GitHub. People are collaborating on code but they’re also having foundational conversations on best practices and how software, as a whole, is built. More and more, GitHub is an internet archive. It’s a deeply social and critical piece of our infrastructure.” — Michael Glukhovsky, Developer, Stripe Read the case study “When we started talking about code reuse, we felt like we already had the perfect platform in place: GitHub.” — Timothy Carmean, Software Processes and Tools Supervisor, Ford Read the case study “Using GitHub Enterprise Cloud removes the burden of managing infrastructure, and we don’t need to worry about the availability of our versioning code, source code and versioning tools. It lets us focus on what’s important for our business, and that’s our customers.” — Victor Gomes, Infosec Tech Manager, Nubank Read the case study Compare features Features on team Switch plans Select a plan to review its features Free Team Enterprise Features Free Team Enterprise Pricing $0 USD per user/month $0 USD per user/month $4 USD per user/month $4 USD per user/month $21 USD per user/month $21 USD per user/month How to get started Join for free Continue with Team Start a free trial Contact Sales Code management Public repositories Unlimited Unlimited Unlimited Host open source projects in public GitHub repositories, accessible via web or command line. Public repositories are accessible to anyone at GitHub.com. Uh oh! There was an error while loading. Please reload this page. Unlimited Unlimited Unlimited Private repositories Unlimited Unlimited Unlimited Host code in private GitHub repositories, accessible via appliance, web, and command line. Private repositories are only accessible to you and people you share them with. Uh oh! There was an error while loading. Please reload this page. Unlimited Unlimited Unlimited Code workflow GitHub Codespaces $0 spend limitWith policies and controls Ability to increase spend limit Ability to increase spend limit Spin up fully configured dev environments in the cloud with the power of your favorite editor. A "core hour" denotes compute usage. On a 2-core machine, you would get 60 hours free. On a 4-core machine, you would get 30 hours free, etc. Free hours are assigned to personal accounts, rather than free organizations. Uh oh! There was an error while loading. Please reload this page. $0 spend limitWith policies and controls Ability to increase spend limit Ability to increase spend limit GitHub Actions 2,000 minutes/month Free for public repositories 3,000 minutes/month Free for public repositories 50,000 minutes/month Free for public repositories Use execution minutes with GitHub Actions to automate your software development workflows. Write tasks and combine them to build, test, and deploy any code project on GitHub. Minutes are free for public repositories.Learn more about billing Uh oh! There was an error while loading. Please reload this page. 2,000 minutes/month Free for public repositories 3,000 minutes/month Free for public repositories 50,000 minutes/month Free for public repositories GitHub Packages 500 MB Free for public repositories 2GB Free for public repositories 50GB Free for public repositories Host your own software packages or use them as dependencies in other projects. Both private and public hosting available. Packages are free for public repositories. Uh oh! There was an error while loading. Please reload this page. 500 MB Free for public repositories 2GB Free for public repositories 50GB Free for public repositories Code reviews Review new code, see visual code changes, and confidently merge code changes with automated status checks. Uh oh! There was an error while loading. Please reload this page. Pull requests Allow contributors to easily notify you of changes they've pushed to a repository – with access limited to the contributors you specify. Easily merge changes you accept. Uh oh! There was an error while loading. Please reload this page. Repository rules Public repositories Enforce restrictions on how code branches are merged, including requiring reviews by selected collaborators, or allowing only specific contributors to work on a particular branch. Uh oh! There was an error while loading. Please reload this page. Public repositories Code owners Public repositories Automatically request reviews – or require approval – by selected contributors when changes are made to sections of code that they own. Uh oh! There was an error while loading. Please reload this page. Public repositories Draft pull requests Public repositories Easily discuss and collaborate on pull requests before submitting to formal review. Uh oh! There was an error while loading. Please reload this page. Public repositories Multiple pull request assignees Public repositories Assign more than one person to a pull request. Uh oh! There was an error while loading. Please reload this page. Public repositories Repository insights Public repositories See data about activity and contributions within your repositories, including trends. You can use this data to improve collaboration and make development faster and more effective. Uh oh! There was an error while loading. Please reload this page. Public repositories Scheduled reminders Public repositories Send scheduled messages to you or your team listing open pull requests. Uh oh! There was an error while loading. Please reload this page. Public repositories Automatic code review assignment Public repositories Automatically assign code reviews to members of your team based on one of two algorithms. Uh oh! There was an error while loading. Please reload this page. Public repositories Environment protection rules Public repositories Public repositories When a workflow job references an environment, the job won't start until all of the environment's protection rules pass. Uh oh! There was an error while loading. Please reload this page. Public repositories Public repositories Environment deployment branches and secrets Public repositories A job cannot access secrets that are defined in an environment unless it is running on the specified branch. Uh oh! There was an error while loading. Please reload this page. Public repositories Collaboration Collaborators for public repositories Unlimited Unlimited Unlimited Invite any GitHub member, or all GitHub members, to work with you on code in a public repository you control – including making changes and opening issues. Uh oh! There was an error while loading. Please reload this page. Unlimited Unlimited Unlimited Collaborators for private repositories Unlimited $4 per user/month $21 per user/month Invite any GitHub member, or all GitHub members, to work with you on code in a private repository you control – including making changes and opening issues. Uh oh! There was an error while loading. Please reload this page. Unlimited $4 per user/month $21 per user/month Issues Track bugs, enhancements, and other requests, prioritize work, and communicate with stakeholders as changes are proposed and merged. Uh oh! There was an error while loading. Please reload this page. Projects Visualize and manage issues and pull requests across tables, boards, and roadmaps with custom fields and views that you can arrange to suit your workflow. Uh oh! There was an error while loading. Please reload this page. Milestones Track progress on groups of issues or pull requests in a repository, and map groups to overall project goals. Uh oh! There was an error while loading. Please reload this page. Organization and team management Manage access to projects on a team-by-team, or individual user, basis. Uh oh! There was an error while loading. Please reload this page. Pages and wikis Public repositories Host documentation and simple websites for your project in a wiki format that contributors can easily edit either on the web or command line. Uh oh! There was an error while loading. Please reload this page. Public repositories Multiple issue assignees Public repositories Assign more than one person to an issue. Uh oh! There was an error while loading. Please reload this page. Public repositories GitHub Secret Protection Push protection Public repositories Prevent secret exposures by proactively blocking secrets before they reach your code. Uh oh! There was an error while loading. Please reload this page. Public repositories Secret scanning Public repositories Detect and manage exposed secrets across git history, pull requests, issues, and wikis. Uh oh! There was an error while loading. Please reload this page. Public repositories Provider patterns Public repositories GitHub collaborates with AWS, Azure, and Google Cloud to detect secrets with high accuracy. This minimizes false positives, letting you focus on what matters. Uh oh! There was an error while loading. Please reload this page. Public repositories Provider notification Public repositories Public repositories Public repositories Providers get real-time alerts when their tokens appear in public code, enabling them to notify, quarantine, or revoke secrets. Uh oh! There was an error while loading. Please reload this page. Public repositories Public repositories Public repositories Validity checks Prioritize active secrets with validity checks for provider patterns. Uh oh! There was an error while loading. Please reload this page. Copilot secret scanning Use AI to detect unstructured like passwords—without the noise. Uh oh! There was an error while loading. Please reload this page. Generic patterns Detect tokens from unknown providers, including HTTP authentication headers, connection strings, and private keys. Uh oh! There was an error while loading. Please reload this page. Custom patterns Create your own patterns and find organization-specific secrets. Uh oh! There was an error while loading. Please reload this page. Push protection bypass controls Manage who can bypass push protection and when. Uh oh! There was an error while loading. Please reload this page. Insights in security overview Understand how risk is distributed across your organization with security metrics and insight dashboards. Uh oh! There was an error while loading. Please reload this page. Scan history API Review how and when GitHub scans your repositories for secrets. Uh oh! There was an error while loading. Please reload this page. Code Security Copilot Autofix Public repositories Powered by GitHub Copilot, generate automatic fixes for 90% of alert types in JavaScript, Typescript, Java, and Python. Uh oh! There was an error while loading. Please reload this page. Public repositories Third party extensibility for code scanning alerts Public repositories Centralize your findings across all your scanning tools via SARIF upload to GitHub. Uh oh! There was an error while loading. Please reload this page. Public repositories Contextual vulnerability intelligence and advice Public repositories Quickly remediate with context provided by Copilot Autofix. Uh oh! There was an error while loading. Please reload this page. Public repositories CodeQL Public repositories Uncover vulnerabilities in your code with our industry-leading semantic code analysis. Uh oh! There was an error while loading. Please reload this page. Public repositories Security campaigns Reduce security debt and burn down your security backlog with security campaigns. Uh oh! There was an error while loading. Please reload this page. Dependency graph Get a clear view of your project’s dependencies with a summary of manifest, lock files, and submitted dependencies via the API. Uh oh! There was an error while loading. Please reload this page. Dependency review action Catch insecure dependencies before adding them and get insights on licenses, dependents, and age. Uh oh! There was an error while loading. Please reload this page. Dependabot custom auto-triage rules Define alert-centric policies to control how Dependabot handles alerts and pull requests. Uh oh! There was an error while loading. Please reload this page. Dependabot security updates with grouped updates Automated pull requests that batch dependency updates for known vulnerabilities. Uh oh! There was an error while loading. Please reload this page. Dependabot version updates Automated pull requests that keep your dependencies up to date. Uh oh! There was an error while loading. Please reload this page. Insights in security overview Get a clear view of risk distribution with security metrics and dashboards. Uh oh! There was an error while loading. Please reload this page. Platform security and compliance Repository rules Public repositories Enforce consistent code standards, security, and compliance across branches and tags. Uh oh! There was an error while loading. Please reload this page. Public repositories SBOMs Export a software bill of materials (SBOM) for your repository. Uh oh! There was an error while loading. Please reload this page. Artifact attestations Public repositories Public repositories Ensure unfalsifiable provenance and integrity for your software. Uh oh! There was an error while loading. Please reload this page. Public repositories Public repositories GitHub Security Advisories Uh oh! There was an error while loading. Please reload this page. Role-based access control Define users' level of access to your code, data and settings. Uh oh! There was an error while loading. Please reload this page. Required 2FA Use an extra layer of security with two factor authentication (2FA) when logging into GitHub. Uh oh! There was an error while loading. Please reload this page. Audit log Quickly review the actions performed by members of your organization. Uh oh! There was an error while loading. Please reload this page. Audit log API Keep copies of audit log data to ensure secure IP and maintain compliance for your organization. Uh oh! There was an error while loading. Please reload this page. GitHub Connect Share features and workflows between your GitHub Enterprise Server instance and GitHub Enterprise Cloud. Uh oh! There was an error while loading. Please reload this page. SAML single sign-on (SSO) Use an identity provider to manage the identities of GitHub users and applications. Uh oh! There was an error while loading. Please reload this page. LDAP Access GitHub Enterprise Server using your existing accounts and centrally manage repository access. Uh oh! There was an error while loading. Please reload this page. IP allow list Enterprise Cloud Limit access to known allowed IP addresses. Uh oh! There was an error while loading. Please reload this page. Enterprise Cloud Marketplace and integrations GitHub Apps Unlimited Unlimited Unlimited Install apps that integrate directly with GitHub's API to improve development workflows – or build your own for private use or publication in the GitHub Marketplace. Uh oh! There was an error while loading. Please reload this page. Unlimited Unlimited Unlimited Status checks Define tests that GitHub automatically runs against code being committed to your repository, and get details about failures and what is causing them. Uh oh! There was an error while loading. Please reload this page. Pre-receive hooks Enterprise Server Create requirements for automatically accepting or rejecting a push based on the contents of the push. Uh oh! There was an error while loading. Please reload this page. Enterprise Server Support and deployment Community Support Get help with most of your GitHub questions and issues in our Community Forum. Uh oh! There was an error while loading. Please reload this page. Standard Support GitHub Support can help you troubleshoot issues you run into while using GitHub. Get support via the web. Uh oh! There was an error while loading. Please reload this page. Premium and Premium Plus Support Available With Premium, get a 30-minute SLA on Urgent tickets and 24/7 web and phone support via callback request. With Premium Plus, get everything in Premium, assigned Customer Reliability Engineer and more. Learn more about Premium Support Uh oh! There was an error while loading. Please reload this page. Available Invoice billing Pay bills via invoice, rather than using your credit card. Uh oh! There was an error while loading. Please reload this page. Self-hosted deployment Enterprise Server Self-hosted GitHub for on-prem appliances or self-managed cloud tenants. Uh oh! There was an error while loading. Please reload this page. Enterprise Server Data residency Enterprise Cloud Multi-tenant enterprise SaaS solution on Microsoft Azure, allowing you to choose a regional cloud deployment for data residency, so your in-scope data is stored at rest in a designated location. This is available in the EU and Australia with additional regions coming soon. Contact our sales team to learn more. Uh oh! There was an error while loading. Please reload this page. Enterprise Cloud We love people who are changing the world Open source teams If you manage multiple contributors, there’s a free option. We also run GitHub Sponsors, where we help fund your work. Learn more Students and teachers We’ve partnered with industry leaders to give students and teachers free access to the best developer tools—for the school year and beyond. Learn more Nonprofits Work for a government-recognized nonprofit, association, or 501(c)(3)? Get a discounted Organization on us. Learn more You can’t perform that action at this time. --- Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert The tools you need to build what you wantExperience AI with Copilot ChatLearn moreThe latest GitHub previewsLearn more/features Flex - Collaborative Coding - River BreakoutInnovate faster with seamless collaboration.See the changes you care about.Build community around your code.GitHub CodespacesSpin up fully configured dev environments in the cloud with the full power of your favorite editor. Learn moreGitHub CopilotGet suggestions for whole lines of code or entire functions right inside your editor.Learn morePull requestsReceive notifications of contributor changes to a repository, with specified access limits, and seamlessly merge accepted updates.Learn moreDiscussionsDedicated space for your community to come together, ask and answer questions, and have open-ended conversations.Learn moreCode search & code viewRapidly search, navigate, and understand code right from GitHub.com with our powerful new tools. Learn moreCode reviewReview new code, visualize changes, and merge confidently with automated status checks. Learn moreDraft pull requestsCollaborate and discuss changes without a formal review or the risk of unwanted merges. Learn moreProtected branchesEnforce branch merge restrictions by requiring reviews or limiting access to specific contributors. Learn more/features Flex - Automation and CI/CD - River BreakoutAutomate everything: CI/CD, testing, planning, project management, issue labeling, approvals, onboarding, and moreStandardize and scale best practices, security, and compliance across your organization.Get started quickly with thousands of actions from partners and the community.GitHub ActionsAutomate your software workflows by writing tasks and combining them to build, test, and deploy faster from GitHub. Learn moreGitHub PackagesHost your own software packages or use them as dependencies in other projects, with both private and public hosting available. Learn moreAPIsCreate calls to get all the data and events you need within GitHub, and automatically kick off and advance your software workflows. Learn moreGitHub MarketplaceLeverage thousands of actions and applications from our community to help build, improve, and accelerate your workflows. Learn moreWebhooksDozens of events and a webhooks API help you integrate with and automate work for your repository, organization, or application. Learn moreGitHub-hosted runnersMove automation to the cloud with on-demand Linux, macOS, Windows, ARM, and GPU environments for your workflow runs, all hosted by GitHub. Learn moreSelf-hosted runnersGain more environments and fuller control with labels, groups, and policies to manage runs on your own machines, plus an open source runner application. Learn moreWorkflow visualizationMap workflows, track their progression in real time, understand complex workflows, and communicate status with the rest of the team. Learn moreWorkflow templatesStandardize and scale best practices and processes with preconfigured workflow templates shared across your organization. Learn moreApplication security where found means fixed. Powered by GitHub Copilot Autofix.Application security where found means fixed. Powered by GitHub Copilot Autofix.Explore GitHub Advanced SecurityPrevent, find, and fix application vulnerabilities and leaked secrets. Target historical alerts to reduce security debt at scale.Built into the GitHub platform that developers know and love. Code scanningFind vulnerabilities in your code with CodeQL, GitHub’s industry-leading semantic code analysis. Prevent new vulnerabilities from being introduced by scanning every pull request. Learn moreGitHub Copilot AutofixPowered by GitHub Copilot, generate automatic fixes for 90% of alert types in JavaScript, TypeScript, Java, and Python. Quickly remediate with contextual vulnerability intelligence and advice. Learn moreSecurity campaignsSolve your backlog of application security debt with security campaigns that target and generate autofixes for up to 1,000 alerts at a time, rapidly reducing the risk of vulnerabilities and zero-day attacks. Learn moreSecret scanningDetect exposed secrets in your public and private repositories, and revoke them to secure access to your services. Learn moreGitHub Copilot secret scanningAdditional AI capabilities to detect elusive secrets like passwords. Learn moreDependency graphView the packages your project relies on, the repositories that depend on them, and any vulnerabilities detected in their dependencies. Learn moreDependabot alertsReceive alerts when new vulnerabilities affect your repositories, with GitHub detecting and notifying you of vulnerable dependencies in both public and private repositories. Learn moreDependabot security and version updatesKeep your code secure by automatically opening pull requests that update vulnerable or out-of-date dependencies. Learn moreDependency reviewAssess the security impact of new dependencies in pull requests before merging.Learn moreGitHub security advisoriesPrivately report, discuss, fix, and publish information about security vulnerabilities found in open source repositories.Learn morePrivate vulnerability reportingEnable your public repository to privately receive vulnerability reports from the community and collaborate on solutions. Learn moreGitHub Advisory DatabaseBrowse or search GitHub's database of known vulnerabilities, featuring curated CVEs and security advisories linked to the GitHub dependency graph.Learn moreAccess GitHub anywhere: On Desktop, Mobile, and Command Line.Access GitHub anywhere: On Desktop, Mobile, and Command Line.Accessible anywhere. Use GitHub on macOS, Windows, mobile, or tablet with native apps. Efficient management. Handle pull requests, issues, and tasks swiftly with GitHub CLI or mobile. Streamlined development. Visualize and commit changes easily with GitHub Desktop. GitHub MobileTake your projects, ideas, and code to go with fully native mobile and tablet experiences. Learn moreGitHub CLIManage issues and pull requests from the terminal, where you're already working with Git and your code.Learn moreGitHub DesktopSimplify your development workflow with a GUI to visualize, commit, and push changes—no command line needed.Learn moreKeep feature requests, bugs, and more organized.Keep feature requests, bugs, and more organized.Coordinate initiatives big and small with project tables, boards, and task lists. Engineered for software teams. Track what you deliver down to the commit. GitHub ProjectsCreate a customized view of your issues and pull requests to plan and track your work. Learn moreGitHub IssuesTrack bugs, enhancements, and other requests, prioritize work, and communicate with stakeholders as changes are proposed and merged. Learn moreMilestonesTrack progress on groups of issues or pull requests in a repository, and map groups to overall project goals. Learn moreCharts and insightsLeverage insights to visualize your projects by creating and sharing charts built from your project's data. Learn moreOrg dependency insightsView vulnerabilities, licenses, and other important information for the open source projects your organization depends on. Learn moreRepository insightsUse data about activity, trends, and contributions within your repositories, to make data-driven improvements to your development cycle. Learn moreWikisHost project documentation in a wiki within your repository, allowing contributors to easily edit it on the web or locally. Learn moreSimplify access and permissions management across your projects and teams.Simplify access and permissions management across your projects and teams.Update permissions, add new users as you grow, and assign everyone the exact permissions they need. Sync with Okta and Entra ID. OrganizationsCreate groups of user accounts that own repositories and manage access on a team-by-team or individual user basis. Learn moreTeamsOrganize your members to mirror your company's structure, with cascading access to permissions and mentions. Learn moreTeam syncEnable team synchronization between your identity provider and your organization on GitHub, including Entra ID and Okta. Learn moreCustom rolesDefine users' access level to your code, data, and settings based on their role in your organization. Learn moreCustom repository rolesEnsure members have only the permissions they need by creating custom roles with fine-grained permission settings. Learn moreDomain verificationVerify your organization's identity on GitHub and display that verification through a profile badge. Learn moreCompliance reportsTake care of your security assessment and certification needs by accessing GitHub’s cloud compliance reports, such as our SOC reports and Cloud Security Alliance CAIQ self-assessments (CSA CAIQ). Learn moreAudit logQuickly review the actions performed by members of your organization. Monitor access, permission changes, user changes, and other events. Learn moreRepository rulesEnhance your organization's security with scalable source code protections, and use rule insights to easily review how and why code changes occurred in your repositories. Learn moreEnterprise accountsRequires GitHub EnterpriseEnable collaboration between your organization and GitHub environments with a single point of visibility and management via an enterprise account. Learn moreGitHub ConnectRequires GitHub EnterpriseShare features and workflows between your GitHub Enterprise Server instance and GitHub Enterprise Cloud. Learn moreSAMLRequires GitHub EnterpriseSecurely control access to organization resources like repositories, issues, and pull requests with SAML, while allowing users to authenticate with their GitHub usernames. Learn moreLDAPRequires GitHub EnterpriseCentralize repository management. LDAP is one of the most common protocols used to integrate third-party software with large company user directories. Learn moreEnterprise Managed UsersRequires GitHub EnterpriseManage the lifecycle and authentication of users on GitHub Enterprise Cloud from your identity provider (IdP). Learn moreBring your own identity provider for Enterprise Managed UsersRequires GitHub EnterpriseUse the SSO and SCIM providers of your choice for Enterprise Managed Users, separate from one another, for a more flexible approach to user lifecycle management. Learn moreCommunity GitHub SponsorsFinancially support the open source projects your code depends on. Sponsor a contributor, maintainer, or project with one time or recurring contributions. Learn moreGitHub SkillsLearn new skills by completing tasks and projects directly within GitHub, guided by our friendly bot. Learn moreElectronWrite cross-platform desktop applications using JavaScript, HTML, and CSS with the Electron framework, based on Node.js and Chromium. Learn moreEducationGitHub Education is a commitment to bringing tech and open source collaboration to students and educators across the globe. Learn moreReady to get started?Explore all the plans to find the solution that fits your needs.View pricing plansContact sales You can’t perform that action at this time. --- Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert GitHub Partner ProgramBuilding stronger solutions togetherStrengthen your market position, boost differentiation, and get access to specialist guidance across Technology, Service & Channel, Startups, and Education.Explore Partner ProgramsElevate your brandEnhance your credibility, gain industry recognition, and expand your market visibility by co-branding and messaging with GitHub.Sharpen your skillsetLeverage powerful training and enablement resources to earn certifications that differentiate you from the competition.Optimize your solutionsEngage GitHub experts and resources to refine, test, and improve performance.Why partner with GitHub?Partner with GitHub to open doors, accelerate delivery, and win together.Technology PartnersBuild innovative integrations and reach 100M+ developers.Learn more about Technology PartnersServices & Channel PartnersScale your business, expand customer reach, and unlock co-selling opportunities.Learn more about Services & Channel PartnersStartup PartnersGrow your portfolio with GitHub’s secure, AI-powered platform.Learn more about Startup PartnersEducation PartnersEmpower learners and educators with GitHub tools.Learn more about Education Partners“GitHub’s partner program gave us resources to reach new markets and build stronger solutions. Their AI leadership transformed how we build software. Being named Partner of the Year is a testament to this collaboration—and we’re just getting started.Marcel de VriesGlobal Managing Director & CTO at XebiaReady to grow with GitHub?Join a global community of innovators to build better together today.Explore Partner Programs You can’t perform that action at this time.