The future of Forums
is Headless

Unlock the potential of community-driven discussions with our headless forum platform—pioneering the future of online interaction.

Product Hunt - #3 Product of the DayForu.ms - Headless forums | Product Hunt
{
  "threads": [
    {
      "id": "string",
      "title": "string",
      "slug": "string",
      "body": "string",
      "locked": true,
      "pinned": false,
      "user": {
        "id": "string",
        "username": "string",
        "avatar": "string"
      },
      "tags": [
        {
          "id": "string",
          "name": "string",
          "description": "string",
          "color": "string",
          "threads": [
            {}
          ],
          "extendedData": {}
        }
      ],
      "createdAt": "string",
      "updatedAt": "string"
    }
  ],
  "nextThreadCursor": "string",
  "count": 0
}

Works with your stack

Angular
Vue.js
FlutterNext.jsASP.NET CoreSpringDjangoLaravel
NestJS
Ruby on Rails
Features

A better way to community

Robust out-of-the-box features for you to build an engaging community.

User Registration & Authentication

Create accounts and ensure secure authentication mechanisms.

User Profiles

Customizable profiles with avatars, bios, signatures, and other personalization options.

Threaded Discussions

Create and organize discussions into threads or topics.

Posts & Replies

Contribute to discussions using comments or replies as posts.

Tags & Categories

Organize discussions by tagging them to facilitate navigation and topic segregation.

Search Functionality

Search for discussions, posts, and users using keywords and tags.

Polls & Surveys

Includes features for creating and participating in polls or surveys.

Roles & Permissions

Granular control over user permissions to manage read/write access to threads, posts, etc.

Content Moderation

Ability to moderate content and users using reporting and blocking.

Thread Subscriptions

Subscribe to threads to receive notifications for new posts.

Likes & Upvotes

Like or upvote posts to show appreciation or agreement.

Follower System

Follow users to receive notifications for their activities.

Notifications

Send and receive notifications for replies, mentions, or other important activities.

Private Messaging

Enable private communication among users through a messaging system.

Extensibility

Extend your platform's functionality by using extended data fields.
Pricing

Simple, transparent pricing

No hidden fees. No surprises. Just results.

Just one planthat scales with you

$5
  • 1M reads/writes
  • Dedicated support
  • Priority access
  • 100% Satisfaction
We use a third party payment processor, who will add local taxes at checkout.
After creating your account, you will be redirected to them to complete your purchase.
By signing up, you agree to our Terms and Conditions and Privacy Policy.
Dev

Plug-and-play API clients

Use our API clients to quickly integrate a community with your web app.

// Create a user.
var raw = JSON.stringify({
  "username": "<string>",
  "email": "<string>",
  "password": "<string>",
  "displayName": "<string>",
  "emailVerified": "<boolean>",
  "image": "<string>",
  "roles": [
    "<string>",
    "<string>"
  ],
  "bio": "<string>",
  "signature": "<string>",
  "url": "<string>",
  "extendedData": {}
});

var requestOptions = {
  method: 'POST',
  headers: { 'x-api-key': '<string>' },
  body: raw
};

fetch("https://foru.ms/api/v1/user", requestOptions)
  .then(response => response.text());
// Delete a user.
var requestOptions = {
  method: 'DELETE',
  headers: { 'x-api-key': '<string>' }
};

fetch("https://foru.ms/api/v1/user/<string>", requestOptions)
  .then(response => response.text());

Integrate Your New Forum Today

Start building your new community today, it's free and easy to set up! You can have your new community up and running in minutes.