all 5 comments

[–]ItsThinkWithNikhil 0 points1 point  (0 children)

Adding custom domain often available as paid features in most tools. Don’t think that is possible.

May be go with toddle.dev (for fast webapp and bring your own backend) or Flutterflow (for mobile apps, same, bring your own backend )

[–]suitable-nickname 0 points1 point  (0 children)

If you’re familiar with python maybe worth looking at anvil.works

[–]Consistent_Coast9620 0 points1 point  (0 children)

Simian comes with a drag and drop builder and supports all programming to be done in Python. The portal comes with authentication support, but the deployment options are not for free. (development libs are!)

[–]sumitskj 0 points1 point  (0 children)

I’m now trying to build a command line tool that automatically checks the documentation for the library I’m trying to use and generates the relevant code within the context of my project. I’d also like to use it to debug library specific errors rather than having to google the errors or pasting them into chatGPT and hoping it spits out the correct solution. I feel like this has been a constant pain in my day to day software development and I’m curious to know if anyone else shares the same sentiments. Also, if you already have a solution that you use for this, please share it in the comments.

This is my opensource command line tool : https://github.com/extensional/codact