directus.io Open in urlscan Pro
75.2.60.5  Public Scan

Submitted URL: http://directus.io/
Effective URL: https://directus.io/
Submission: On January 22 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

favoriteNominate Directus as best "Headless CMS" in CMS
Critic!arrow_forwardclose
menu
   
 * Productexpand_more
   The Directus Datakit
      
    * Connect
      Generate REST and GraphQL APIs instantly
    * Explore
      Browse and filter data in custom layouts
    * Editor
      Create and manage data in custom forms
    * Files
      Store and transform all your digital assets
    * Auth
      Protect your data with granular access control
    * Insights
      Visualize data within custom dashboards
    * Automate
      An automation builder for your data
    * Realtime
      Keep your data in sync with WebSockets
      
   
   Extend Your Toolkit
   
   
   
   DIRECTUS MARKETPLACE
   
   Customize your data experience with extensions

 * Solutionsexpand_more
   Build powerful apps and tools
      
    * code_blocks
      Headless CMS
      Manage and deliver digital experience content
    * speed
      Backend-as-a-Service
      Simplify backend operations and scale
    * shopping_cart_checkout
      Product Management (PIM)
      A single source of truth for products
    * lightbulb
      100+ More Things To Build
      Looking for inspiration? Look no further
    * rocket_launch
      Startups
      Build fast, scale faster
    * apartment
      Enterprise
      Secure, scalable composable architecture
    * autopay
      Agencies
      Enhance your productivity and agency offerings
    * account_balance
      Government
      Dual-use platform for government applications
      
   
   Focus on the frontend
   
   
   
   DIRECTUS CLOUD
   
   Convenience and scalability without the stress.

 * Developersexpand_more
   Technical resources
      
    * menu_book
      Directus Docs
      Documentation on set-up and using Directus
    * api
      API Reference
      Dynamic REST and GraphQL API docs
    * slideshow
      Tutorials and Guides
      Our developer blog for specific use cases
    * avg_pace
      Quickstart Guide
      Get up and running quickly
    * map
      Roadmap
      See what's on our product roadmap
    * security
      Security
      Our commitment to security and compliance
    * GitHub
      Visit our repo on GitHub
    * Docker Hub
      Visit the official Directus Docker hub
      
   
   Open Source
   
   
   
   VISIT OUR GITHUB
   
   We're committed to the open source community.

 * Resourcesexpand_more
   Learning Center
      
    * library_books
      Blog
      Read our latest articles and guides
    * magic_button
      Success Stories
      Case studies and success stories
    * comment
      Community
      Join our 10k member Discord community.
    * event
      Events & Meetups
      See upcoming events and in-person meetups
    * supervised_user_circle
      About Us
      Learn more about Directus and the team
    * heart_plus
      The Wall of Love
      See what others are saying about us
    * mark_email_unread
      Contact
      Have a general inquiry or question for us?
    * support
      Support
      Reach out to Directus support
      
   
   Watch Directus TV
   
   Video
   
   
   DIRECTUS TV
   
   Go down the rabbit hole with hours of original video content from our team.

 * Pricing
   
   

Book a DemoCreate a Project
24,466


GO FROM DATABASE TO APPLICATION IN 90 SECONDS.

From Headless CMS to Backend-as-a-Service (and more), Directus is your open
source backend to build anything or everything.

Start building on our Cloudarrow_forwardBook a guided demoarrow_forward

Powering thousands of projects for teams, agencies, and freelancers across the
world.


27M
Docker pulls
24K
GitHub stars
49K
Monthly npm downloads
11k
Community members


GO FROM DATABASE TO DATA ENGINE. POWER ANY PROJECT IMAGINABLE.

Stop losing hundreds of hours a year to boilerplate backend work. With Directus,
you get an out-of-the-box platform that lets you focus on bringing your data to
life.  

Connect


GET INSTANT REST AND GRAPHQL APIS FOR ANY DATABASE.

Connect your data sources and Directus instantly transforms them into responsive
APIs ready for any application.

Fetch ItemsCreate an ItemAuthenticationRealtime Subscriptions

import { createDirectus, rest, readItems } from '@directus/sdk';
const client = createDirectus('https://xyz.directus.app').with(rest());

const item = await client.request(
	readItems('articles', {
		fields: ['id', 'title', 'date_published', 'summary']
	})
);

import { createDirectus, rest, createItem } from '@directus/sdk';
const client = createDirectus('https://xyz.directus.app').with(rest());

const item = await client.request(
	createItem('articles', {
		title: 'Hello, world!',
		summary: 'This is my next big thing.'
	})
);

