A growing ecosystem of production-ready, type-safe libraries for modern JavaScript and TypeScript applications.
Deeblr is an open-source ecosystem focused on building reliable, developer-friendly libraries that make modern application development simpler, faster, and more maintainable.
| Package | Description |
|---|---|
| @deeblr/auth | A flexible authentication toolkit for modern applications. |
| @deeblr/pages | Reusable, production-ready pages and page building blocks. |
| @deeblr/forms | Type-safe form state management, validation, and submission handling. |
More libraries are currently being developed.
Deeblr libraries are designed around a few core principles:
- Type-safe โ Strong TypeScript support from the ground up.
- Modular โ Install only what your project needs.
- Framework-friendly โ Designed to work with modern JavaScript ecosystems.
- Production-ready โ Built with reliability, testing, and maintainability in mind.
- Developer-focused โ Simple APIs without unnecessary complexity.
- Open source โ Transparent, community-driven, and freely available.
Deeblr libraries are distributed independently through npm.
Install only the package you need:
npm install @deeblr/authnpm install @deeblr/pagesnpm install @deeblr/formsEach library has its own repository, documentation, release cycle, and versioning.
Deeblr follows a modular ecosystem model.
You don't need to install the entire ecosystem to use a single library.
@deeblr/auth
@deeblr/pages
@deeblr/forms
Each package is independently developed, versioned, tested, and published.
Every Deeblr library lives in its own repository and follows its own development lifecycle.
Typical workflow:
Development
โ
Testing
โ
GitHub Release
โ
npm Publish
Deeblr is built in the open.
Contributions, bug reports, feature requests, and feedback are welcome.
If you find a problem or have an idea, open an issue in the relevant repository.
Documentation is available in each library's repository.
Individual Deeblr libraries may use different licenses depending on the project.
See the LICENSE file in each repository for the applicable license.
Deeblr โ Building better foundations for modern applications.