StellarAI
HOME
CHAT
BUILDER
CONTACTS
SETTINGS
🪄 StellarBuilder — by Yash Joshi
Paste your desired folder/file structure and generate OS-specific commands to create it locally.
Structure
stellar_app/ ├── app/ │ ├── __init__.py │ ├── main.py │ ├── api/ │ │ ├── __init__.py │ │ ├── routes_users.py │ │ └── routes_items.py │ ├── core/ │ │ ├── __init__.py │ │ └── config.py │ ├── models/ │ │ ├── __init__.py │ │ └── user_model.py │ ├── db/ │ │ ├── __init__.py │ │ └── database.py │ ├── schemas/ │ │ ├── __init__.py │ │ └── user_schema.py │ └── services/ │ ├── __init__.py │ └── user_service.py ├── tests/ │ └── test_users.py ├── .env ├── requirements.txt ├── Dockerfile ├── README.md └── run.sh
Select Operating System
Windows
Linux
macOS
Generate CMD Commands
Use Example