awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
E

emrcftci/CleanSwiftArchitectureGenerator

0
View on GitHub↗
0 stars·0 forks·4 views

CleanSwiftArchitectureGenerator

Features

  • Clean Architecture - Tool for generating Clean Swift architecture files.

Star history

Star history chart for emrcftci/cleanswiftarchitecturegeneratorStar history chart for emrcftci/cleanswiftarchitecturegenerator

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to CleanSwiftArchitectureGenerator

Similar open-source projects, ranked by how many features they share with CleanSwiftArchitectureGenerator.
  • rmanguinho/clean-ts-apirmanguinho avatar

    rmanguinho/clean-ts-api

    1,913View on GitHub↗

    This project is a backend framework built with TypeScript that implements clean architecture and SOLID principles to support scalable server-side development. It provides a structured environment for building applications that require secure user authentication, role-based access control, and interactive data collection workflows. The framework distinguishes itself by enforcing a strict separation of business logic from infrastructure concerns through a layered design and dependency injection. It utilizes a schema-first approach to expose application functionality simultaneously through REST

    TypeScriptclean-architectureclean-codecoveralls
    View on GitHub↗1,913
  • stemmlerjs/ddd-forumstemmlerjs avatar

    stemmlerjs/ddd-forum

    2,088View on GitHub↗

    This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for implementing domain-driven design and clean architecture patterns. It provides a structured environment for community discussion, enabling users to register, authenticate, and engage in moderated conversations across organized topic categories. The platform distinguishes itself by strictly separating core business logic from infrastructure concerns. By utilizing a layered hexagonal architecture and the repository pattern, the codebase isolates business rules from external frameworks a

    TypeScriptdddhackernewstypescript
    View on GitHub↗2,088
  • clean-swift/cleanstoreClean-Swift avatar

    Clean-Swift/CleanStore

    1,923View on GitHub↗

    A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.

    Swift
    View on GitHub↗1,923
  • sergdort/cleanarchitecturerxswiftsergdort avatar

    sergdort/CleanArchitectureRxSwift

    4,100View on GitHub↗

    This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes software into distinct layers to decouple business rules from external frameworks, user interfaces, and infrastructure to improve testability and maintenance. The template incorporates Domain Driven Design to isolate core business logic and utilizes a modular application structure to divide features into independent modules. It employs the Coordinator pattern to remove routing logic from view controllers and a dependency injection framework to ensure components remain independent and

    Swift
    View on GitHub↗4,100
See all 5 alternatives to CleanSwiftArchitectureGenerator→

Frequently asked questions

What are the main features of emrcftci/cleanswiftarchitecturegenerator?

The main features of emrcftci/cleanswiftarchitecturegenerator are: Clean Architecture.

What are some open-source alternatives to emrcftci/cleanswiftarchitecturegenerator?

Open-source alternatives to emrcftci/cleanswiftarchitecturegenerator include: rmanguinho/clean-ts-api — This project is a backend framework built with TypeScript that implements clean architecture and SOLID principles to… stemmlerjs/ddd-forum — This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for… clean-swift/cleanstore — A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to… sergdort/cleanarchitecturerxswift — This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes… tiagomartinho/reminders.