https://github.com/jonaylor89/branding.tapped.ai
https://github.com/jonaylor89/branding.tapped.ai
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonaylor89/branding.tapped.ai
- Owner: jonaylor89
- Created: 2023-07-21T19:55:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T19:58:10.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T21:41:51.482Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://branding-tapped-ai.vercel.app
- Size: 59.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO
### Cloud functions
- [_] onTeamCreated
// - [_] pingLlmModel
// - [_] pingSdModel
### Data Layer
- [x] uploading input image
// - [_] call `pingLlmModel()`
// - [_] call `pingSdModel()`
### Domain Layer
- [_] `submitForm()`
- [_] `generateMarketingPlan()`
- [_] `generateBrandingGuidance()`
- [_] `generateSocialMediaBio()`
- [_] `generateAlbumName`
- [_] `generateStagePhotos()`
- [_] `generateAvatarPhotos()`
- [_] `generateAlbumArt()`
### UI Layer
- [x] create_team_form
- [x] team_page
- [x] input image uploader
# Next.js & Cloudinary example app
This example shows how to create an image gallery site using Next.js, [Cloudinary](https://cloudinary.com), and [Tailwind](https://tailwindcss.com).
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example) or view the demo [here](https://nextconf-images.vercel.app/)
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-cloudinary&project-name=nextjs-image-gallery&repository-name=with-cloudinary&env=NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME,CLOUDINARY_API_KEY,CLOUDINARY_API_SECRET,CLOUDINARY_FOLDER&envDescription=API%20Keys%20from%20Cloudinary%20needed%20to%20run%20this%20application.)
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example::
```bash
npx create-next-app --example with-cloudinary nextjs-image-gallery
```
```bash
yarn create next-app --example with-cloudinary nextjs-image-gallery
```
```bash
pnpm create next-app --example with-cloudinary nextjs-image-gallery
```
## References
- Cloudinary API: https://cloudinary.com/documentation/transformation_reference