Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
The React template showcases Subsocial's basic functionality, and allows you to get a better understanding of how to build React dapps on Subsocial.

An MCP server example built with Hono that exposes math tools and deploys to Vercel.

Official landing page of the Nardium Chrome Extension - a tool that helps you explore and navigate your Google Docs with ease!

This is a Template using Next.js and Material-UI with Header and Footer.

A customizable landing page template for mobile apps, built with Astro, React, TypeScript, TailwindCSS, and DaisyUI.

A simple template for getting started with Next.js, Tailwind CSS, and TypeScript.
Subsocial React Example is an open-source Next.js and Material-UI template that demonstrates how to build a decentralized social media dapp on the Subsocial network using the official JS SDK. The project is a simplified implementation of Subsocial Web App, giving developers a minimal codebase to study and extend for their own blockchain-based social platforms.
Subsocial React Example is a starter project from the dappforce organization, built with Next.js and Material-UI (MUI). It takes the Subsocial JS SDK and wraps it in a React application that can read and write social content on the Subsocial chain. The output is a working web app that can be customized into a Twitter-like, Reddit-like, or Medium-like dapp. It runs on any platform that supports Node.js and can be deployed to Vercel or similar static hosting services.
yarn dev to start a development build.Clone the repository, install dependencies with npm i or yarn, and run yarn dev to start the development server. The project connects to Subsocial's network via the JS SDK and renders a working social interface. For deployment, the README points to Vercel's guide for deploying Next.js apps.
The template is publicly hosted on GitHub, so you can clone it without cost and start building. Check the repository for licensing details if you plan commercial redistribution.
It uses Next.js for the React framework, Material-UI for components, and the Subsocial JS SDK to connect to the Subsocial blockchain network. The project runs with yarn dev and can be deployed to Vercel.
Clone the repository, run npm i or yarn to install dependencies, then execute yarn dev in the root directory to start the development build.
Yes. The README provides a guide to deploy the Next.js project to Vercel by integrating CI/CD from your GitHub repository.
Yes. The repository includes a Gitpod configuration that opens a ready-to-use development environment in the cloud, which can be launched from the README page.