pedestal

2025-08-11T22:30:26.793939Z

Hi. I need to write a backend api. I've been checking libraries and thought pedestal looks like a good and stable option. This is for a small business. Speed is not the most important. Clean maintainable code is the priority. Would you recommend to try pedestal on this?

sirwobin 2025-08-12T09:31:14.060599Z

This is probably a biased place to ask that but sure, I recommend it. The guide provides https://pedestal.io/pedestal/0.8/guides/your-first-api.html so you can see what it looks like to set up routes and interpret data. That should give you a reasonable guide to what it's like to use pedestal.

2025-08-14T06:55:23.770939Z

thank you for the link !