Build Your Backend
with Lioran's Developer Infrastructure
We're building a complete developer ecosystem. LioranDB is live now. Database, storage, and authβall designed for developers who want clean APIs, TypeScript support, and production-grade reliability.
Our Products
A complete infrastructure built by developers, for developers.
LioranDB
π’ Live & PublicEmbedded, file-based document database for Node.js
- βNo server required by default
- βOptional server + CLI
- βTypeScript-first driver
- βHTTP-based REST API
- βPerfect for embedded & edge use cases
LioranBastion
π‘ Launching SoonS3-like storage & asset management layer
- βSecure file storage
- βAsset management
- βTypeScript/JavaScript support
- βOptimized for performance
- βBuilt for production workloads
Lioran Auth
π‘ Launching SoonAuthentication & authorization system
- βDeveloper-friendly API
- βTypeScript/JavaScript support
- βScalable & secure
- βBuilt for the modern web
- βProduction-ready infrastructure
Why Choose Lioran
Built by engineers who understand what developers need.
Developer First
Clean APIs, great documentation, and TypeScript/JavaScript everywhere
Built for Production
Reliable infrastructure you can trust to power real applications
Complete Ecosystem
Database, storage, and authβall the tools you need to build
No Vendor Lock-in
Own your infrastructure, control your destiny
Get Started
LioranDB requires zero configuration
import { LioranManager } from "@liorandb/core";
const manager = new LioranManager({ rootPath: "./data" });
const db = await manager.db("app");
const users = db.collection("users");
// Insert
await users.insertOne({ email: "dev@lioran.dev" });
// Query
const user = await users.findOne({ email: "dev@lioran.dev" });
console.log(user);
await manager.close();Install @liorandb/core
npm install @liorandb/coreAbout Lioran
Lioran is building a complete developer ecosystem from the ground up. Started by Swaraj Puppalwar (CTO) and the Lioran team, we're creating infrastructure that developers actually want to use. No black boxes. No corporate nonsense. Just clean, reliable tools.
Lioran Group
The parent organization driving the vision for a better developer ecosystem.
Visit lioran.group βCTO & Founder
Swaraj Puppalwar, system architect and full-stack engineer building production infrastructure.
GitHub Profile βGet in Touch
Have questions about our products? Interested in partnerships? Let's talk.