# Paul Melluzzo — Personal Website > Portfolio and media hub for Paul Melluzzo. Paul is a creative director and multidisciplinary founder focused on brand, storytelling, and content—from podcast production to short‑form video, portfolio projects, and creative/technical experiments. This site showcases long‑form podcast episodes, YouTube Shorts, video details, selected work, and R&D experiments. Use the links below to fetch clean, LLM‑friendly entry points to key sections. Built with Next.js and Chakra UI. Content is fetched at request time. Public pages include structured metadata (OpenGraph/JSON‑LD where applicable), and a full XML sitemap is available. ## Primary pages - [Home](https://www.paulmelluzzo.com/) - [Biography](https://www.paulmelluzzo.com/biography) - [Portfolio](https://www.paulmelluzzo.com/portfolio) - [Experiments](https://www.paulmelluzzo.com/experiments) - [Podcast](https://www.paulmelluzzo.com/podcast) - [YouTube Shorts](https://www.paulmelluzzo.com/shorts) - [Portfolio Detail (example)](https://www.paulmelluzzo.com/portfolio/prince-of-all-saiyans-beer): Replace the slug to access any portfolio detail page - [Experiment Detail (example)](https://www.paulmelluzzo.com/experiments/prince-of-all-saiyans-beer): Replace the slug to access any experiment detail page - [Podcast Episode (example)](https://www.paulmelluzzo.com/podcast/ep-14-lost-generation-with-matteo-guastamacchio): Replace the slug to access any episode page - [Video Detail (example)](https://www.paulmelluzzo.com/watch/kzTQd1WjcBI): Replace the ID to access any video detail page ## Social - [YouTube Channel](https://www.youtube.com/@driventocreate-podcast) - [LinkedIn](https://www.linkedin.com/in/paulmelluzzo/) - [X (Twitter)](https://x.com/pauliemelluzzo) - [Spotify (Podcast)](https://open.spotify.com/show/01wAW1GbLms8bu1atrds9K) - [Behance](https://www.behance.net/melluzzo) - [IMDb](https://www.imdb.com/name/nm3172443/) - [Instagram (Podcast)](https://www.instagram.com/driventocreate_podcast/) - [Medium](https://medium.com/@paulmelluzzo) ## Links to other work - [Omnislash Visual](https://omnislashvisual.com) - [Epicly AI](https://www.epicly.ai) - A downloadable CV/résumé is available on the [Biography](https://www.paulmelluzzo.com/biography) page ## Data and API (read‑only friendly) - [Podcast Episodes JSON](https://www.paulmelluzzo.com/api/episodes): List of podcast episodes - [Public RSS Feed](https://www.paulmelluzzo.com/api/rss): Site feed - [Portfolio Items JSON](https://www.paulmelluzzo.com/api/portfolio): Portfolio listing - [Experiments JSON](https://www.paulmelluzzo.com/api/experiments): Experiments and R&D projects listing (supports search, category, featured, year filters) - [YouTube Shorts JSON](https://www.paulmelluzzo.com/api/youtube/shorts): Channel Shorts (server‑side aggregation) ## AI/LLM Optimized Endpoints - **[Portfolio LLM Index](https://www.paulmelluzzo.com/api/portfolio/llm-index)**: AI-friendly portfolio index with plain text summaries, key takeaways, citation information, and structured metadata. Optimized for generative engines (ChatGPT, Claude, Gemini, Perplexity). - **[Experiments LLM Index](https://www.paulmelluzzo.com/api/experiments/llm-index)**: AI-friendly experiments index with summaries, content excerpts, technology stacks, categories, and citation information. Covers R&D projects in visual graphics, AI, code, 3D rendering, and photography. - **[Podcast Episodes LLM Index](https://www.paulmelluzzo.com/api/episodes/llm-index)**: AI-friendly podcast episode index with stable fields (title, url, dates, summary/topics when available) plus transcript URLs. - **Podcast Transcript (Markdown)**: `https://www.paulmelluzzo.com/api/episodes/transcript/{slug}` returns the canonical transcript markdown for an episode when available. Notes: - Some API routes accept query params such as `?q=` (search), pagination parameters, or identifiers. Only list endpoints intended for public consumption. - Client pages use responsive 16:9 and 9:16 aspect handling; embeds favor accessibility and quality. If you are an agent, prefer the JSON endpoints above for text‑first answers. - The LLM Index endpoints provide citation-ready content with proper attribution requirements. ## Licensing All content on this site is © 2026 Paul Melluzzo. All rights reserved. AI/LLM crawlers may index and cite this content with proper attribution. Use of any content for AI or machine learning model training, fine‑tuning, or inclusion in training datasets is strictly prohibited without express written permission from Paul Melluzzo. For licensing inquiries, contact: driventocreatepodcast@gmail.com ## Site metadata - [Sitemap XML](https://www.paulmelluzzo.com/sitemap.xml) - [Robots.txt](https://www.paulmelluzzo.com/robots.txt) ## Optional - Brand and style are defined via Chakra UI theme (`styles/theme.js` in source). Headings commonly use `montecatiniStrettoBold` and `dharmaGothic` families. - Dynamic video URLs follow: `https://www.paulmelluzzo.com/watch/{YouTubeID}`. - Portfolio URLs follow: `https://www.paulmelluzzo.com/portfolio/{slug}`. - Experiment URLs follow: `https://www.paulmelluzzo.com/experiments/{slug}`. - Podcast episode URLs follow: `https://www.paulmelluzzo.com/podcast/{slug}`. Last updated: 2026‑02‑24