To install dependencies:
bun installCreate a .env file in the root directory with the following variables:
OPENAI_API_KEY=your_openai_api_key
SCRAPINGDOG_API_KEY=your_scrapingdog_api_key
GOOGLE_API_KEY=your_google_api_key
LANGFUSE_PUBLIC_KEY=your_langfuse_public_key
LANGFUSE_SECRET_KEY=your_langfuse_secret_key
LANGFUSE_BASE_URL=your_langfuse_base_urlTo run the main project:
bun run index.tsTo try out the SEO researcher:
bun run @simple-seo-researcher/index.tsThis project was created using bun init in bun v1.0.26. Bun is a fast all-in-one JavaScript runtime.