← All posts
ZeroDB for Non-Devs: A One-Hour Workshop for Founders, Creatives, and Operators
PLATFORM UPDATESApril 15, 2026

ZeroDB for Non-Devs: A One-Hour Workshop for Founders, Creatives, and Operators

By Karsten Wade
# ZeroDB for Non-Devs: A One-Hour Workshop for Founders, Creatives, and Operators We have all felt the friction of the _blank slate_ problem. You open a new chat with Claude or ChatGPT, and for the thousandth time, you have to explain who you are, what your business does, and why you prefer your emails to sound like a human wrote them. It feels like every interaction is a first date — charming at first, but exhausting by the tenth time you have explained that your _favorite color_ is actually a specific hex code for your brand. We invite you to stop repeating yourself. The truth is, we have been asking our AI assistants to do the impossible: to be brilliant without a memory. If you find yourself frustrated that your AI just does not get it anymore, that is likely a failure of our tools to provide a proper notebook, not a failure of your prompting or the AI's intelligence. You are not coding. You are giving your AI a memory. This post is a walkthrough of our one-hour workshop designed specifically for the founders, the creatives, and the operators who want to move past _vibe coding_ and into _vibe engineering_. We have designed this path to be accessible — if you are productively lost, that is a failure of our map, not your navigation.
Part Topic Duration
1 What Is ZeroDB? (Concepts) 10 min
2 Start Your Machine (Setup) 10 min
3 Store Your First Memory 15 min
4 Connect to AI Tools (The Payoff) 15 min
5 The Tour (Tables, Files, Events) 5 min
6 Wrap-Up and Next Steps 5 min
## Part 1: What Is ZeroDB? Before we pick up our tools, we need to understand the workbench. Most AI tools today suffer from short-term memory. ZeroDB is the solution: it gives your AI a permanent place to store facts, notes, and context. Think of ZeroDB as a combination of a notebook, a filing cabinet, and a highly efficient librarian. It does three things exceptionally well: 1. **Remembers.** It stores the facts that matter to you. 2. **Searches by meaning.** You can ask it what you decided about the logo and it finds the answer even if you never used the word _logo_ in that specific note. 3. **Stores files.** It makes your PDFs, CSVs, and images searchable by their actual content. ## Part 2: Start ZeroDB on Your Machine Now let us get our hands on the hardware. We use Docker because it creates a clean, isolated workshop for ZeroDB to live in — meaning it will not clutter up the rest of your computer. Open your terminal (Terminal on Mac, PowerShell on Windows) and type this single command: ```bash docker-compose up -d ``` Give it about thirty seconds to breathe. Once the green whale icon in your Docker Desktop is happy, open your browser to `http://localhost:3000`. You are now looking at your local ZeroDB dashboard. Click the _New Project_ button and name it `my-first-project`. This is your first claim in the world of semantic data. ## Part 3: Store Your First Memory With our project created, it is time to start the _assay_ — the process of testing our data. Navigate to your project in the dashboard and find the _Memory_ or _Vectors_ tab. Click _Add_ and let us give the AI something to remember: > Our company sells handmade candles. Best seller is lavender. We ship to all 50 states. Add a few more: > Customer Sarah called about a bulk order of 200 lavender candles for a wedding in June. > We are thinking about adding soy wax options next quarter. Now try the magic of _semantic search_. In the search box, type `wedding orders`. ZeroDB finds Sarah's order. Notice that you never typed the word _wedding_ in your search, but the system _understood_ that Sarah's June ceremony was relevant. This is the heart of giving your AI a memory — it understands context, not just keywords. Try another: search for `product roadmap`. ZeroDB finds the soy wax note, even though you never typed _product_ or _roadmap_ into that memory. ## Part 4: Connect It to an AI Tool This is the payoff. We are going to bridge ZeroDB to your actual AI assistant so it can use these memories in a conversation. If you are using Claude Code, open your settings and paste this MCP (Model Context Protocol) configuration: ```json { "mcpServers": { "zerodb-memory": { "command": "npx", "args": ["-y", "ainative-zerodb-memory-mcp"], "env": { "ZERODB_API_URL": "http://localhost:8000", "ZERODB_PROJECT_ID": "my-first-project", "ZERODB_API_KEY": "local" } } } } ``` Now ask Claude: _What do you know about our candle business?_ Watch as it recalls the memories you just stored. Ask it: _Draft a follow-up email to Sarah about her June wedding order._ The email will be perfect because Claude is not guessing — it is _remembering_. ## Part 5: What Else Can You Do? While the memory feature is the star of the show, ZeroDB is a complete workshop. Take a quick tour of the other tabs in the dashboard: - **Tables** — like a spreadsheet that lives inside ZeroDB. You can store structured data here and query it. - **Files** — upload a PDF or a CSV. ZeroDB will index the content so your AI can search _inside_ your documents. - **Events** — a timeline log. It shows you exactly what your AI has been doing, which is essential for building trust in your agentic workflows. ## Part 6: Wrap-Up and Next Steps In just one hour, you have moved from a blank slate to a persistent, intelligent system. Here is what we covered: 1. ZeroDB gives AI a persistent memory that does not disappear when you close the tab. 2. Semantic search lets you find things by meaning, even when you do not have the exact keywords. 3. A single configuration file connects this memory to professional tools like Claude and Cursor. 4. Most importantly, everything runs on your machine. Your data stays local, private, and yours. ### Next steps for your journey - Try uploading your real business documents — contracts, product lists, or customer notes. - Explore the dashboard and see how the _Events_ log tracks your searches. - **Join us at Citizen Space hack nights** to go deeper and see what others are building. ### Resources - **Dashboard** (after setup): `http://localhost:3000` - **Product Page**: [ainative.studio/products/zerodb](https://ainative.studio/products/zerodb) - **Getting Started**: [ainative.studio/getting-started](https://ainative.studio/getting-started) We invite you to keep building. Remember: you are not just coding — you are giving your AI a memory. We cannot wait to see what it remembers for you. --- _Developed with Cody, our internal agentic architect._ _Built by the AINative Dev Team._ --- #ZeroDB #Workshop #AIAgents #Tutorial #VectorSearch #ModelContextProtocol

Check your site's AX Score

Free scan, 6 categories, under 60 seconds. See how your site ranks on the agentic web.

Run a free audit →