About Tellus

We are building the layer that the multi-database world is missing.

Tellus is a unified database management platform. It connects to the databases you already use and gives you one interface, one credential model, and one place to understand your entire data estate — regardless of which providers it spans.

What we are trying to do

The premise of Tellus is simple: the databases powering modern software are excellent. The tools for managing them together are not. A developer building a product in 2026 may be running a PostgreSQL database for their core transactional data, a document store for flexible content, a real-time database for collaborative features, and a vector database for search. Each of these is a rational, considered choice. Each solves a specific problem well.

But managing them means maintaining accounts on four different platforms, learning four different console interfaces, storing four sets of credentials, and context-switching between four entirely different UI paradigms every time something needs attention. This is not a problem with any of the individual databases. It is a problem with the absence of a unifying management layer above them.

Tellus is that layer. It connects to your existing databases — wherever they are hosted, whatever provider you use — and exposes them through a single, consistent interface. You connect a database to Tellus the same way regardless of whether it is a MySQL instance running on a VPS, a MongoDB cluster on Atlas, a Firestore collection in Firebase, or a serverless Neon database. Once connected, you interact with all of them the same way.

Our mission is not to replace the databases you use. It is to make the experience of working across multiple databases as simple and safe as working with one. We believe that the management overhead of a multi-database architecture should be proportional to its value — not to the number of providers you happen to use.

5
Database providers supported
MySQL, MongoDB, Firebase/Firestore, Neon PostgreSQL, and Supabase. More in development.
60+
Supported data operations
Read, write, schema browsing, AI analysis, report generation, workspace collaboration, and more.
0
Credentials exposed to browser
Database credentials are decrypted server-side only and are never returned in any API response.
1
Interface to learn
One consistent dashboard for every database provider you connect, regardless of their underlying differences.

Why we built it

Tellus was built out of direct experience with the problem it solves. The pattern is consistent across engineering teams of every size: as an application grows in complexity, it accumulates database systems. Each one is added because it is genuinely the right tool for its use case. And each one brings with it a new console to learn, a new set of credentials to manage, and a new operational context to maintain.

The friction compounds over time. What begins as two or three database tabs open in a browser grows into a sprawl of credentials distributed across .env files, team wikis, and messaging platforms. Debugging an issue that spans two database systems requires opening both consoles simultaneously and mentally correlating data presented in completely different visual formats. Onboarding a new engineer means giving them credentials and contextual knowledge for every database system individually.

The existing solutions were insufficient. Local database clients like TablePlus or DataGrip support multiple database types but require credentials to be stored locally, do not support team collaboration, and do not provide any AI-powered analysis or health monitoring. Provider-specific consoles are excellent within their own ecosystem but offer no cross-database capability by design. No tool existed that treated the multi-database estate as a first-class object to be managed holistically.

Tellus is the answer to that gap. It is designed for the reality of how modern software is actually built — across multiple providers, by teams, with security requirements that go beyond storing credentials in a text file.

The specific workflow we set out to fix

01

Debugging across database systems

Tracing an issue through a system that spans multiple databases — finding the user record in one, the related event log in another, the cached state in a third — currently requires three consoles open simultaneously and manual data correlation. Tellus makes this a single-interface operation.

02

Credential management across the team

Production database credentials belong in exactly one place: a tightly controlled, access-audited secrets system. In practice they end up everywhere. Tellus replaces the distributed credential model with a centralised, encrypted, server-side store. Credentials are never on developer laptops, never in messaging tools, and never exposed to the browser.

03

Understanding database health proactively

Most teams discover database problems reactively — after a user reports slowness, after a query starts timing out, after a table grows large enough to cause issues. Tellus's AI health scanner provides proactive analysis: schema design recommendations, index gaps, data quality issues, and performance warnings, surfaced before they affect users.

04

Onboarding engineers to a multi-database stack

