<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/servercn-backend-component-registry-nz1hugxrb" -->

---
title: ServerCN, Backend Component Registry | daily.dev
description: ServerCN is an open-source component registry for Node.js backends that simplifies adding common features like OAuth (GitHub, Google), file uploads...
canonical: https://daily.dev/posts/servercn-backend-component-registry-nz1hugxrb
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: ServerCN, Backend Component Registry | daily.dev
og:description: ServerCN is an open-source component registry for Node.js backends that simplifies adding common features like OAuth (GitHub, Google), file uploads...
og:url: https://daily.dev/posts/servercn-backend-component-registry-nz1hugxrb
og:image: https://api.daily.dev/og/posts/NZ1huGXRB.png
og:image:alt: ServerCN, Backend Component Registry
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ServerCN, Backend Component Registry

**[Web Developement](https://daily.dev/sources/webdevelopement)** · [@akkal](https://daily.dev/akkal) · 1 min read · 0 upvotes · 0 comments

## Summary

ServerCN is an open-source component registry for Node.js backends that simplifies adding common features like OAuth (GitHub, Google), file uploads (Cloudinary, ImageKit), and email services to TypeScript projects through CLI commands. Inspired by shadcn/ui, it allows developers to add pre-built backend components directly into their codebase with a single command. The project is currently under development with commands not yet functional.

## Content

ServerCN is a component registry for building Node.js backends inspired by shadcn/ui. It is Open-Source Project.

[ServerCN Link](https://servercn.vercel.app)

[Github Link](https://github.com/akkaldhami/servercn)

If you are struggling to add github oauth, google oauth, file-upload(cloudinary, imagekit), email-service, … in your nodejs + typescript project, then servercn is for you. Just enter a command, and the code is in your project.

It is under development. Currently Commands are not working!

![Screenshot 2026-02-07 180319](https://media.daily.dev/image/upload/s--m0cVIJOr--/f_auto/v1770467164/ugc/content_005a0f31-3b21-4ffb-bac7-3120c00a5ece?_a=BAMAMiiu0)

---

Tags: [#open-source](https://daily.dev/tags/open-source), [#nodejs](https://daily.dev/tags/nodejs), [#backend](https://daily.dev/tags/backend), [#typescript](https://daily.dev/tags/typescript), [#oauth](https://daily.dev/tags/oauth)

[View this post on daily.dev](https://daily.dev/posts/servercn-backend-component-registry-nz1hugxrb)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"DiscussionForumPosting","mainEntityOfPage":"https://daily.dev/posts/servercn-backend-component-registry-nz1hugxrb","headline":"ServerCN, Backend Component Registry","text":"ServerCN is an open-source component registry for Node.js backends that simplifies adding common features like OAuth (GitHub, Google), file uploads (Cloudinary, ImageKit), and email services to TypeScript projects through CLI commands. Inspired by shadcn/ui, it allows developers to add pre-built backend components directly into their codebase with a single command. The project is currently under development with commands not yet functional.","url":"https://daily.dev/posts/servercn-backend-component-registry-nz1hugxrb","datePublished":"2026-02-07T12:27:00.054Z","dateModified":"2026-02-07T12:27:22.654Z","author":{"@type":"Person","name":"Akkal Dhami","url":"https://daily.dev/akkal","image":"https://media.daily.dev/image/upload/s--KbbA7yub--/f_auto/v1784872164/avatars/avatar_39Dyuq4OCBb2CTvSlWGHf?_a=BAMAMicg0","description":"Node.js| MongoDB | Next.js | TypeScript | React.js | MySQL","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"EndorseAction"},"userInteractionCount":150}},"image":"https://media.daily.dev/image/upload/s--n_Vcb-WV--/f_auto/v1770467220/posts/NZ1huGXRB?_a=BAMAMiiu0","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"isPartOf":{"@type":"WebPage","url":"https://daily.dev/squads/webdevelopement","name":"Web Developement"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Web Developement","item":"https://daily.dev/squads/webdevelopement"},{"@type":"ListItem","position":3,"name":"ServerCN, Backend Component Registry"}]}
```

