chs
Build fast, media-tech sites

with CHSCDN Plugins

Powerful, fast and efficient solution for building media-tech websites with ease. Designed to simplify development, it provides a collection of pre-written CSS and JavaScript files tailored for boundless integration. With a focus on speed and usability, CHSCDN eliminates the need for complex configurations, offering a ready-to-use foundation for responsive and interactive designs.

Quick Start
View CDN Document
chs
Image Standards
Provides predefined CSS and JS codes to standardize image usage, ensuring optimal size, orientation, borders, and consistency across websites.
CHSCDN Connector
Simplifies CHSAPI integration, enabling direct API calls without coding. It handles requests, responses, errors, and communicates with CHSWeb for support.
Video Tailor
Offers prebuilt CSS and JS for video and iframes, ensuring global standards. It includes controls, sizing, borders, loading, and playback functions for media integration.

Get started any way you want

Jump right into building with meida-tech use the CDN plug, install it via package
manager to download the source code.

Read installation docs

Install via package manager

Install CHSCDN's Python and JavaScript files via npm, pip, curl, or wget. These package-managed downloads provide quick access to prebuilt assets without additional documentation or build scripts. Package managed installs don't include documentation or our full build scripts. You can also use any demo from our Examples to quickly jumpstart media-tech projects.

pip install https://chscdn.vercel.app/install/pip/chscdn
curl -o ./chscdn/v1.zip "https://chscdn.vercel.app/download/zip/v1" && unzip -o ./chscdn/v1.zip -d ./chscdn/ && rm ./chscdn/v1.zip

Read our installation docs for more info and additional package managers

Include via CDN

When you need to include CHSCDN's compiled CSS or JS, you can use our CDN for boundless integration. Get started quickly with our simple setup or explore examples to enhance your project. You can also load specific scripts as needed for better control.

<link href="https://chscdn.vercel.app/cdn/v1/css/chscdn.min.css" rel="stylesheet" crossorigin="anonymous"/>
<script src="https://chscdn.vercel.app/cdn/v1/js/chscdn.js" crossorigin="anonymous"></script>

Build and extend in real-time with Boilerplates

CHSCDN gives you the power to start your media tech projects easily with our pre-coded templates. Use our HTML boilerplate or React hookup template or Node modules to start right away—no coding necessary, simply ctrl+c and ctrl+v. Our API makes integration easy, enabling you to call functions without a hitch and get image data as a string. With a large number of utility functions, you can line-up your development flow line by line. Further, our pre-made CSS is extremely customizable, letting you reframe and rewrite it to your project requirements.

Learn more about Templets

Using HTML Templates

Leverage our pre-built HTML templates to structure your projects efficiently. These templates provide a solid foundation, eliminating the need for repetitive coding. Simply integrate them into your workflow and customize as needed.

<span class='token attr-name'><span class='token punctuation'>&lt;</span>!doctype html<span class='token punctuation'>&gt;</span></span>
<span class='token tag'><span class='token punctuation'>&lt;</span>html</span> <span class='token attr-name'>lang=</span><span class='token attr-value'>'en'</span><span class='token tag'><span class='token punctuation'>&gt;</span></span>
<span class='token tag'><span class='token punctuation'>&lt;</span>head<span class='token punctuation'>&gt;</span></span>
	<span class='c'><span class='token punctuation'>&lt;</span>!-- Required meta tags --<span class='token punctuation'>&gt;</span></span>
	<span class='token tag'><span class='token punctuation'>&lt;</span>meta</span> <span class='token attr-name'>charset=</span><span class='token attr-value'>'UTF-8'</span><span class='token tag'>/<span class='token punctuation'>&gt;</span></span>
	<span class='token tag'><span class='token punctuation'>&lt;</span>meta</span> <span class='token attr-name'>name=</span><span class='token attr-value'>'viewport'</span> <span class='token attr-name'>content=</span><span class='token attr-value'>'width=device-width, initial-scale=1'</span><span class='token tag'>/<span class='token punctuation'>&gt;</span></span>
	<span class='c'><span class='token punctuation'>&lt;</span>!-- CHSCDN CSS --<span class='token punctuation'>&gt;</span></span>
	<span class='token tag'><span class='token punctuation'>&lt;</span>link</span> <span class='token attr-name'>rel=</span><span class='token attr-value'>'stylesheet'</span> <span class='token attr-name'>href=</span><span class='token attr-value'>'https://chscdn.vercel.app/cdn/v1/css/chscdn.min.css'</span> <span class='token attr-name'>crossorigin=</span><span class='token attr-value'>'anonymous'</span><span class='token tag'>/<span class='token punctuation'>&gt;</span></span>
	<span class='token tag'><span class='token punctuation'>&lt;</span>title <span class='token attr-name'>version=</span><span class='token attr-value'>'1.0'</span><span class='token punctuation'>&gt;</span></span>document<span class='token tag'><span class='token punctuation'>&lt;</span>/title<span class='token punctuation'>&gt;</span></span>
