Skip to content

lifia-unlp/Kobold

Repository files navigation

alt text

Kobold

Usability-As-A-Service tool for Web Applications. Working version running at

https://autorefactoring.lifia.info.unlp.edu.ar

Overview

Kobold scans your web app's real users' activity to search for usability smells. When you check the reports, Kobold will recommend you to take action by applying usability refactorings. In some cases, you'll be able to apply automatically generated refactorings for you.

Research

Kobold was developed at LIFIA (UNLP, Argentina) research lab. Read more about it:

Screencast

Check the video to see how it works

Kobold Screencast

Installation on Pharo 10 (Requires MongoDB)

Metacello new
	baseline: 'Kobold';
	repository: 'github:https://juliangrigera/Kobold';
	onConflictUseLoaded;
	onWarningLog;
	load.

After the code's loaded, point your browser to http:https://localhost:8080/Home