SaaS Alternative
WebflowStars
Forks
Watchers
Developer links
Ever Works
Ever Works transforms a single text prompt into a fully researched, written, coded, and deployed website through autonomous AI agents that operate on a configurable 15-step generation pipeline. Unlike one-shot builders, it continuously improves generated content on a schedule, keeping sites fresh without manual intervention. The platform integrates with six AI providers (OpenAI, Anthropic, Google, Groq, Mistral, Ollama) via gateways like OpenRouter and Vercel AI Gateway, while its plugin system connects ten search providers including Tavily, Brave, Exa, SerpAPI, and Perplexity for deep autonomous research. Every generation is Git-native — code and content live in your own GitHub repositories as commits, providing full version control, portability, and zero vendor lock-in. The monorepo ships a NestJS 11 REST API with JWT authentication, a Next.js 16 web dashboard for managing works, a CLI for terminal operations, an MCP server for AI agent integration, and admin tooling. Content management supports items, categories, tags, and collections, while deployment targets include Vercel and Kubernetes. Background processing runs on Trigger.dev with BullMQ scheduling, and monitoring leverages Sentry plus PostHog for error tracking and product analytics. The platform supports OAuth via GitHub and Google, subscription billing, email notifications, and AI chat conversations for natural-language interaction with your generated works. Running on a dedicated VPS on RepoCloud with guaranteed CPU, RAM, and SSD, full root SSH access, and a browser serial console. AGPL-3.0 licensed.
Benefits
- Fully Autonomous Content Pipeline
- AI agents independently research topics, write long-form content, generate production-ready code, and deploy complete websites without requiring manual steps between pipeline stages.
- Git-Native Zero Lock-In
- Every generated artifact lives as a commit in your own GitHub repository, providing full version history, branch-based workflows, and complete data portability across hosting providers.
- Multi-Provider AI Flexibility
- Connect OpenAI, Anthropic, Google, Groq, Mistral, or Ollama through OpenRouter gateway, switching models per-task without code changes via the extensible plugin architecture.
- Continuous Scheduled Improvement
- Unlike one-shot generators, Ever Works keeps researching and updating deployed sites on a configurable schedule via Trigger.dev background jobs, ensuring content stays current automatically.
Features
- Plugin Ecosystem
- Standalone ESM plugin packages for AI providers, search engines, content extractors, screenshot services, Git providers, and deployment targets with declarative metadata.
- REST API
- NestJS 11 headless API with JWT authentication, work management endpoints, AI conversation threads, and deployment triggers accessible programmatically.
- MCP Server
- Model Context Protocol server on port 3200 exposing platform capabilities to external AI agents and IDEs for programmatic orchestration.
- Multi-App Monorepo
- Turborepo plus pnpm workspaces orchestrating API, web dashboard, CLI, admin, MCP server, and documentation site in a single coordinated build.
- AI Agent Cockpit
- Real-time dashboard showing agent status, current activity, token usage, and costs with ability to steer, interrupt, or resume running agents.