https://github.com/mandrasch/ddev-unofficial-web-ui
Experimental project configurator UI for DDEV projects, work in progress 🚧
https://github.com/mandrasch/ddev-unofficial-web-ui
ddev docker php sveltekit
Last synced: 5 months ago
JSON representation
Experimental project configurator UI for DDEV projects, work in progress 🚧
- Host: GitHub
- URL: https://github.com/mandrasch/ddev-unofficial-web-ui
- Owner: mandrasch
- Created: 2024-05-20T11:41:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T09:01:43.000Z (over 1 year ago)
- Last Synced: 2025-09-03T02:45:01.498Z (10 months ago)
- Topics: ddev, docker, php, sveltekit
- Language: Svelte
- Homepage: https://ddev-unofficial-web-ui.mandrasch.eu/
- Size: 378 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ddev-unofficial-web-ui
🚧 Disclaimer: Early preview of a private project, work in progress 🚧
Preview: https://ddev-unofficial-web-ui.mandrasch.eu/
Usage in DDEV:
```
ddev start
ddev npm i
ddev npm run dev
```
Local usage:
```
npm i
npm run dev
```
Beware: Some code provided by ChatGPT
## TODOs
- [ ] ⚠️ Mobile optimization
- [ ] ⚠️ Accessibility check
- [ ] ⚠️ Add warning when user switches CMS --> resets to defaults
- [ ] Convert to static site project, no need for SSR
- [ ] Copy to clipboard button
- [ ] Quality Check for ChatGPT-generated code 🤖
- [ ] Is `writable`neeeded after all?
- [ ] TYPO3 not fully automated yet (webserver is asked)
- [ ] Add all CMSes
- [ ] Type safety
- [ ] Add url params to share a link to every page?
- [ ] Add specific CMS version selector install commands?
- [ ] Add filter field for CMS selector?