Free & Open Source

Component Library

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

20+ Widgets
Production-ready components
7 Mobile Plugins
Cross-platform ready
API Templates
ServiceStack integration
Free Components

Sitefinity Widgets

Production-ready components for your Sitefinity projects

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

Cross-platform mobile plugins for iOS and Android

$ tns plugin add nativescript-
API Templates

ServiceStack REST API Templates

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

Plain C# Template

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.

CodeRush Template

ServiceStackTemplate.cs
CodeRush Template
Loading code template...

Supercharge your development with CodeRush

Use this template with CodeRush to quickly generate ServiceStack endpoints with proper error handling and documentation.

Download CodeRush

Ready to integrate ServiceStack with Sitefinity?

View Documentation