SkillAgentSearch skills...

Morfibase

A lightweight open source no-code platform to create internal tools and custom databases for any business.

Install / Use

/learn @morfibase/Morfibase
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MorfiBase

A lightweight open source no-code platform to create internal tools and custom databases for any business.

[!WARNING]
MorfiBase is under active development, so you might encounter bugs and compatibility issues when upgrading. We plan to keep version 0.x until we are confident in delivering a fully stable, battle-tested app with version 1.x

Features

  • Easy to self-host
  • Lightweight, portable, no-code, zero-setup database (SQLite)
  • Table relationships
  • Built on top of Laravel and FilamentPHP
  • Modern UI

Run Locally

What do you need in order to run the app?

  • PHP 8.2+
  • Composer
  • Node.js version 20.19+ or 22.12+

Running the app

Clone the project

  git clone https://github.com/morfibase/morfibase.git

Go to the project directory

  cd morfibase

Install dependencies

  composer install
  npm install

Installing the app

  php artisan morfibase:install

Then follow the instructions displayed in the terminal.

Start the server

  php artisan serve
  npm run dev

Navigate to yourdomain.com/login and use your credentials to login.

To add new users run the following command.

  php artisan morfibase:user

Related Skills

View on GitHub
GitHub Stars17
CategoryData
Updated14d ago
Forks2

Languages

PHP

Security Score

75/100

Audited on Mar 27, 2026

No findings