UI has become increasingly complex - building an admin dashboard has become ridiculous. Modern web development is too slow, and unnecessarily complicated for most use cases.
React and Angular are sharp tools, that unexperienced developers can cut themselves with. Moreover, they are unfit for small teams that don't do UI exclusively.
That's 99% of the market.
We help small to medium sized startups scale their SaaS business fast, by providing a user management, UI and billing solution that's easy to extend and customize.
Build your admin dashboard this week, and start selling!
- Fully functional user management
-
UI Components for most common use cases
-
Pages
-
Routing
-
Firebase integration
You will need node and npm installed on your system. We've used node version 11, and npm 6. If you run into trouble with a different version, open an issue and we'll try to be helpful.
To get and run the project:
git clone https://github.com/dashboard-hero/admin-dashboard-components-lite.git
cd admin-dashboard-components-lite
npm install
npm run dev
Docker will be your friend, if all else fails. Get a node docker image, and run
docker run -it -v {path-to-dbh-files}:/app -p 3300:3000 dbhLite npm install
The UI is built on top of Adminator It uses Svelte framework and Firebase for authentication and data persistence.
This project is licensed under the MIT License - see the LICENSE.md file for details