Can anybody tell me what this website is using to have that audio database, is it an app ? Or a code

Topic summary

Identifying the technology behind Splice’s seamless audio browsing/preview experience and how to replicate it.

  • Key finding: Audio/media assets appear to be delivered from Cloudinary (splice-res.cloudinary.com), a media management and CDN/streaming service. This suggests Splice uses Cloudinary for hosting/optimizing audio files.

  • Recommended approach: Inspect the site with browser Developer Tools (DevTools), especially the Network tab, to see requests, endpoints, and asset handling. Use a technology profiler like BuiltWith to map detected services and frameworks.

  • Scope note: The implementation does not appear to be Shopify-specific; it’s likely a custom web app integrating Cloudinary or similar services for media delivery.

  • Outcome/status: No definitive “app” or turnkey code was identified. Concrete next steps are to analyze the site via DevTools and BuiltWith and consider Cloudinary (or an equivalent) for audio asset management and streaming. The question remains open without a final solution.

Summarized with AI on December 15. AI used: gpt-5.

Here’s the website https://splice.com/sounds/genres/hip-hop/samples

i’m tryna achieve the same seamless audio database like the one on splice site please if you guys have any idea on how to get there lmk thank you

https://splice-res.cloudinary.com fetching it from cloudinary Streamline media management,

you can inspect it check it out in the browser console network tab

1 Like

Does not seem shopify related.

Use a technology inspection tool like builtwith or browsers devtools

https://builtwith.com/?https%3a%2f%2fsplice.com%2fsounds%2fgenres%2fhip-hop%2fsamples

https://developer.chrome.com/docs/devtools