This repository contains the official documentation for YourGPT — AI-first, no-code platform that helps businesses build, automate, and scale customer support, sales, and workflow automation.
The docs provide setup guides, integration tutorials, feature references, and best practices for using YourGPT effectively.
The following folders and files:
.
├── public/
├── src/
│ ├── assets/
│ ├── content/
│ │ ├── docs/
| | | ├── Chatbot
| | |
│ │ └── config.ts
│ └── env.d.ts
├── astro.config.mjs
├── package.json
└── tsconfig.json
- Docs location: Add
.mdxfiles insidesrc/content/docs/ - Assets: Place images in
src/assets/and reference with relative links - Public files: Put the static assets in
public/
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Get help using the Astro CLI |
We welcome contributions to improve documentation.
Guidelines:
- Write content in Markdown (.md) or MDX (.mdx)
- Keep the tone clear, professional, and consistent with YourGPT brand voice
- Use headings, bullet points, and tables for readability
- Add images to
src/assets/and use relative links - Submit changes through pull requests
This repository is licensed under the MIT License.
For help with the docs or the YourGPT platform:
- 🌐 Visit YourGPT.ai
- 💬 Join the Discord Community
- 🐦 Follow us on Twitter/X
- 💼 Connect on LinkedIn
- 📝 Open an issue in this repo if you find bugs or gaps in the documentation