<span class='token tag'><span class='token punctuation'>&lt;</span>/head<span class='token punctuation'>&gt;</span></span>
<span class='token tag'><span class='token punctuation'>&lt;</span>style<span class='token punctuation'>&gt;</span></span>
	<span class='c'>/* Write your css code here */</span>
<span class='token tag'><span class='token punctuation'>&lt;</span>/style<span class='token punctuation'>&gt;</span></span>
<span class='token tag'><span class='token punctuation'>&lt;</span>body<span class='token punctuation'>&gt;</span></span>
	<span class='c'><span class='token punctuation'>&lt;</span>!-- Write your website code here --<span class='token punctuation'>&gt;</span></span>
<span class='token tag'><span class='token punctuation'>&lt;</span>/body<span class='token punctuation'>&gt;</span></span>
<span class='token tag'><span class='token punctuation'>&lt;</span>script </span><span class='token attr-name'>src=</span><span class='token attr-value'>'https://chscdn.vercel.app/cdn/v1/js/chscdn.js'</span><span class='token tag'><span class='token punctuation'>&gt;</span><span class='token punctuation'>&lt;</span>/script<span class='token punctuation'>&gt;</span></span>
<span class='token tag'><span class='token punctuation'>&lt;</span>script<span class='token punctuation'>&gt;</span></span>
	<span class='c'>// Write your js code here </span>
<span class='token tag'><span class='token punctuation'>&lt;</span>/script<span class='token punctuation'>&gt;</span></span>
<span class='token tag'><span class='token punctuation'>&lt;</span>/html<span class='token punctuation'>&gt;</span></span>

Import via React Hookups

Easily integrate our pre-built React hookup templates to streamline your development process. Simply import the necessary components and modify the provided variables to match your project's needs.

// Import chscdn using npm at first//n
import@ g|React|n from@ s'react'n;
import@ s'chscdn/style.css 'n;
import@ { s|chscdn |n } from@ s'chscdn/script'n; // Importing from the package //n 

const@ f|App |n = () => {
	// Create an instance of the chscdn class //n
	const@ s|cdnInstance|n = new@ g|chscdn|n();
	/*....

	use that pre-buid code as you want

	....*/
	return@ (
		<>
		</>
	);
};

export@ default@ f|App|n;

Components, meet the CHS API

New to CHSCDN, our CHSAPI integration is made for hassle-free implementation in frontend as well as backend applications. We've developed it with a strong feature set that simplifies calling and working with the CHS API like never before. It includes built-in response handlers, error handling, and adaptable utility functions to ease your workflow. Whether you're working with requests, processing responses, or integrating custom API interactions, CHSCDN gives you a smooth and efficient experience.

Learn more about CHSAPI

Shout for DeepFake Detection

CHS API provides a robust deepfake detection tool, integration through CHSCDN being as easy as it can be. Pre-built functions and modules ensure calling the API and processing responses are as smooth as possible. Apart from deepfake detection, such utilities extend to other CHS API functionality, providing a robust and effective experience.