In a five-database environment, a new engineer currently needs to be given credentials for each system, introduced to each console interface, and taught the operational context for each provider. With Tellus, they are added to a Workspace, given an appropriate role, and they interact with all databases through one interface they learn once.

What Tellus does today

Tellus is currently in public beta. The following describes what is live and available now, what is in active development, and what is planned for future releases. We publish this openly because we believe users should know exactly what they are getting — and what they are not yet getting — when they choose to connect a database to the platform.

Feature Status Description
Multi-provider database connections Beta Connect MySQL, MongoDB, Firebase/Firestore, Neon PostgreSQL, and Supabase databases to a single Tellus account. Each database becomes a Project managed from one dashboard.
Schema browsing Beta View table structures, column definitions, data types, indexes, and constraints for any Connected Database. Schema metadata is cached server-side and refreshed on demand.
Record read, write, update, delete Beta Browse, search, and paginate table data. Insert new records, modify existing ones, and delete records through a unified form interface that adapts to the schema of any provider.
AI database health scanner Beta On-demand analysis of database schema design, index coverage, data quality, and performance indicators. Produces a health score with prioritised recommendations powered by a cascade of third-party LLM providers.
Natural language query assistant Beta Ask questions about your database in plain language. The Aria agent interprets your question, generates the appropriate query, and presents the results in a readable format.
Workspace collaboration Beta Invite team members to a Workspace, assign roles with appropriate permission levels, and share Project access without sharing credentials. Each member authenticates individually.
Automated report generation Beta Generate structured reports on database health, schema structure, and data summaries. Reports are stored within the Project for review and comparison over time.
Independent security audit Planned — v1.0 Third-party penetration testing and security review of the platform's credential handling, access control implementation, and data transmission model.
SOC 2 Type I certification Planned — v1.0 Independent verification of the platform's security, availability, and confidentiality controls. Required before the platform is recommended for production database connections.
Cross-database query and join Planned — v1.5 Execute queries that span multiple Connected Databases and receive results in a unified format. Enables data correlation across providers without leaving the Tellus interface.
Real-time change monitoring Planned — v1.5 Subscribe to data changes in Connected Databases and receive notifications within the platform when specified conditions are met.
Self-hosted deployment Planned — v2.0 Run Tellus within your own infrastructure for organisations with strict data residency requirements or that require the platform to operate within a private network boundary.

Who Tellus is built for

Tellus is built for anyone who manages more than one database system and finds the operational overhead of doing so disproportionate to the value it delivers. The platform is designed to serve several distinct user types, each of whom experiences the multi-database management problem in a different way.

User type 01

Full-stack and backend engineers

Engineers who are responsible for the databases their applications depend on, in addition to building the application itself. They are proficient with SQL and document queries but spend more time than they should navigating provider consoles and managing credentials across multiple systems.

  • Debugging production issues that span multiple databases
  • Verifying data integrity after deploys
  • Seeding staging environments from production data
  • Monitoring table growth and index usage

User type 02

Engineering teams and technical leads

Teams managing a shared database estate across multiple projects or services. The lead is responsible for access control — ensuring the right people have access to the right databases with the right permissions — without distributing credentials insecurely.

  • Onboarding new engineers without sharing raw credentials
  • Maintaining role-based access across the team
  • Getting a unified view of database health before releases
  • Standardising the operational model for all databases

User type 03

Agencies and independent developers

Developers managing databases on behalf of multiple clients. Each client may use different database providers, requiring the developer to maintain separate credentials and learn the specific console of each provider for each client engagement.

  • Managing a portfolio of client databases from one place
  • Switching between client environments without re-authenticating
  • Generating health reports for client review
  • Auditing data quality before client deliverables

Who Tellus is not appropriate for — yet

