Headless CMS
Directus offers a headless CMS, which decouples the content management back-end from the front-end. This allows for greater flexibility in how content is displayed across different platforms and devices.
Open-source
Being open-source, Directus allows developers to contribute to its development, inspect the code, and build custom features according to their needs. This fosters a large, active community and encourages rapid iteration and innovation.
Database Agnostic
Directus can be used with any SQL database, including MySQL, PostgreSQL, and SQLite. This gives developers the flexibility to work within their preferred database environments.
User-friendly Interface
The Directus app provides an intuitive and user-friendly interface for non-developers. This makes it easier for content creators and managers to handle their content without needing to understand the technical aspects.
API-first
Directus provides a powerful API out of the box, enabling easy integration with other services and applications. This ensures that developers can build seamless, robust, and scalable services.
Customizable
Directus offers extensive customization options, including custom roles, permissions, and interfaces. This makes it adaptable to a wide range of use cases and specific requirements.
Nice! It’s great to have more open source platforms in the CRM space. This feels a lot like Directus [0] except that the latter is a more general data platform you build upon. They have a 100 Apps in 100 hours playlist where they build sample apps on top on Directus, even a simple CRM [1]. [0] https://directus.io/ [1] https://youtu.be/tTrBn9Wvko0?si=IoqQ7o7Y8czfxB31.
– Source: Hacker News
/
3 months ago
The backend is powered by Directus – a data platform that is a hybrid of BaaS and CMS. It pairs up with most SQL databases.
– Source: dev.to
/
4 months ago
Directus is an open data platform built to serve as a headless CMS, API, or Backend-as-a-Service (BaaS) for other applications. It is designed to make data accessible to people of all technical levels and to make it easy to build data-centric applications. Directus is extensible and can be integrated with many different frontend technologies to create stable, well-structured development and user experiences.
– Source: dev.to
/
5 months ago
I don’t know, it’s something I’ve wanted many times. Recently I discovered https://directus.io/ which comes pretty close and it’s open source.
– Source: Hacker News
/
7 months ago
Directus — Headless CMS. A completely free and open-source platform for managing assets and database content on-prem or in the Cloud. There are no limitations or paywalls.
– Source: dev.to
/
8 months ago
The Backend to Build Anything or Everything | Directus.
– Source: dev.to
/
9 months ago
I using Directus CMS on several projects with pretty complicated flows, api extensions etc. probably there will be some work if you move. I liked Directus is because it’s standard SQL I can always move my DB and documents to another solution. I don’t use their hosted solution but they have an unlimited offering for $100 / month.
Source:
10 months ago
Along those lines, I’ve been happy with Directus as a backend for my little blog.
Source:
10 months ago
You could try https://www.airtable.com/ (check the prices) or https://directus.io/ (check the prices) or hire someone :).
Source:
10 months ago
Have you looked at Directus? I’m not sure exactly what your needs are (sorry if I’ve misunderstood). I used it for my most recent project as the backend for data entry/queries/administration. It supports MySQL, but admins don’t need to know anything about SQL to do complex queries/filters/CSV exports from the Directus UI.
Source:
11 months ago
It depends on your skillsets, but I’d highly recommend https://directus.io/ especially if you need “slickness” to raise money otherwise try a pyhat stack if you hate javascript.
– Source: Hacker News
/
11 months ago
Directus, the open source composable data platform, announced today that Alex Chopin, the co-founder of Nuxt.js, has joined the company in a strategic leadership role as their new Director of Engineering.
– Source: dev.to
/
12 months ago
One of our DevRel initiatives at Directus is constantly improving our documentation. As a small team with finite time and resources, we rely a lot on user feedback to help guide our writing efforts. But we were missing the most important bit there – your feedback.
– Source: dev.to
/
about 1 year ago
The admin is extremely unacceptable for anything beyond trivial borderline trivial use cases, and the modifications you’d have to make are just awful especially the more interactive something needs to be. The extremely tight integration between models and the modeladmin is a blessing and curse. The people who like Django,also tend to overload it to do everything. This makes sense at small companies. The only place…
– Source: Hacker News
/
about 1 year ago
I initially looked into CMS’s like Strapi and Directus to possibly handle my admin UI + API all at once. I haven’t found anything that looks like it can do this yet, but I’d be very happy to be proven wrong. I would prefer it to be based in .NET or Node.js since I am more familiar with those, but there’s no reason I couldn’t do PHP either.
Source:
about 1 year ago
I moved all my work to https://directus.io self-installs from wordpress. It’s 100% headless, so if you want a frontend, you’ll have to build it yourself. It has a good, typescript supported SDK that allows you to write queries as JSON objects.
Source:
over 1 year ago
Maybee it’s overkill for a simple block, but Directus sounds like a decent choice if you want to get away from Strapi. https://directus.io/.
Source:
over 1 year ago
If the answer is yes, I’ve been in the same boat recently, while creating a personal site. I liked the hassle free wordpress admin area + custom fields but hated the forceful way of how wordpress does some things + links data. So I looked over multiple ways of changing wordpress with something, else, like a headless CMS. After many tries & retries, I managed to enjoy working with directus . It has the same…
Source:
over 1 year ago
Refine has connectors for 15+ backend services, including REST API, GraphQL, and popular services like Airtable, Strapi, Supabase, Firebase, and Directus.
– Source: dev.to
/
over 1 year ago
Maybe you can configure https://directus.io/ to your needs.
– Source: Hacker News
/
over 1 year ago
My sites are “built” offline and deployed 100% static. Astro is my current favorite for this. Nuxt3 is another that I like to use. When I need a CMS, I like Directus – I have my own self-hosted instance on DigitalOcean.
Source:
over 1 year ago