// Connect the CHSCDN plugin//n
// Create an instance of the CHSCDN class//n
let@ s|chscdn |n = new@ g|CHSCDN|n();

// Define the local image path//n
let@ s|image|n = s'C:/Users/Pictures/example.png'n;

// Convert the local image to a base64 string//n
let@ s|base64_image|n = await@ s|chscdn|n.f|image2base64|n(s|image|n); // Alternative: image_to_base64//n

// Set up API parameters//n
let@ s|api_value|n = { s|task:|n s'deepfake detect'n, s|media|n: s|base64_image|n };

// Receive the API response//n
let@ s|response|n = await@ s|chscdn|n.f|APICaller|n(s|api_value|n);

// Check for errors from the user side//n
if@(s|chscdn|n.f|error_detect|n(s|response|n, s'mute'n)){
	console@|.error(s'Error occurred while calling CHS API!'n);
}else@{
	// Display the result in the developer console//n
	console@|.log(s|response|n?.s|result|n?.s|class |n);
}

Responce JSON

CHSCDN manages CHS API responses effectively, returning only the real results and errors transparently. With native response handling, it guarantees your system receives clean, structured data or well-formed error messages for seamless integration.

{
	<span class='token attr-name'>&quot;metadata&quot;</span>: {
		<span class='token attr-name'>&quot;version&quot;</span>: <span class='token attr-value'>&quot;1.0.0&quot;</span>,
		<span class='token attr-name'>&quot;request_id&quot;</span>: <span class='token attr-value'>&quot;Public Key&quot;</span>,
		<span class='token attr-name'>&quot;header&quot;</span>: {
			<span class='token attr-name'>&quot;Content-Type&quot;</span>: <span class='token attr-value'>&quot;application/json&quot;</span>
		},
		<span class='token attr-name'>&quot;processing_time&quot;</span>: <span class='token attr-value'>&quot;1s&quot;</span>,
		<span class='token attr-name'>&quot;timestamp&quot;</span>: <span class='token attr-value'>&quot;2025-04-02 19:48:12&quot;</span>
	},
	<span class='token attr-name'>&quot;network&quot;</span>: {
		<span class='token attr-name'>&quot;url&quot;</span>: <span class='token attr-value'>&quot;https://chsapi.vercel.app/api/&quot;</span>,
		<span class='token attr-name'>&quot;kernel&quot;</span>: <span class='token attr-value'>&quot;inphant api&quot;</span>,
		<span class='token attr-name'>&quot;provider&quot;</span>: <span class='token attr-value'>&quot;chsapi&quot;</span>
	},
	<span class='token attr-name'>&quot;result&quot;</span>: {
		<span class='token attr-name'>&quot;class&quot;</span>: <span class='token attr-value'>&quot;Real&quot;</span>, 
		<span class='token attr-name'>&quot;accuracy&quot;</span>: <span class='token attr-value'>96.8</span>
	},
	<span class='token attr-name'>&quot;source&quot;</span>: <span class='token attr-value'>&quot;WHITE LOTUS Community&quot;</span>,
	<span class='token attr-name'>&quot;status&quot;</span>: {
		<span class='token attr-name'>&quot;code&quot;</span>: <span class='token attr-value'>200</span>,
		<span class='token attr-name'>&quot;message&quot;</span>: <span class='token attr-value'>&quot;Media processed successfully&quot;</span>
	}
}

Traffic Analysis Monthly updated

Graph

Popular Service

Populization data depend on Traffic
Pie
    Web Standards
    Lorem ipsum, dolor sit amet consectetur adipisicing elit. Magni laudantium cumque ex doloribus earum tempore rerum pariatur sapiente veniam saepe?
    Dynamic Connecttion
    Lorem ipsum, dolor sit amet consectetur adipisicing elit. Magni laudantium cumque ex doloribus earum tempore rerum pariatur sapiente veniam saepe?
    Lorem ipsum, dolor sit
    Lorem ipsum, dolor sit amet consectetur adipisicing elit. Magni laudantium cumque ex doloribus earum tempore rerum pariatur sapiente veniam saepe?