Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubriclab/trigger-ai-copy
Improve your landing page copy with AI.
https://github.com/rubriclab/trigger-ai-copy
gpt-4-turbo puppeteer triggerdev
Last synced: 5 days ago
JSON representation
Improve your landing page copy with AI.
- Host: GitHub
- URL: https://github.com/rubriclab/trigger-ai-copy
- Owner: RubricLab
- Created: 2023-09-06T13:39:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T16:55:58.000Z (about 1 year ago)
- Last Synced: 2024-04-13T20:42:58.209Z (7 months ago)
- Topics: gpt-4-turbo, puppeteer, triggerdev
- Language: TypeScript
- Homepage: https://trigger-ai-copy.vercel.app
- Size: 38 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CopyPrettifier by [Trigger.dev](https://trigger.dev)
Welcome to CopyPrettifier! Try it for free [here](https://copyai.rubric.sh).
## Contributing
First, install dependencies and run the development server:
```bash
bun i
bun run dev
```For this step, you may need to [create an account on Trigger.dev](https://cloud.trigger.dev/login?redirectTo=%2F). You can log in with your GitHub account.
To link the **jobs/** directory to [Trigger.dev](https://trigger.dev), clone and populate the **.env** file with your Trigger.dev keys, then run the [Trigger.dev CLI](https://trigger.dev/docs/documentation/guides/cli):
```bash
cp .env.example .env.local
npx @trigger.dev/cli@latest dev
```This may require installing or updating the CLI. When linked, you should see a message like this:
```text
✅ Detected TriggerClient id: jobs-abcd
✅ Found API Key in .env.local file
✅ Created tunnel: abc123.ngrok.app```
Open [localhost:3000](http://localhost:3000) in your browser to see the result.
## Learn More
To learn more about Trigger.dev, see our Getting Started guide!
- [Trigger.dev Documentation](https://trigger.dev/docs/documentation/introduction) - learn about the Trigger.dev platform and SDK.
- [Trigger.dev Next.js quickstart](https://trigger.dev/docs/documentation/quickstarts/nextjs) - the fastest way to learn.You can check out [the Trigger.dev GitHub repository](https://github.com/triggerdotdev/trigger.dev) - your feedback and contributions are welcome!
## Deploy on Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/RubricLab/trigger-ai-copy&env=TRIGGER_API_KEY,TRIGGER_API_URL,NEXT_PUBLIC_CLIENT_TRIGGER_API_KEY,NEXT_PUBLIC_TRIGGER_API_URL,OPENAI_API_KEY&envDescription=Sign%20up%20for%20Trigger.dev%20and%20OpenAI.%20Access%20to%20GPT-4%20is%20recommended.&envLink=https://trigger.dev/&project-name=copy-prettifier&repository-name=copy-prettifier&demo-title=CopyPrettifier&demo-url=https://copyai.rubric.sh)