{"id":27103923,"url":"https://github.com/jsisques/angry-beard-bot","last_synced_at":"2025-04-09T21:17:57.013Z","repository":{"id":286140596,"uuid":"960304411","full_name":"JSisques/angry-beard-bot","owner":"JSisques","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-09T18:36:19.000Z","size":4491,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T21:17:54.203Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://angry-beard-bot-landing.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JSisques.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-04T07:49:44.000Z","updated_at":"2025-04-06T21:20:01.000Z","dependencies_parsed_at":"2025-04-04T15:48:40.447Z","dependency_job_id":null,"html_url":"https://github.com/JSisques/angry-beard-bot","commit_stats":null,"previous_names":["jsisques/angry-beard-bot"],"tags_count":0,"template":false,"template_full_name":"JSisques/saas-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSisques%2Fangry-beard-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSisques%2Fangry-beard-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSisques%2Fangry-beard-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSisques%2Fangry-beard-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JSisques","download_url":"https://codeload.github.com/JSisques/angry-beard-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111973,"owners_count":21049578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-06T17:29:51.438Z","updated_at":"2025-04-09T21:17:56.990Z","avatar_url":"https://github.com/JSisques.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SaaS Boilerplate with Turborepo\n\nThis is a modern SaaS boilerplate built with Turborepo, providing a scalable foundation for building your next SaaS application. It combines the power of Next.js, TypeScript, and other modern technologies to help you launch faster.\n\n## Features\n\n- 🚀 **Modern Stack**: Built with Next.js, TypeScript, and Turborepo\n- 🎨 **Beautiful UI**: Pre-configured with Tailwind CSS and modern UI components\n- 🔒 **Authentication**: Ready-to-use authentication system\n- 💳 **Payments**: Integrated payment processing capabilities\n- 📱 **Responsive**: Mobile-first design approach\n- 🔧 **Developer Experience**: Hot reloading, TypeScript, ESLint, and Prettier\n\n## What's inside?\n\nThis Turborepo includes the following packages/apps:\n\n### Apps and Packages\n\n- `docs`: a [Next.js](https://nextjs.org/) app for documentation\n- `web`: the main [Next.js](https://nextjs.org/) SaaS application\n- `@repo/ui`: a shared React component library with pre-built UI components\n- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\n- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo\n\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### Key Technologies\n\n- [Next.js](https://nextjs.org/) - React framework for production\n- [TypeScript](https://www.typescriptlang.org/) - Static type checking\n- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework\n- [Turborepo](https://turbo.build/) - High-performance build system\n- [ESLint](https://eslint.org/) - Code linting\n- [Prettier](https://prettier.io) - Code formatting\n\n### Utilities\n\nThis Turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n- [Prettier](https://prettier.io) for code formatting\n\n### Build\n\nTo build all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm build\n```\n\n### Develop\n\nTo develop all apps and packages, run the following command:\n\n```\ncd my-turborepo\npnpm dev\n```\n\n### Remote Caching\n\n\u003e [!TIP]\n\u003e Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk\u0026utm_campaign=free_remote_cache).\n\nTurborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.\n\nBy default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands:\n\n```\ncd my-turborepo\nnpx turbo login\n```\n\nThis will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).\n\nNext, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:\n\n```\nnpx turbo link\n```\n\n## Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)\n- [Caching](https://turbo.build/repo/docs/core-concepts/caching)\n- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)\n- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)\n- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)\n- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsisques%2Fangry-beard-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsisques%2Fangry-beard-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsisques%2Fangry-beard-bot/lists"}