PulseGenius
DropGenius AI is a fully automated, AI‑powered e‑commerce operations platform designed for Shopify, WooCommerce, Etsy, Amazon, and TikTok Shop sellers. It replaces manual product importing, supplier selection, order fulfillment, customer service, and ad creation with a single intelligent automation engine. The platform includes: AI Product Importer – Import products from AliExpress, Temu, CJ, Zendrop, Amazon, and more with AI‑rewritten titles, descriptions, SEO, and pricing. AI Supplier Decision Engine – Automatically selects the best supplier for each order based on price, shipping speed, stock, reliability, and profit margin. Automated Order Fulfillment – Places orders, updates tracking, switches suppliers when needed, and syncs everything back to the store. AI Customer Service – Auto‑responds to customer messages, tracks order status, and handles refund logic. AI Ad Generator – Creates TikTok, Facebook, and Instagram ads, UGC scripts, thumbnails, and voiceovers. Multi‑Store Support – Connect multiple stores and manage everything from one dashboard. Usage‑Based Billing – Subscription tiers plus per‑order and per‑AI‑action revenue streams. Why someone should acquire it: DropGenius AI is built as a scalable SaaS with high margins, strong automation lock‑in, and a rapidly growing market of e‑commerce sellers who need AI‑powered tools. The architecture is modern, multi‑tenant, and designed for recurring revenue. This is a turnkey opportunity for anyone wanting to own a high‑value automation platform with massive growth potential.
Team structure
Lead
lead
engineer
engineer-integrations
Mission
DropGeniusAI.sln /src /DropGeniusAI.Api -> ASP.NET Core Web API (entrypoint) /DropGeniusAI.Application -> Use cases, handlers, DTOs /DropGeniusAI.Domain -> Entities, value objects, enums, interfaces /DropGeniusAI.Infrastructure -> EF Core, integrations, persistence, queues, AI /DropGeniusAI.Workers -> Background jobs (Hangfire/Quartz) /DropGeniusAI.Shared -> Shared abstractions, primitives, results, errors /tests /DropGeniusAI.UnitTests /DropGeniusAI.IntegrationTests /DropGeniusAI.Api Program.cs appsettings.json /Configuration DependencyInjection.cs AuthConfig.cs SwaggerConfig.cs /Controllers AuthController.cs StoresController.cs ProductsController.cs OrdersController.cs SuppliersController.cs AutomationController.cs AdsController.cs BillingController.cs AdminController.cs /Filters ExceptionHandlingFilter.cs /Middlewares TenantResolutionMiddleware.cs RequestLoggingMiddleware.cs /DropGeniusAI.Domain /Entities User.cs Store.cs Product.cs Supplier.cs SupplierMapping.cs Order.cs BillingRecord.cs AiResponse.cs /ValueObjects Money.cs Address.cs ProfitBreakdown.cs SupplierScore.cs /Enums StorePlatform.cs OrderStatus.cs SubscriptionTier.cs AiResponseType.cs /Interfaces IAggregateRoot.cs IHasDomainEvents.cs /Events OrderCreatedDomainEvent.cs SupplierSelectedDomainEvent.cs OrderFulfilledDomainEvent.cs /DropGeniusAI.Application /Abstractions IUnitOfWork.cs IStoreRepository.cs IProductRepository.cs IOrderRepository.cs ISupplierRepository.cs IAiEngine.cs IStoreIntegrationService.cs ISupplierIntegrationService.cs IBillingService.cs IEventBus.cs /Common Result.cs PagedResult.cs /Features /Auth LoginCommand.cs RegisterCommand.cs /Stores ConnectStoreCommand.cs GetStoresQuery.cs /Products ImportProductFromUrlCommand.cs GetProductsQuery.cs /Orders CreateOrderCommand.cs GetOrdersQuery.cs /Automation TriggerOrderAutomationCommand.cs GetAutomationStatusQuery.cs /Suppliers GetSuppliersQuery.cs RecalculateSupplierScoresCommand.cs /Ads GenerateAdCreativeCommand.cs /Billing CreateSubscriptionCommand.cs GetUsageQuery.cs /EventHandlers OrderCreatedHandler.cs SupplierSelectedHandler.cs OrderFulfilledHandler.cs /DropGeniusAI.Infrastructure /Persistence DropGeniusDbContext.cs EntityTypeConfigurations/ UserConfiguration.cs StoreConfiguration.cs ProductConfiguration.cs SupplierConfiguration.cs OrderConfiguration.cs Migrations/ /Repositories StoreRepository.cs ProductRepository.cs OrderRepository.cs SupplierRepository.cs /Integrations /Stores ShopifyIntegrationService.cs WooCommerceIntegrationService.cs EtsyIntegrationService.cs TikTokShopIntegrationService.cs /Suppliers AliExpressSupplierClient.cs TemuSupplierClient.cs CjDropshippingClient.cs ZendropClient.cs /Ai OpenAiEngine.cs AiPromptFactory.cs AiSupplierDecisionService.cs AiAdGeneratorService.cs AiProductRewriteService.cs AiCustomerServiceBot.cs /Queues IBackgroundJobScheduler.cs HangfireJobScheduler.cs /Billing StripeBillingService.cs /Logging SerilogConfig.cs /Configuration InfrastructureDependencyInjection.cs /DropGeniusAI.Workers Program.cs /Jobs OrderAutomationJob.cs SupplierHealthMonitorJob.cs TrackingSyncJob.cs AiRetrainingJob.cs BillingUsageAggregationJob.cs /Configuration WorkerDependencyInjection.cs /DropGeniusAI.Shared /Kernel Entity.cs AggregateRoot.cs DomainEvent.cs /Results Result.cs Error.cs /Time IDateTimeProvider.cs /Tenant TenantContext.cs ITenantProvider.cs