Connect
Generate REST and GraphQL APIs for any database.
Handling APIs, Auth, Automation, and more, Directus is the backend for all of your Vue projects.
Powering thousands of projects for enterprises and agencies across the world.
Whether it's helping you talk through a use case or helping you get set-up, we'd love to chat. Fill out this form and we'll be in touch!
Import your data via CSVs, our API, or connect an existing database to immediately interact with it in the Directus Data Studio.
Use Directus Insights to better understand your data and devops. Use the built-in panels or build your own.
Instant GraphQL and REST APIs to give you the essentials you need to focus on the frontend.
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']
})
);
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
Truly extensible. Self-host or use our Cloud. You own your data.
Generate REST and GraphQL APIs for any database.
Browse and filter your data in custom layouts.
Create and manage your data with custom forms and interfaces.
Protect your data with granular access controls.
Store, transform, and cache all your digital assets.
Visualize your data within robust and customizable dashboards.
Design complex workflows with flexible automation.
Sync live data over WebSockets and GraphQL Subscriptions.