Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@ LINKEDIN_API_KEY="your-linkedin-api-key"
# SEO & Marketing
# ===============================
GOOGLE_SEARCH_CONSOLE_KEY="your-search-console-key"
GOOGLE_SITE_VERIFICATION="your-site-verification-code"

# ===============================
# Research & Trends APIs (for AI agents)
# ===============================
# SerpAPI - Google search for trend research (FREE: 100/month)
# Get at: https://serpapi.com/
SERPAPI_KEY="your-serpapi-key-here"

# NewsAPI - Current events and news research (FREE: 100/day)
# Get at: https://newsapi.org/
NEWS_API_KEY="your-newsapi-key-here"

# ===============================
# Revenue & Monetization
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-showcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
run: |
pnpm build
touch out/.nojekyll
# Copy CNAME for custom domain
cp ../../CNAME out/CNAME || echo "No CNAME file found"
env:
NODE_ENV: production

Expand Down
Loading