tl;dr — NexAgent open-sources several tools: homestead (a chat-driven site builder with 18 themes + 15 blocks), nextclaw (AI long-term memory plugin, Apache 2.0), and openclaw-nextagent (21 custom modules).
Open Source
The AI tools we use ourselves — open for everyone
🦞nextclaw
Open-source long-term memory plugin for OpenClaw AI
Ordinary AI forgets after every chat and starts from zero the next time. nextclaw gives OpenClaw real long-term memory: stores every conversation in a proven database, lets you find the same memory 8 different ways, and answers repeat questions in milliseconds without hitting the AI model every time — faster and cheaper. When multiple AIs share one memory store, the database itself enforces who sees what. Tested: 75%+ of repeat questions answered in under 5ms. Apache 2.0.
Highlights
What it's built on
🏠AI Website Builder
Build and edit your website just by chatting — say what you want, AI does it live on refresh
Building and editing your site no longer waits on a developer's queue. Just tell the AI in chat: change the colors, add a section, reword this line, upload an image, publish a blog post — it's done on the spot and live on refresh, no redeploy. Pick from 18 one-click themes, 15 ready-made blocks, and 9 full-page industry templates (restaurant / clinic / law…); you can even feed a screenshot and have it rebuilt as a section. Built-in live chat, Google Sign-In, newsletter, and daily AI blogs included; one command to go live. Already running in production.
Highlights
What it's built on
OpenClaw NexAgent Setup
NexAgent's complete OpenClaw configuration — so you don't have to figure it out from scratch
21 custom capability modules covering memory, content ops, credential safe, and multi-server management. AI remembers conversations across sessions. Discord-native interface. All passwords and API keys are encrypted — nothing readable sits in code. Runs without Docker, directly on the OS. nextagent.ca's blog and service-page automation runs on this exact setup.
Key Highlights
Agentic Memory
Earlier version — replaced by nextclaw above. Kept for reference.
Give your AI agent persistent, searchable, growing memory. Built as an OpenClaw plugin that fully replaces the built-in memory module with a dedicated database backend.
Core Features
What it's built on
Quick Start
docker compose up -dpip install -r requirements.txtuvicorn main:app --port 18800curl http://localhost:18800/healthProject Timeline
homestead — built-in live chat + page templates
homestead gets a live chat widget answered by AI in real time, EN/ZH auto-detected, every thread mirrored to operator Telegram so a human can take over any time. Plus 9 full-page industry templates (restaurant / clinic / law firm…).
homestead — chat-driven site builder open-sourced
Public release of homestead: "Elementor, but you edit it by chatting." 18 one-click theme presets + 15 block types. Next.js + Flask + Postgres, Google Sign-In / newsletter / daily AI blogs built in. AI edits the live site through a standard contract — no redeploy needed.
nextclaw 0.1.0 — AI memory plugin open-sourced
Public release of nextclaw, a long-term memory plugin for OpenClaw. 4 priority layers for finding memories fast, 8 different angles to index the same memory, writes efficiently without burning AI credits, hard per-AI isolation enforced at the database, real-time bilingual dashboard. Apache 2.0 on GitHub.
Multi-platform reading + multi-server management + 21 modules total
Added agent-reach (reads 17 platforms: Twitter, Reddit, YouTube, Bilibili, XiaoHongShu, Douyin, Weibo, WeChat, Xueqiu, RSS, Exa…), a multi-server management module, and a self-upgrade flow. Module count: 17 → 21.
Encrypted credential safe
All passwords, SSH keys, API tokens, and database credentials moved into an encrypted safe. Modules decrypt at runtime — no credentials sit in tracked code.
openclaw-nextagent open-sourced
Full config released: 17 module templates, database schema, system service files, blog automation. Session memory fix: 2h idle reset + auto-compress when conversation gets long.
Removed Docker — runs directly on the OS now
All 5 Docker containers (database, cache, file store, Flask API, Discord bot) migrated to run natively. ~2GB freed, faster startup, no Docker dependency.
Switched to Claude Sonnet 4.6 + Tavily + upgraded memory
Moved from local Qwen3-30B to Claude Sonnet 4.6. Integrated Tavily for news fetching. Built-in memory fully replaced by Agentic Memory plugin.
Security Hardening
File permission fixes, secrets moved out of Dockerfiles into .env, Discord allow-list enforced, security monitor bot deployed.
v1.0 Initial Release
First open-source release of the AI long-term memory system. Semantic search, structured facts, workspace file indexing, auto-extraction, time decay.
Want to build your own customized OpenClaw?
We help businesses get AI actually working. The same systems behind our open-source projects are available as a managed service.
Talk to UsOpen Source FAQ
Which projects does NexAgent open source?
Three main ones: openclaw-nextagent (our complete production AI agent setup), Agentic Memory / nextclaw (long-term memory plugins for OpenClaw), and homestead (chat-driven site builder).
What license do you use?
nextclaw is Apache 2.0; the others are MIT — free to use, modify, and ship in personal and commercial projects.
How do I contribute?
Open a GitHub issue or pull request on the relevant repo. For big changes, chat in our Discord first. We review contributions regularly.
Can I use these tools in my own business?
Yes, the licenses permit commercial use. If you want someone to deploy or customize it for you, NexAgent offers managed and custom-build services.