AI-Assisted Setup¶
No coding experience? No problem. Let AI set up your Mozaiks app for you.
What You'll Need¶
Before starting, make sure you have:
-
An AI coding agent - Any IDE-integrated AI assistant that can run terminal commands:
- Claude Code (recommended)
- Cursor
- GitHub Copilot in VS Code
- Or any similar tool
-
An OpenAI API key - For the AI features (Get one here)
That's it! Your AI assistant will help you install everything else.
The Setup Prompt¶
Copy this entire prompt and paste it into your AI coding agent:
I want to set up Mozaiks, an open-source AI application stack. I have no coding experience, so please guide me step by step.
First, fetch the setup instructions from:
https://raw.githubusercontent.com/BlocUnited-LLC/mozaiks/main/SETUP_INSTRUCTIONS.md
Follow those instructions to help me:
1. Check what operating system I'm using
2. Check if I have the required tools installed (Docker, Python, Node.js, Git)
3. Help me install anything that's missing
4. Clone the Mozaiks repository
5. Walk me through the full setup
Be patient with me - explain things simply and wait for my confirmation at each step.
What Happens Next¶
After you paste the prompt, your AI assistant will:
- Check your system - Detect Windows, Mac, or Linux
- Verify prerequisites - Check for Docker, Python, Node.js, Git
- Help install missing tools - With step-by-step instructions
- Clone the repository - Download Mozaiks to your computer
- Configure your app - Set up your OpenAI API key
- Start all services - Database, auth system, backend, frontend
- Verify everything works - Test that your app is running
- Explain next steps - How to customize and use your new app
The whole process takes about 10-15 minutes, depending on your internet speed and what tools you already have installed.
Troubleshooting¶
"My AI assistant doesn't know what Mozaiks is"¶
Make sure you copied the entire prompt above, including the link to the GitHub repository. The AI will read the setup instructions from there.
"I don't have an AI coding agent"¶
We recommend Claude Code — it's free to get started and available for Windows, Mac, and Linux. Other options include Cursor or GitHub Copilot.
"I got stuck somewhere"¶
Tell your AI assistant what error you're seeing. It can help troubleshoot most issues. If you're still stuck, open an issue on GitHub.
"Can I do this manually instead?"¶
Absolutely! Check out the Getting Started guide for traditional setup instructions.
What You're Building¶
When setup is complete, you'll have a fully working AI application with:
- Chat Interface - Users can talk to AI agents
- User Authentication - Login system with user accounts
- Database - Stores conversations and data
- Customizable UI - Change colors, logo, branding
- Extensible Workflows - Add your own AI capabilities
All running on your own computer, ready to customize and eventually deploy.
Next Steps After Setup¶
Once your app is running:
- Customize your branding - Colors, logo, fonts
- Add AI workflows - Create new AI capabilities
- Read the architecture docs - Understand how it all works
-
Ready to start?
Copy the prompt above and paste it into your AI coding agent. Your AI app awaits!