Getting Started
How do I stop the AI Agent while it's working on a request?
How do I stop the AI Agent while it's working on a request?
- The current operation will stop immediately
- Your codebase will remain unchanged
- You can start a new request immediately
How do I restore my previous version?
How do I restore my previous version?
- Your codebase will revert to its exact state before that request
- The changes Solid made during that request will be removed
- Any subsequent changes (manual or through other tools) will also be removed
- You’re not satisfied with the output
- You want to try a different prompt
- You need to quickly restore a previous working version
Database & Local Development
How do I access the database?
How do I access the database?
Development Database
The link to the database is:[your-preview-app-url]/codapt/dbExample: If your preview app’s address is https://preview-p9pdfsan2j5n10yr7ihs2y.codapt.app, then the database link is https://preview-p9pdfsan2j5n10yr7ihs2y.codapt.app/codapt/dbProduction Database
The link to the database is:[YourProjectName].codapt.app/codapt/dbLog in using the password. You can ask Solid AI for your ADMIN_PASSWORD if you don’t have it at hand. You can also find your password in your project’s .env file, stored as ADMIN_PASSWORD.How do I run my project locally?
How do I run my project locally?
Install Docker Desktop
Set up IDE
- Download your favorite IDE (VSCode, Cursor, Windsurf, etc.)
- Install Solid Extension into the IDE
- Download your project if you started it in the web version and open it with the IDE
Run the project
- Open the terminal inside the IDE
- Run the following command:
- Once the logs stop scrolling, go to http://localhost:8000
File Management
How do I download/export my project code repository from the web version?
How do I download/export my project code repository from the web version?
Access Options
Export
Download
How do I add images/videos to my project?
How do I add images/videos to my project?
Option 1: Google Drive
- Upload to Google Drive
- Copy the link in public format
- Send the link to Solid in your prompt
Option 2: Local Files (Recommended)
Download Extension
Open Code Repository
Add Images
Reference in Prompts
Refresh if Needed
Troubleshooting
I'm getting an error when I try to do something
I'm getting an error when I try to do something
I only see a white screen
I only see a white screen
Check Logs
Send to Solid
I see a 'Not found' message
I see a 'Not found' message
Technical Questions
What's the tech stack of web apps generated by Solid?
What's the tech stack of web apps generated by Solid?
Frontend
- Framework: React 18 + TypeScript
- Styling: Tailwind CSS
- Build Tool: Vite
- Testing: Vitest/React Testing Library
Backend
- Framework: Node.js (with tRPC for API layer)
- Language: TypeScript
- Database: SQLite (development) / PostgreSQL (production)
- ORM: Prisma
Features
- Authentication (context and procedures)
- CRUD operations for core entities
- File upload support (MinIO integration)
- Testing: Jest for backend unit/integration tests
DevOps
- Containerization: Docker (multi-service setup, Nginx reverse proxy)
- Linting/Formatting: ESLint, Prettier
- UTF-8: Default encoding for Node.js/TypeScript projects
How is Solid different from other AI coding tools?
How is Solid different from other AI coding tools?
- No Supabase shortcuts - We write real backend code
- No prefab backend tools - Custom, scalable architecture
- No vendor lock-ins - You own your code completely
- Production-ready - Built for scale from day one
- Full customization - Every part of the stack is modifiable
Why is Solid better than Lovable/Bolt?
Why is Solid better than Lovable/Bolt?
Billing & Credits
How do I get more credits?
How do I get more credits?
Go to Billing
Subscribe or Buy Credits
- To subscribe: Click “Subscribe”
- To buy extra credits: Use the web interface
Advanced Features
Can I import projects from Lovable?
Can I import projects from Lovable?
From Web Version
Create New Project
Import
From Extension
Setup
- Download Windsurf or Cursor
- Install Solid Extension
- Create a new project using the extension
Import
- Download the project from Lovable and rename the folder to “lovable-mockup”
- Add this folder to your repository
- Click “Refresh preview manually”
- Send the migration prompt
Getting Help
Where can I get additional support?
Where can I get additional support?
Community Support
- Discord Community: Join our Discord
- Email Support: hello@codapt.ai
Professional Help
- Engineering Support: Hire a real engineer for 30 minutes ($90) by booking an appointment
Self-Help Resources
- Use our prompt helper tool
- Browse our prompt examples
- Check out apps built with Solid