https://github.com/areid987/aigency-v1.0.0

Aigency. 10x Yourself.

https://github.com/areid987/aigency-v1.0.0

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Aigency. 10x Yourself.

Basic Info
  • Host: GitHub
  • Owner: AReid987
  • Language: TypeScript
  • Default Branch: main
  • Homepage: https://aigency.site
  • Size: 294 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 92
  • Releases: 0
Created about 1 year ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

Turborepo starter

Alt

This Turborepo starter is maintained by the Turborepo core team.

Using this example

Run the following command:

sh npx create-turbo@latest

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • web: another Next.js app
  • @repo/ui: a stub React component library shared by both web and docs applications
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

``` cd my-turborepo

With global turbo installed (recommended)

turbo build

Without global turbo, use your package manager

npx turbo build yarn dlx turbo build pnpm exec turbo build ```

You can build a specific package by using a filter:

```

With global turbo installed (recommended)

turbo build --filter=docs

Without global turbo, use your package manager

npx turbo build --filter=docs yarn exec turbo build --filter=docs pnpm exec turbo build --filter=docs ```

Develop

To develop all apps and packages, run the following command:

``` cd my-turborepo

With global turbo installed (recommended)

turbo dev

Without global turbo, use your package manager

npx turbo dev yarn exec turbo dev pnpm exec turbo dev ```

You can develop a specific package by using a filter:

```

With global turbo installed (recommended)

turbo dev --filter=web

Without global turbo, use your package manager

npx turbo dev --filter=web yarn exec turbo dev --filter=web pnpm exec turbo dev --filter=web ```

Remote Caching

[!TIP] Vercel Remote Cache is free for all plans. Get started today at vercel.com.

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By 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, then enter the following commands:

``` cd my-turborepo

With global turbo installed (recommended)

turbo login

Without global turbo, use your package manager

npx turbo login yarn exec turbo login pnpm exec turbo login ```

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:

```

With global turbo installed (recommended)

turbo link

Without global turbo, use your package manager

npx turbo link yarn exec turbo link pnpm exec turbo link ```

Useful Links

Learn more about the power of Turborepo:

Owner

  • Name: Antonio Reid
  • Login: AReid987
  • Kind: user
  • Location: Austin, Texas

GitHub Events

Total
  • Issues event: 92
  • Issue comment event: 42
  • Push event: 13
  • Pull request event: 11
  • Create event: 10
Last Year
  • Issues event: 92
  • Issue comment event: 42
  • Push event: 13
  • Pull request event: 11
  • Create event: 10

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 79
  • Total pull requests: 8
  • Average time to close issues: about 6 hours
  • Average time to close pull requests: 4 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.06
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 79
  • Bot pull requests: 8
Past Year
  • Issues: 79
  • Pull requests: 8
  • Average time to close issues: about 6 hours
  • Average time to close pull requests: 4 days
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.06
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 79
  • Bot pull requests: 8
Top Authors
Issue Authors
  • mend-bolt-for-github[bot] (79)
Pull Request Authors
  • aikido-autofix[bot] (6)
  • mend-bolt-for-github[bot] (2)
Top Labels
Issue Labels
Mend: dependency security vulnerability (79)
Pull Request Labels

Dependencies

apps/docs/package.json npm
  • @repo/eslint-config workspace:* development
  • @repo/typescript-config workspace:* development
  • @types/node ^22.15.3 development
  • @types/react 19.1.0 development
  • @types/react-dom 19.1.1 development
  • eslint ^9.27.0 development
  • typescript 5.8.2 development
  • @repo/ui workspace:*
  • next ^15.3.0
  • react ^19.1.0
  • react-dom ^19.1.0
