Skip to content

Commit

Permalink
Pls help, more apps, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmeers committed Jul 27, 2023
1 parent 5ee8360 commit bf8f207
Show file tree
Hide file tree
Showing 37 changed files with 2,360 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,20 @@ Explore these links to learn more about each app's functionality and to see thei
* [Young Readers StoryCraft AI](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Storybooks_Young_Adult_Novels/Young_Readers_StoryCraft_AI)
## Childrens Toys Games

* [Child Toy Ad Copy Builder](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Child_Toy_Ad_Copy_Builder)
* [Childrens Toy Description Generator](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Childrens_Toy_Description_Generator)
* [Childrens Toy Pitch Generator](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Childrens_Toy_Pitch_Generator)
* [Email Campaign AI for Kids Products](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Email_Campaign_AI_for_Kids_Products)
* [Game Manual AI Creator](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Game_Manual_AI_Creator)
* [Kids Toy Assembly Instructions AI](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Kids_Toy_Assembly_Instructions_AI)
* [Toy Concept Industry AI Planner](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Toy_Concept_Industry_AI_Planner)
* [Toy Design Spec Creator Safety Guide](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Toy_Design_Spec_Creator_Safety_Guide)
* [Toy Design Spec Creator Safety Guide](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Toy_Design_Spec_Creator_Safety_Guide)
* [Toy Safety Guidelines Creator](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Childrens_Toys_Games/Toy_Safety_Guidelines_Creator)
## Consulting

