ALwrity - AI Digital Marketing Platform. (WIP)
Find a file
ajaysi a7d2ef1c09 feat(podcast): add Get Trending Topics modal to podcast topic input
Frontend Changes:
- Added TrendingTopicsModal with tabs (Interest Chart, Regions, Related Topics, Related Queries)
- Reuses existing TrendsChart component from Research module
- Clickable chips for related topics/queries that populate the topic input
- Added 'Get Trending Topics' green button next to 'Enhance Topic With AI'
- Responsive layout: buttons stack on mobile, side-by-side on desktop
- Wired up modal state in CreateModal
- Backend endpoint and podcastApi method committed in prior push
2026-04-24 20:52:23 +05:30
.github Revert "chore: add dependency update workflow and fix urllib3 version" 2026-04-03 07:50:27 +05:30
.planning fix: PrimaryButton ref warning + research modal close race condition 2026-04-22 08:48:35 +05:30
_session_backup Analyzing your idea with AI... 2026-04-19 13:21:36 +05:30
backend fix(voice-clone): persist clone info in localStorage, auto-merge into project knobs, fix clone ID detection in CreateModal 2026-04-24 20:36:35 +05:30
data/media/podcast_videos/AI_Videos "feat:enhance-podcast-topic-ai" 2026-03-11 19:09:27 +05:30
docs Analyzing your idea with AI... 2026-04-19 13:21:36 +05:30
docs-site Merge PR #468: Add Podcast Maker journey pages for personas 2026-04-07 18:00:24 +05:30
frontend feat(podcast): add Get Trending Topics modal to podcast topic input 2026-04-24 20:52:23 +05:30
ToBeMigrated Analyzing your idea with AI... 2026-04-19 13:21:36 +05:30
.gitignore Analyzing your idea with AI... 2026-04-19 13:21:36 +05:30
add_missing_columns.py Analyzing your idea with AI... 2026-04-19 13:21:36 +05:30
Procfile fix(backend): simplify startup to run uvicorn directly with Render's PORT 2026-04-05 18:40:57 +05:30
README.md Analyzing your idea with AI... 2026-04-19 13:21:36 +05:30
temp_state.md fix: PrimaryButton ref warning + research modal close race condition 2026-04-22 08:48:35 +05:30

Render CLI

Installation

Documentation

Documentation is hosted at https://render.com/docs/cli.

Contributing

To create a new command, use the cmd/template.go template file as a starting point. Reference the CLI Style Guide to learn more about command naming, flags, arguments, and help text conventions.