Hacker News new | ask | show | jobs
by canadiantim 707 days ago
Can it generate a django app? Or a Litestar app? Or any kind of framework?
1 comments

No. At the moment all apps work on top of our internal framework. However, you can reuse your existing Python code/libraries. For instance, you could call existing Django models from Dropbase apps. You can also import any PyPI package.