import { createDirectus, rest, createUser } from '@directus/sdk';
const client = createDirectus('https://xyz.directus.app').with(rest());

const newUser = await client.request(
	createUser({ 
		email: 'user@example.com',
		password: 'hunter2'
	})
);

const user = await client.login('user@example.com', 'd1r3ctu5');

import { createDirectus, realtime } from '@directus/sdk'
const client = createDirectus('https://xyz.directus.app').with(realtime({ authMode: 'public' }));

const { subscription } = await client.subscribe('messages');

for await (const item of subscription) {
	console.log('subscription', { item });
}

> Our clients have datasets from dispersed sources, multiple APIs and a wide
> variety of data types, and they haven't really thought about that process
> evolving. Directus unlocks access to all that data.

Matt Skinner

Technical Lead, Cucumber

Read the success storyarrow_forward
Configure


CRAFT YOUR PERSONALIZED ADMIN DASHBOARD.

Fine-tune and tailor your platform's look and feel. Tailor it exactly to your
end-users needs or let them build their own view. 



> Our [team] can customize their dashboards however they want and work in a way
> that suits them best. That’s a huge time saver – to the tune of 20-30% of
> their daily work.

Esmae Villa

COO, Divine Persuasion Studio

Read the success storyarrow_forward
Compose


BUILD UNIQUE DIGITAL EXPERIENCES EFFORTLESSLY.

With unopinionated tools and extensions, you can build anything imaginable in
days. Not months or years. 



> Things that would take a month of work with other platforms can be built out
> in seconds. If it wasn't for Directus, we wouldn't be delivering on our dates
> as a team.

Tony Macias

Tech Lead, The Shift Network

Read the success storyarrow_forward


NEVER WORK WITH DATA ALONE AGAIN. MEET YOUR NEW DATA TOOLKIT.

Just like Legos, our composable data platform offers you a stackable SDK to
manipulate your data however you see fit. 


CONNECT

Generate REST and GraphQL APIs for any database.




EXPLORE

Browse and filter your data in custom layouts.




EDITOR

Create and manage your data with custom forms and interfaces.




AUTH

Protect your data with granular access controls.




FILES

Store, transform, and cache all your digital assets.




INSIGHTS

Visualize your data within robust and customizable dashboards.




AUTOMATE

Design complex workflows with flexible automation.




REALTIME

Sync live data over WebSockets and GraphQL Subscriptions.

> It sits on top of your database, without altering any of the data, so if we
> had to introduce or combine new data – for example, our client's accounting
> database – we can simply add it to Directus and it’s there for us to access,
> browse and navigate.

Wayne Eldridge

Founder, Enamic

Read the success storyarrow_forward


THE UNOPINIONATED AND EXTENSIBLE BACKEND. WORK WITH YOUR TECH STACK.

You don't need to learn a new framework or language to work with Directus. Our
Node.js platform is purpose-built to play well with others. 

   
 * React
 * Vue.js
 * Astro
 * Angular
 * Svelte
 * Nuxt
 * Next.js
 * Remix
 * Gatsby
 * Eleventy
   


SUCCESS STORIES 💜

Case Study


HOW NOVUS HOME MORTGAGE EMERGED AS A TECHNOLOGY LEADER FOR LOAN OFFICERS

Aug 9, 2023


Case Study


FROM CLUNKY TO COMPOSABLE: THE SHIFT NETWORK'S JOURNEY TO A MORE AGILE TECH
STACK

Aug 15, 2023


Case Study


FROM DRUPAL TO DIRECTUS: DIVINE PERSUASION'S JOURNEY

Jul 28, 2023

> From CMS websites to recognition platforms to 3D product builders and
> everything else in-between, we’ve yet to find a use case that Directus is
> unable to handle.

Matthew Rollinson

Co-Founder, Rolley.io


Ready to Get Started?


TRY OUR FULLY-HOSTED PROFESSIONAL CLOUD FREE FOR 14 DAYS OR GET A GUIDED DEMO.

Start building on Cloudarrow_forwardSchedule a demoarrow_forward

 * A composable data platform to build your Headless CMS, BaaS, and more. 

   
 * Solutions
     
   * Headless CMS
   * Backend-as-a-Service
   * Product Information
   * 100+ Things to Build
     
 * Resources
     
   * Documentation
   * Guides
   * Community
   * Release Notes
     
 * Support
     
   * Issue Tracker
   * Feature Requests
   * Community Chat
   * Cloud Dashboard
     
 * Organization
     
   * About
   * Careers
   * Brand Assets
   * Contact
     
   


©2024 Monospace Inc
   
 * Cloud Policies
 * License
 * Terms
 * Privacy
   

   
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 *