LSS

Lioran

Developer Solutions

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 & Public

Embedded, 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 Soon

S3-like storage & asset management layer

  • β†’Secure file storage
  • β†’Asset management
  • β†’TypeScript/JavaScript support
  • β†’Optimized for performance
  • β†’Built for production workloads
Documentation
Lioran.group

Lioran Auth

🟑 Launching Soon

Authentication & authorization system

  • β†’Developer-friendly API
  • β†’TypeScript/JavaScript support
  • β†’Scalable & secure
  • β†’Built for the modern web
  • β†’Production-ready infrastructure
Documentation
Lioran.group

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/core

About 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.

We'll get back to you within 24 hours.