---
canonical: https://amplience.com/developers/docs/technologies/svelte/
title: Svelte

description: Use the tutorials, sample code and Software Development Kits (SDK) provided here to find out how easy it is to use Amplience with your Svelte development.
audience: Developer
date_published: 2022-07-25
date_modified: 2023-05-17
---

# Svelte

Tutorials, sample code and SDKs to assist your Svelte development.

## Tutorials

- [Get started tutorial](https://amplience.com/developers/docs/start). A Svelte example that demonstrates how use the Content Delivery SDK to retrieve content from the CMS and render it. Uses the example of a simple banner. Find this on GitHub in the [sample code](https://github.com/amplience/amplience-developer-portal-code-examples) repo.

## SDKs

- [Content Delivery SDK](https://github.com/amplience/dc-delivery-sdk-js). A JavaScript SDK that makes it easier to use the Content Delivery API.
- [Visualization SDK](https://github.com/amplience/dc-visualization-sdk). A JavaScript SDK for creating realtime visualisations.

## Sample code

The following examples all use the Svelte framework.

### Extensions

#### Date time picker extension

The date time picker allows users to choose a date and time to be output as a string or a number.

Find it on [GitHub](https://github.com/amplience/dc-extension-date-time-picker).

#### Google Analytics extension

The Google Analytics dashboard extension is an analytics dashboard with events reports for content, editions and slots.

Find the code and configuration details on [GitHub](https://github.com/amplience/dc-extension-ga-dashboard).

#### Kanban extension

The kanban dashboard extension that uses content item statuses to help you visualize content in progress. You can use these dashboard extensions without modification, or use them as the the basis for your own extensions.

Find the code and configuration details on [GitHub](https://github.com/amplience/dc-extension-kanban-board).