apps/extract/package.json npm
apps/web/package.json npm
  • @repo/eslint-config workspace:* development
  • @repo/typescript-config workspace:* development
  • @types/node ^22.15.3 development
  • @types/react 19.1.0 development
  • @types/react-dom 19.1.1 development
  • eslint ^9.27.0 development
  • typescript 5.8.2 development
  • @clerk/nextjs ^6.22.0
  • @clerk/themes ^2.2.50
  • @radix-ui/react-dialog ^1.1.14
  • @radix-ui/react-dropdown-menu ^2.1.15
  • @radix-ui/react-slot ^1.2.3
  • @radix-ui/react-toast ^1.2.14
  • @repo/ui workspace:*
  • @tailwindcss/postcss ^4.1.10
  • class-variance-authority ^0.7.1
  • clsx ^2.1.1
  • framer-motion ^12.18.1
  • lucide-react ^0.453.0
  • next ^15.3.0
  • next-themes ^0.4.6
  • react ^19.1.0
  • react-dom ^19.1.0
  • react-hook-form ^7.58.0
  • tailwind-merge ^2.6.0
  • tailwindcss ^4.1.10
  • tailwindcss-animate ^1.0.7
  • zod ^3.25.67
  • zustand ^5.0.5
package.json npm
  • prettier ^3.5.3 development
  • turbo ^2.5.4 development
  • typescript 5.8.3 development
  • @aigency/web link:/Users/antonioreid/CODE/00_PROJECTS/00_APPS/00_aigency/00_aigency_turbo/apps/web
  • @clerk/clerk-react ^5.32.0
  • @tailwindcss/postcss ^4.1.10
  • axios ^1.10.0
packages/canvas/package.json npm
  • @repo/eslint-config workspace:* development
  • @repo/typescript-config workspace:* development
  • @types/node ^20.10.6 development
  • @types/react ^18.2.46 development
  • @types/react-dom ^18.2.0 development
  • @types/three ^0.158.0 development
  • @vitejs/plugin-react ^4.2.1 development
  • autoprefixer ^10.4.21 development
  • eslint ^8.56.0 development
  • postcss ^8.4.47 development
  • tailwindcss ^3.4.17 development
  • typescript ^5.3.3 development
  • vite ^5.0.12 development
  • @mantine/core ^7.16.0
  • @mantine/hooks ^7.16.0
  • @react-three/drei ^9.117.3
  • @react-three/fiber ^8.17.10
  • axios ^1.6.2
  • clsx ^2.1.0
  • lucide-react ^0.453.0
  • mermaid ^11.4.1
  • react ^18.2.0
  • react-dom ^18.2.0
  • reactflow ^11.11.4
  • tailwind-merge ^2.2.0
  • three ^0.158.0
packages/eslint-config/package.json npm
  • @eslint/js ^9.27.0 development
  • @next/eslint-plugin-next ^15.3.0 development
  • eslint ^9.27.0 development
  • eslint-config-prettier ^10.1.1 development
  • eslint-plugin-only-warn ^1.1.0 development
  • eslint-plugin-react ^7.37.4 development
  • eslint-plugin-react-hooks ^5.2.0 development
  • eslint-plugin-turbo ^2.5.0 development
  • globals ^16.2.0 development
  • typescript ^5.8.2 development
  • typescript-eslint ^8.32.0 development
packages/typescript-config/package.json npm
packages/ui/package.json npm
  • @repo/eslint-config workspace:* development
  • @repo/typescript-config workspace:* development
  • @turbo/gen ^2.5.0 development
  • @types/node ^22.15.3 development
  • @types/react 19.1.0 development
  • @types/react-dom 19.1.1 development
  • eslint ^9.27.0 development
  • typescript 5.8.2 development
  • clsx ^2.1.0
  • react ^19.1.0
  • react-dom ^19.1.0
  • tailwind-merge ^2.2.0
pnpm-lock.yaml npm
  • 291 dependencies
apps/extract/pyproject.toml pypi
  • beautifulsoup4 >=4.12.2
  • httpx >=0.24.1
  • pydantic >=2.4.2
  • python-dotenv >=1.0.0
  • pytube >=15.0.0
  • requests >=2.31.0
  • rich >=13.5.2
  • sqlite-utils >=3.35
  • textual >=0.38.1
  • typer >=0.9.0