Component Library 🧩

Supercharge your Sitefinity toolbox with our collection of high-performance widgets, NativeScript plugins, and ServiceStack templates

Free Components

Sitefinity Widgets

Tabstrip

Drag-Drop widgets into a native Bootstrap or Kendo tabstrip. The only tabstrip component available for Sitefinity that allows hosting of any content

Html Content Block

Enter your content in a full-screen instance of VSCode in the browser, nothing to install, with intellisense and syntax highlighting. No content parsing, this thing is fast.

Markdown Editor

Enter content as markdown, get a live preview to the right as you enter it. Nothing is cleaner than markdown, definitely not wysiwyg editors which bloat markup.

Page Title

Drop on the top of a page to pull in the title automatically, or edit to change. Template is global so you can easily restyle site-wide without editing 1000 content blocks.

Google Maps

Drag-Drop google map widget, with just about every option configurable in the designer

Widget Finder

Ever wanted to know which pages contain which widgets (even layouts)... then this is your jam.

Explore More Features

Powerful extension methods and utilities that supercharge your Sitefinity development workflow

Content Extensions

// Get content tags easily
var tags = content.GetTags();

// Get featured image
var image = content.GetImage();

// Get live version
var live = content.Live();

Query Extensions

// Get master version
var master = query.Master();

// Filter published content
var published = query.Published();

// Get visible items
var visible = query.Visible();

Performance Helpers

// Efficient caching
var cached = data.Cache("key");

// Batch operations
items.BatchUpdate(action);

Utility Methods

// Safe string operations
var safe = text.ToSafeHtml();

// URL generation
var url = content.GetUrl();

Ready to boost your Sitefinity development productivity?

View on GitHub
Mobile Development

NativeScript Plugins

$ tns plugin add nativescript-
Auth0

Auth0

Contacts

Contacts

Google Analytics

Google Analytics

Kiip

Kiip

Zendesk

Zendesk

Launchkit

Launchkit

Shatterview

Shatterview

API Templates

ServiceStack RestApi Templates

The fastest way to create custom Sitefinity services. Skip MVC JsonResults and Webforms Svc calls— ServiceStack is fully licensed by Sitefinity!

ServiceStack.cs
Plain C# Template
Loading code template...

Template Overview: This template provides a basic structure for creating ServiceStack API endpoints in Sitefinity, including proper dependency injection and service registration.

Ready to integrate ServiceStack with Sitefinity?

View Documentation