* [AI Project Proposal Customizer](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Consulting/AI_Project_Proposal_Customizer)
* [Consultant Client Email AI Composer](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Consulting/Consultant_Client_Email_AI_Composer)
* [Consultant Presentation Planner AI](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Consulting/Consultant_Presentation_Planner_AI)
* [Consultation Updates AI Composer](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Consulting/Consultation_Updates_AI_Composer)
* [Strategy Consult Market Analysis Creator](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Consulting/Strategy_Consult_Market_Analysis_Creator)
* [Strategy Document Creator with Roadmap](https://github.com/hero-page/ai-heroml-apps/blob/main/industries/Consulting/Strategy_Document_Creator_with_Roadmap)
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
# Child Toy Ad Copy Builder

Build persuasive and captivating toy ads with Child Toy Ad Copy Builder. This unique app leverages AI to create impactful ads tailored for children's toys and games. Users can easily input necessary variables to customize engaging ad content detailed with exciting headlines, highlights of the products' unique selling points, educational benefits, age range, enthralling play experience, handsome deals, and an influential call to action. This app blends fun with education, ensuring your ads appeal equally to children and parents. Ads generated by this app are not just about selling but nurturing children's development.

To run this app online: [Child Toy Ad Copy Builder Online](https://hero.page/app/child-toy-ad-copy-builder-engaging-educative-toy-ad-builder/XhP3zJJ2f2Un2mzKpY7i)

[![Run Child Toy Ad Copy Builder Online](/assets/run.svg)](https://hero.page/app/child-toy-ad-copy-builder-engaging-educative-toy-ad-builder/XhP3zJJ2f2Un2mzKpY7i)

To learn more about AI Apps for Product Marketer use-cases in the Children's Toys & Games industry, read [How to Elevate Kids' Toy Marketing with AI-Generated Content](https://hero.page/blog/ai/children's-toys-and-games/how-to-elevate-kids'-toy-marketing-with-ai-generated-content/170808)

### What is HeroML?
HeroML is an AI Prompt Chain/Workflow interpreter for Apps built on https://hero.page

To see other apps, visit the [Hero Apps](https://hero.page/apps) page or explore [AI Apps for all industries](https://hero.page/blog) in the blog section

For more documentation, visit [Hero docs, and learn about AI App Workflows](https://hero.page/tutorials/introduction-to-heroml)

Download [VSCode Syntax Highlighter Ext. here](https://marketplace.visualstudio.com/items?itemName=hero-page.heroml)

## Run with HeroCLI (Requires OpenAI Token)

#### Installation

To install the HeroML CLI tool, you need to have Node.js and npm (comes with Node.js) installed on your machine. If you don't have these, please install them first.

Then, run the following command in your terminal:

```bash
npm install -g heroml
```

This will install the HeroML CLI tool globally on your system, allowing you to use the `hero` command from any directory.

If you don't want to install it globally, you can run:

```bash
npm install heroml
```

and use it like:

```bash
npx hero run ./child_toy_ad_copy_builder.heroml
```

We'll be using `hero run ...` in this tutorial for simplicity.

#### Configuration

Before using the HeroML CLI tool, you need to configure your OpenAI API key.

Create a `heroconfig.json` file in your home directory with the following content:

```json
{
"openaiApiKey": "your-openai-api-key"
}
```

Replace `"your-openai-api-key"` with your actual OpenAI API key.

#### Usage

To run a HeroML script, use the `run` command followed by the path to your script:

```bash
hero run ./child_toy_ad_copy_builder.heroml
```

You can provide initial variable values as command-line options. For example, if your script expects a variable named `number_of_colors`, you can provide its value as follows:

```bash
hero run --number_of_colors 4 ./child_toy_ad_copy_builder.heroml
```

If you do not provide a value for a variable, the HeroML CLI tool will prompt you to enter it interactively.

### Output Options

You can specify the output directory and the filename of the output file using command-line options:

- The `-o` or `--output-dir` option allows you to specify the output directory. By default, it is `./outputs/`.

```bash
hero run --output-dir /custom/output/directory ./child_toy_ad_copy_builder.heroml
```

- The `-f` or `--filename` option allows you to specify the filename of the output file. By default, it is `response_TIMESTAMP.json`.

```bash
hero run --filename custom_filename.json ./child_toy_ad_copy_builder.heroml
```

The CLI tool writes the output to a JSON file in the specified directory. It will print the path of the output file to the console:

```bash
Success! Output written to /custom/output/directory/custom_filename.json
```

Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
Your task is to write an "Ad Copy" for the "Children's Toys & Games" industry, specifically for a "Product Marketer".

Let's start the Ad Copy with an engaging headline that captures the essence of the toy or game: {{toy_or_game}}.

Here's some more context about the Ad Copy:
Toy Or Game: {{toy_or_game}}
Unique Selling Point: {{unique_selling_point}}
Product Features: {{product_features}}
Playing Experience: {{playing_experience}}
Educational Benefits: {{educational_benefits}}
Offers Deals: {{offers_deals}}
Call To Action: {{call_to_action}}

->>>>

We now have a captivating headline for our Ad:

Headline:
{{step_1}}

Next, write an introduction articulating the unique selling point of the toy or game: {{unique_selling_point}}. The introduction should establish the key benefits of the product.

->>>>

Now we have both a headline and an introduction for the Ad.

Headline:
{{step_1}}

Introduction:
{{step_2}}

Moving forward, let's discuss the intricacies of the product, including any notable features or specifications such as age range, safety standards, educational benefits, etc.: {{product_features}}.

->>>>

Now, for the Ad, we have a headline, introduction, and product features:

Headline:
{{step_1}}

Introduction:
{{step_2}}

Product Features:
{{step_3}}

Next, let's include some fun and exciting product descriptions that will stimulate a child's imagination. These descriptions should elaborate on the overall playing experience: {{playing_experience}}.

->>>>

So far, we have the headline, introduction, product features, and the playing experience for the Ad:

Headline:
{{step_1}}

Introduction:
{{step_2}}

Product Features:
{{step_3}}

Playing Experience:
{{step_4}}

Now, let's emphasize how the product can aid in the educational and overall development of a child. We can link the toy or game to skill acquisition or educational benefits where applicable: {{educational_benefits}}.

->>>>

Until now, for the Ad, we have generated the headline, introduction, product features, playing experience, and the educational benefits:

Headline:
{{step_1}}

Introduction:
{{step_2}}

Product Features:
{{step_3}}

Playing Experience:
{{step_4}}

Educational Benefits:
{{step_5}}

Next, highlight any exciting offers, discounts, or deals if any are available: {{offers_deals}}.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"id": "XhP3zJJ2f2Un2mzKpY7i"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
# Children's Toy Description Generator

The Children's Toy Description Generator eclectically blends user input and AI capabilities to create in-depth, customized descriptions for kids' toys. The app considers product attributes, age suitability, safety information, and educational value, then crafts an appealing, engaging narrative that speaks directly to both children and parents. Its distinctiveness lies in generating content that not just highlights the fun of toys but also emphasizes educational and safety factors.

To run this app online: [Children's Toy Description Generator Online](https://hero.page/app/children's-toy-description-generator-customized-engaging-toy-descriptions/ewgcENaxvOQ8IFVyIdfQ)

[![Run Children's Toy Description Generator Online](/assets/run.svg)](https://hero.page/app/children's-toy-description-generator-customized-engaging-toy-descriptions/ewgcENaxvOQ8IFVyIdfQ)

To learn more about AI Apps for Product Marketer use-cases in the Children's Toys & Games industry, read [How to Elevate Kids' Toy Marketing with AI-Generated Content](https://hero.page/blog/ai/children's-toys-and-games/how-to-elevate-kids'-toy-marketing-with-ai-generated-content/170808)

### What is HeroML?
HeroML is an AI Prompt Chain/Workflow interpreter for Apps built on https://hero.page

To see other apps, visit the [Hero Apps](https://hero.page/apps) page or explore [AI Apps for all industries](https://hero.page/blog) in the blog section

For more documentation, visit [Hero docs, and learn about AI App Workflows](https://hero.page/tutorials/introduction-to-heroml)

Download [VSCode Syntax Highlighter Ext. here](https://marketplace.visualstudio.com/items?itemName=hero-page.heroml)

## Run with HeroCLI (Requires OpenAI Token)

#### Installation

To install the HeroML CLI tool, you need to have Node.js and npm (comes with Node.js) installed on your machine. If you don't have these, please install them first.

Then, run the following command in your terminal:

```bash
npm install -g heroml
```

This will install the HeroML CLI tool globally on your system, allowing you to use the `hero` command from any directory.

If you don't want to install it globally, you can run:

```bash
npm install heroml
```

and use it like:

```bash
npx hero run ./childrens_toy_description_generator.heroml
```

We'll be using `hero run ...` in this tutorial for simplicity.

#### Configuration

Before using the HeroML CLI tool, you need to configure your OpenAI API key.

Create a `heroconfig.json` file in your home directory with the following content:

```json
{
"openaiApiKey": "your-openai-api-key"
}
```

Replace `"your-openai-api-key"` with your actual OpenAI API key.

#### Usage

To run a HeroML script, use the `run` command followed by the path to your script:

```bash
hero run ./childrens_toy_description_generator.heroml
```

You can provide initial variable values as command-line options. For example, if your script expects a variable named `number_of_colors`, you can provide its value as follows:

```bash
hero run --number_of_colors 4 ./childrens_toy_description_generator.heroml
```

If you do not provide a value for a variable, the HeroML CLI tool will prompt you to enter it interactively.

### Output Options

You can specify the output directory and the filename of the output file using command-line options:

- The `-o` or `--output-dir` option allows you to specify the output directory. By default, it is `./outputs/`.

```bash
hero run --output-dir /custom/output/directory ./childrens_toy_description_generator.heroml
```

- The `-f` or `--filename` option allows you to specify the filename of the output file. By default, it is `response_TIMESTAMP.json`.

```bash
hero run --filename custom_filename.json ./childrens_toy_description_generator.heroml
```

The CLI tool writes the output to a JSON file in the specified directory. It will print the path of the output file to the console:

```bash
Success! Output written to /custom/output/directory/custom_filename.json
```

Loading

0 comments on commit bf8f207

Please sign in to comment.