Tellus is currently in public beta. This means it is not yet appropriate for teams whose database management workflows are subject to compliance requirements — HIPAA, GDPR-regulated personal data under a formal data processing agreement, PCI-DSS cardholder data, or SOC 2 audit scope. These use cases require compliance certifications and formal documentation that Tellus does not yet provide. We are actively building toward them. Until those certifications are in place, Tellus is recommended for development environments, staging systems, and internal tooling where the data being managed is not subject to these regulatory requirements.

How we work

The principles that guide how we build Tellus.

These are not aspirational statements. They are the commitments that shape every design decision, every architectural choice, and every tradeoff we make as we build the platform. We publish them here because we believe that how a tool is built determines what it is trustworthy enough to be used for.

Principle 01

Security before features

Every feature that introduces a new data flow, a new storage model, or a new third-party dependency is evaluated for its security implications before it is built. We will delay a feature rather than ship it with a security model we are not satisfied with. During beta, we are explicit about what has and has not been independently verified.

Principle 02

Honesty about what we are

Tellus is a management interface. It does not host your data, own your databases, or take on responsibility for the databases you connect. We are explicit about this in our Terms of Service, our Privacy Policy, and our Beta Warning. We believe that software tools should be precise about what they are and what they are not, rather than obscuring the boundaries to appear more capable.

Principle 03

Minimum data collection

We collect the minimum data necessary to operate the platform. We do not store your database records. We do not log your query contents. We do not build advertising profiles. The data we do collect — schema cache, AI scan results, operational logs — is documented precisely in our Privacy Policy, along with how long it is retained and why it is needed.

Principle 04

Transparency about the beta

We do not describe Tellus as production-ready when it is not. The Beta Warning page exists because we believe users deserve a complete and accurate picture of what they are accepting when they connect a database to an early-stage platform. We would rather have fewer users who are fully informed than more users who are not.

Principle 05

Building for the long term

Tellus is designed to grow with the databases it connects to. As new database providers emerge and as the multi-database management problem evolves, the platform's architecture is designed to accommodate them without requiring users to change how they work. The goal is a platform that becomes more useful over time as more of your database estate comes under its management.

Principle 06

Feedback shapes the roadmap

The features that get built next are determined by what beta users encounter in practice, not by what we assumed they would need when we designed the platform. We read every piece of feedback submitted to beta@tellusplatforme.com. If something is not working, if something is missing, or if the platform is solving the wrong problem for your use case, tell us. That is what the beta phase is for.

Where we are going — the roadmap in plain terms

Now Public beta

Core platform is live. Security hardening is in progress.

All five database providers are connected and operational. The AI health scanner, workspace collaboration, and credential management system are live. We are actively collecting bug reports and feedback. The platform is appropriate for development and staging environments. It is not yet appropriate for production workloads with compliance requirements.

Next Version 1.0

Independent security audit. SOC 2 Type I. Stable API.

We will commission an independent penetration test and security review before v1.0. We will pursue SOC 2 Type I certification. The API will be versioned and stabilised. Data processing agreements and compliance documentation will be available. Version 1.0 marks the point at which Tellus will be recommended for production environments without regulatory data handling requirements.

Later Version 1.5

Cross-database queries. Real-time monitoring. Additional providers.

Cross-database query and join capability — executing a single query that spans two or more Connected Databases and receiving results in a unified format. Real-time change monitoring with configurable notifications. Additional database provider support based on what beta users request most. Advanced role management with custom permission sets.

Future Version 2.0

Self-hosted deployment. Data lineage. Enterprise controls.

A self-hosted deployment option for organisations that require the platform to operate within their own infrastructure boundary. Data lineage and cross-database relationship mapping. Automated schema migration tooling. Business intelligence integrations. Full SOC 2 Type II certification covering the entire platform lifecycle.

Connect a database. Tell us what is missing.

The best way to evaluate whether Tellus solves your problem is to connect a development or staging database and spend time with the platform. Read the Beta Warning before you do. Then connect a database, explore the features, and send us your feedback. Everything we build next comes from what users like you tell us in those conversations.