Directus Engine

A modern data stack to build anything... faster

Instant REST+GraphQL APIs for any SQL database, built-in auth, access control, caching, and automation. All completely open-source and 100% TypeScript.

Instant API

From database to data platform in 90 seconds

Directus introspects your SQL database, instantly giving you a connectivity toolkit for fetching and managing your database and its content.

  • checkGraphQL+REST APIs based on your schema
  • checkIncludes a full JavaScript SDK and CLI
  • checkCaching and rate-limiting via Redis, memory, etc
  • checkReal-time websockets and GraphQL subscriptions (coming soon)
id   status     title             category     image    favorite
1 active Rolling Hills landscape 420 true
2 active Pineapple Baby random 483 true
3 draft Headphones Alt products 23 false
4 review Pink Crystals random 311 true
5 active Avocado Toast food 1038 true
6 active Beach Chair products 459 true
7 draft Two Windows landscape 460 false
8 active Lolipops Galore food 1039 false
9 active Beautiful Bunny animals 1738 true
// GET /items/products/4
{
"id": 4,
"status": "review",
"title": "Pink Crystals",
"category": "random",
"image": {
"id": 311,
"name": "pink-crystals.png"
},
"date_added": "2020-11-12T17:56:41Z"
}
Architecture

Unopinionated to the core

Directus completely conforms to your tech stack, with support for any SQL database vendor and schema, REST and GraphQL APIs, all auth providers, and any file storage.

Query Engine

Never write an API again

Directus adds a connectivity layer for querying your database, without changing its architecture or removing access to run pure SQL queries.

  • checkWe introspect your database to instantly provide APIs
  • checkFull REST and GraphQL APIs, a JavaScript SDK, and CLI
  • checkSupport for CRUD, search, filter, group, aggregate, and sort
  • checkSchema manipulation (DDL) to define your data model
  • SQL
  • REST
  • GraphQL
  • SDK
GET /items/products/4?fields=*,image.id,image.name
{
"id": 4,
"status": "review",
"title": "Pink Crystals",
"category": "random",
"image": {
"id": 311,
"name": "pink-crystals.png"
},
"date_added": "2020-11-12T17:56:41Z"
}

Secure by design, private by default...

Asset Engine

Store, transform, optimize and deliver your assets

Getting original assets, generating transformations, or optimizing media quality is as easy as requesting what you want via a URL.

  • checkOn-the-fly resizing, compression, and transformations
  • checkConnect with any local filesystem or S3-compatible storage
  • checkEasy-to-use URL-based API for media processing
  • checkAutomatic IPTC, EXIF and ICC metadata scraping
  • Original
  • Resize
  • Optimize
  • Advanced
  • Presets
example.com/assets/<file-id>?width=80&height=80&fit=cover
Generate cropped or contained thumbnails simply by requesting them via our Asset Engine's URL-API.

Directus Cloud storage infrastructure...

Feature-Rich & Extensible

A robust developer toolkit

Directus includes all the core capabilities you need to build amazing data-driven projects faster and more efficiently, and is completely extensible so you never hit a feature ceiling.

View All Features

100% open-source, with no paywalls or limitations

We believe in the true spirit of open-source, never paywalling core features for profit. From corporate applications to hobby projects, our permissive license keeps you in control.

starStar our GitHub repository
Integrations

Seamless integration with your favorite frameworks

Our unopinionated platform works with any tech stack. Get started with these popular developer guides, or build within any other framework.

  • “We had departments using many different CMS. They ranged from extremely expensive to open-source projects. Directus has proven to be better than all the others.”

    Dr. Brian Myers
    Principal Cloud Engineer at Bose
    img
  • In addition to our perfect rating on G2, Directus was also awarded six major accolades for the Summer 2022 quarter. These include High Performer, Easiest to Use, Best ROI, Most Likely to Recommend, and more.

    G2 — 5.0 out of 5 rating
    Summer 2022 Quarter
    img
  • “Directus is a powerful tool offering a lot of flexibility. The back office is very intuitive and it’s possible to do many things. The tool can be used in open source and very customizable, Directus allowed us to develop websites using our favorite framework: next.js.”

    Kiril Gorbatenko
    CEO, Web Vision 360
    img
  • “Directus is quite impressive about the potentials it have from a business point of view. The software is easy to configure and the community is very active continously improving the available functionalities and solving known issues”

    Vincenzo Lupia
    DevOps Developer, Doxee
    img
  • “It started with the ease of "just quickly set up a project" for small projects, but we soon discovered that so much more was possible! We replaced a lot of our Laravel/Nova projects without writing additional extensions, if we do need custom logic it’s super easy.”

    Jeroen Ling
    Senior Frontend Developer & DevOps Engineer, Vanling
    img
  • “Directus enabled us to make our own choices and set the YIA website up in the right way, whereas other more opinionated situations prohibit that freedom of choice.”

    Matt Skinner
    Technical Lead, Cucumber Digital Agency
    img
  • Tripadvisor is using Directus to bring our products, data and content closer together. This will allow our users to plan and experience travel in new and innovative ways.”

    Antoine Veliz
    VP, Design at Tripadvisor
    img
  • Directus unifies our data coming in from across the country, adding value, and redistributing the consolidated data back out to stakeholders with its built-in API. Directus also acts as a validation and improvement tool, allowing non-technical staff to manually verify or flag issues with generated data connections.”

    Brent Cartier
    Strategy Lead for Digital Services, Canadian Government
    img

Ready to learn more?

With over 22 million downloads, Directus is the world's first Open Data Platform for instantly turning any SQL database into an API and beautiful no-code app.

Documentation
Learn more about Directus, read our App Guide, browse tutorials, and dive into our API reference. View the docs
Community
Join thousands of other developers all discussing and guiding the future of the Directus platform. Join us on Discord

Take back control of your data.

No spam, just important updates regarding Directus.