When building Solid apps I was in need of a dummy server that just returns some data that I can easily adjust while developing an app - without setting up a real pod and without having to rely on a internet connection.
That’s why I built Molid, a very simple mock server that is able to serve fake linked data for local app development.
Quick start
Start using npx
, no installation needed
npx molid
Molid - mock Solid server listening on port 3333!
Molid provides some Solid data, that you can now access via HTTP, e.g.
curl http://localhost:3333/profile/card
All the mock data is stored within the .molid
folder in your current directory. Adjust it to your needs and restart.
Usage within your Solid app project
Is this useful for you?
Please let me know if this helps you too developing solid app! I know it is very limited for now. Feel free to open an issue and requests features you need for your app development.
If you have any questions, I am happy to help.
Source Code
Of course Molid is fully open source: