https://github.com/bingowon/demoly-app
Demoly iOS App — Create and share interactive web projects with AI. Just Demo It.
https://github.com/bingowon/demoly-app
ai creative-ai creative-tools ios social swiftui vibe-coding
Last synced: about 2 months ago
JSON representation
Demoly iOS App — Create and share interactive web projects with AI. Just Demo It.
- Host: GitHub
- URL: https://github.com/bingowon/demoly-app
- Owner: BingoWon
- License: other
- Created: 2025-12-01T11:24:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-04-09T16:11:01.000Z (2 months ago)
- Last Synced: 2026-04-09T18:12:54.047Z (2 months ago)
- Topics: ai, creative-ai, creative-tools, ios, social, swiftui, vibe-coding
- Language: Swift
- Homepage: https://demoly.thebinwang.com/
- Size: 10.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: SupportingFiles/Info.plist
Awesome Lists containing this project
README
Demoly
Just Demo It.
Describe your idea. AI builds it. Share it with the world.
## What is Demoly?
Demoly is a creative platform for iOS where anyone can build and share interactive web projects — no coding needed. Just describe what you want in plain language, and AI turns it into a real, touchable web experience.
## Highlights
🤖 **AI Creation** — Describe your idea, watch AI build it live with HTML, CSS & JS
🎨 **Interactive** — Every project is a real web page you can tap, drag, scroll and play with
🌍 **Discover** — Browse a feed of amazing creations from the community
💬 **Social** — Like, save, comment, and follow your favorite creators
## Tech Stack
| Layer | Technology |
|---|---|
| **App** | SwiftUI · WKWebView · Runestone · Tree-sitter |
| **Backend** | Cloudflare Workers · Hono · D1 · R2 |
| **Auth** | Clerk — Apple & Google Sign-In |
## Getting Started
> Requires **Xcode 16.0+** and **iOS 18.0+**
```bash
git clone https://github.com/BingoWon/demoly-app.git
cd demoly-app
open Demoly.xcodeproj
```
Add your API keys to `Config/Debug.xcconfig`, then build and run.
## Project Structure
```
Demoly/
├── Models/ Data models
├── Services/ API & AI services
├── ViewModels/ View models
└── Views/
├── Create/ AI creation flow
├── Feed/ Discover feed
├── Profile/ User profile & settings
└── Share/ Share sheet
```
## Contributing
Contributions are welcome — feel free to open an issue or submit a pull request.
1. Fork the repo
2. Create your branch — `git checkout -b feature/my-feature`
3. Commit — `git commit -m 'feat: add my feature'`
4. Push — `git push origin feature/my-feature`
5. Open a Pull Request
We follow [Conventional Commits](https://www.conventionalcommits.org/).