-```
-
-## Video and GIFs
-
-### Embedding Videos
-
-```html
-
-
-
-```
-
-### Animated GIFs
-
-Use GIFs sparingly for short demonstrations:
-
-```html
-
-```
-
-## Accessibility
-
-### Alt Text Guidelines
-
-- **Descriptive**: Describe what's in the image
-- **Concise**: Keep it under 125 characters
-- **Context-aware**: Consider surrounding content
-- **Skip decorative**: Use empty alt="" for decorative images
-
-### Examples
-
-```html
-
-
-
-
-
-
-
-
-```
-
-## Performance Tips
-
-### Lazy Loading
-
-```html
-
-```
-
-### Progressive Enhancement
-
-```html
-
-
-
-
-
-```
-
-### CDN Integration
-
-For production, consider using a CDN:
-
-```html
-
-```
-
-## Troubleshooting
-
-
-
- - Check the file path is correct
- - Ensure the image exists in the `images` directory
- - Verify file permissions
- - Check for typos in the filename
-
-
-
- - Compress the image using optimization tools
- - Consider using WebP format
- - Implement lazy loading
- - Use appropriate dimensions
-
-
-
- - Verify you're using the correct CSS classes
- - Check that both light and dark images exist
- - Ensure proper naming convention
- - Test in both themes
-
-
\ No newline at end of file
diff --git a/essentials/markdown.mdx b/essentials/markdown.mdx
deleted file mode 100644
index 8523d13..0000000
--- a/essentials/markdown.mdx
+++ /dev/null
@@ -1,232 +0,0 @@
----
-title: 'Markdown'
-description: 'Learn how to use Markdown in your Astrio documentation'
----
-
-## MDX Support
-
-Astrio documentation supports MDX, which allows you to use JSX components directly in your Markdown files.
-
-### Basic Markdown
-
-You can use all standard Markdown syntax:
-
-```markdown
-# Heading 1
-## Heading 2
-### Heading 3
-
-**Bold text** and *italic text*
-
-- Unordered list item
-- Another item
- - Nested item
-
-1. Ordered list item
-2. Another ordered item
-
-[Link text](https://example.com)
-
-`inline code`
-```
-
-### Code Blocks
-
-Syntax highlighting is automatically applied:
-
-````markdown
-```javascript
-function greet(name) {
- return `Hello, ${name}!`;
-}
-```
-
-```python
-def greet(name):
- return f"Hello, {name}!"
-```
-
-```bash
-npm install astrio-cli
-```
-````
-
-### Interactive Components
-
-Use Astrio's built-in components for enhanced documentation:
-
-#### Cards
-
-```jsx
-
-
- Quick start guide for new users
-
-
- Complete API documentation
-
-
-```
-
-
-
- Quick start guide for new users
-
-
- Complete API documentation
-
-
-
-#### Accordions
-
-```jsx
-
-
- Astrio is a platform for building applications quickly.
-
-
- Follow our quickstart guide to begin building.
-
-
-```
-
-
-
- Astrio is a platform for building applications quickly.
-
-
- Follow our quickstart guide to begin building.
-
-
-
-#### Steps
-
-```jsx
-
-
- Install the Astrio command line interface
-
-
- Generate a new Astrio project
-
-
- Deploy your application to production
-
-
-```
-
-
-
- Install the Astrio command line interface
-
-
- Generate a new Astrio project
-
-
- Deploy your application to production
-
-
-
-### Callouts
-
-Use callouts to highlight important information:
-
-
-This is a note callout for general information.
-
-
-
-This is a tip callout for helpful suggestions.
-
-
-
-This is a warning callout for important notices.
-
-
-
-This is an info callout for additional details.
-
-
-```jsx
-
-This is a note callout for general information.
-
-
-
-This is a tip callout for helpful suggestions.
-
-
-
-This is a warning callout for important notices.
-
-
-
-This is an info callout for additional details.
-
-```
-
-### Math Support
-
-Astrio supports LaTeX math notation:
-
-Inline math: $E = mc^2$
-
-Block math:
-$$
-\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
-$$
-
-```markdown
-Inline math: $E = mc^2$
-
-Block math:
-$$
-\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
-$$
-```
-
-### Tables
-
-| Feature | Description | Status |
-| ------- | ----------- | ------ |
-| Authentication | User login/logout | ✅ Complete |
-| Database | Data persistence | ✅ Complete |
-| API Routes | REST endpoints | 🚧 In Progress |
-| Payments | Stripe integration | ⏳ Planned |
-
-### Custom Components
-
-You can create and use custom React components:
-
-```jsx
-import { CustomButton } from '../components/CustomButton';
-
-
- Click me!
-
-```
-
-### Best Practices
-
-
-
- - Use clear headings to organize information
- - Break up long sections with subheadings
- - Use bullet points and numbered lists
- - Include code examples where relevant
-
-
-
- - Use Cards to group related links
- - Implement Steps for processes
- - Add Accordions for optional details
- - Include callouts for important information
-
-
-
- - Use consistent formatting across pages
- - Follow the same structure for similar content
- - Use appropriate callout types
- - Maintain consistent code formatting
-
-
\ No newline at end of file
diff --git a/features/overview.mdx b/features/overview.mdx
new file mode 100644
index 0000000..5d35b0b
--- /dev/null
+++ b/features/overview.mdx
@@ -0,0 +1,172 @@
+---
+title: 'Features Overview'
+description: 'Discover the powerful features that make Astrio the fastest way to build applications'
+---
+
+## Why Choose Astrio?
+
+Astrio revolutionizes application development by combining the power of AI with intuitive no-code tools. Build production-ready applications in minutes, not months.
+
+
+
+ Visual drag-and-drop interface for rapid application development
+
+
+ Intelligent code generation and optimization suggestions
+
+
+ Deploy to production with automatic scaling and SSL
+
+
+ Work together with your team in real-time
+
+
+
+## Core Capabilities
+
+### 🎨 Visual Development
+
+Build beautiful, responsive applications using our intuitive visual editor:
+
+- **Drag & Drop Components**: Pre-built UI components for rapid development
+- **Responsive Design**: Automatic mobile optimization
+- **Custom Styling**: Full control over appearance and branding
+- **Theme System**: Light/dark mode and custom themes
+
+### 🤖 AI Integration
+
+Leverage artificial intelligence to accelerate your development:
+
+- **Smart Code Generation**: AI writes code based on your descriptions
+- **Intelligent Suggestions**: Get recommendations for improvements
+- **Auto-completion**: AI-powered code completion and error detection
+- **Natural Language Queries**: Describe what you want and let AI build it
+
+### 🚀 Performance & Scale
+
+Built for performance from day one:
+
+- **Edge Deployment**: Global CDN for lightning-fast load times
+- **Auto-scaling**: Handles traffic spikes automatically
+- **Optimized Builds**: Automatic code splitting and optimization
+- **Real-time Updates**: Instant deployments with zero downtime
+
+### 🔒 Enterprise Ready
+
+Secure and reliable for business applications:
+
+- **SOC 2 Compliant**: Enterprise-grade security standards
+- **SSO Integration**: Single sign-on with popular providers
+- **Role-based Access**: Granular permissions and user management
+- **Audit Logs**: Complete activity tracking and compliance
+
+## Development Workflow
+
+
+
+ Start with our visual builder or import designs from Figma
+
+
+ Add functionality with our component library and AI assistance
+
+
+ Integrate with databases, APIs, and third-party services
+
+
+ Push to production with one click and automatic optimization
+
+
+
+## Feature Comparison
+
+| Feature | Traditional Development | Astrio |
+|---------|------------------------|---------|
+| **Setup Time** | Days to weeks | Minutes |
+| **Coding Required** | Extensive | Minimal to none |
+| **Deployment** | Complex CI/CD setup | One-click deploy |
+| **Scaling** | Manual configuration | Automatic |
+| **Maintenance** | Ongoing updates | Managed for you |
+| **Team Collaboration** | Git conflicts | Real-time editing |
+
+## What You Can Build
+
+
+
+ - SaaS platforms and dashboards
+ - E-commerce stores
+ - Content management systems
+ - Customer portals
+ - Internal tools and admin panels
+
+
+
+ - Progressive Web Apps (PWAs)
+ - Native mobile applications
+ - Cross-platform solutions
+ - Mobile-first experiences
+
+
+
+ - CRM systems
+ - Project management tools
+ - Inventory management
+ - HR and payroll systems
+ - Analytics dashboards
+
+
+
+ - RESTful APIs
+ - GraphQL endpoints
+ - Microservices
+ - Webhook handlers
+ - Data processing pipelines
+
+
+
+## Getting Started
+
+Ready to experience the future of application development?
+
+
+
+ See Astrio in action with our interactive demo
+
+
+ Follow our quickstart guide to build your first app
+
+
+ Browse pre-built templates and examples
+
+
+
+
+Astrio is designed to grow with you - from simple prototypes to enterprise applications handling millions of users.
+
\ No newline at end of file
diff --git a/integrations/overview.mdx b/integrations/overview.mdx
new file mode 100644
index 0000000..f78fba7
--- /dev/null
+++ b/integrations/overview.mdx
@@ -0,0 +1,286 @@
+---
+title: 'Integrations Overview'
+description: 'Connect Astrio with your favorite tools and services to build powerful applications'
+---
+
+## Seamless Connections
+
+Astrio integrates with hundreds of popular services and APIs, allowing you to build feature-rich applications without starting from scratch. Connect your existing tools and data sources with just a few clicks.
+
+
+
+ PostgreSQL, MySQL, MongoDB, Supabase, and more
+
+
+ Google, GitHub, Auth0, Firebase Auth, and custom providers
+
+
+ Stripe, PayPal, Square, and other payment processors
+
+
+ REST APIs, GraphQL, webhooks, and custom integrations
+
+
+
+## Popular Integrations
+
+### 💾 Data & Storage
+
+
+
+
+ PG
+
+ PostgreSQL
+
+
+
+ S
+
+ Supabase
+
+
+
+ M
+
+ MongoDB
+
+
+
+ F
+
+ Firebase
+
+
+
+ R
+
+ Redis
+
+
+
+ A
+
+ Airtable
+
+
+
+### 🔐 Authentication Providers
+
+
+
+
+ G
+
+ Google OAuth
+
+
+
+ G
+
+ GitHub
+
+
+
+ M
+
+ Microsoft
+
+
+
+ A
+
+ Auth0
+
+
+
+ O
+
+ Okta
+
+
+
+ D
+
+ Discord
+
+
+
+### 💳 Payment Processing
+
+
+
+
+ S
+
+ Stripe
+
+
+
+ P
+
+ PayPal
+
+
+
+ S
+
+ Square
+
+
+
+ R
+
+ Razorpay
+
+
+
+## Integration Categories
+
+
+
+ - **Slack** - Team notifications and bot integrations
+ - **Discord** - Community management and webhooks
+ - **Twilio** - SMS and voice communications
+ - **SendGrid** - Email marketing and transactional emails
+ - **Mailchimp** - Email campaigns and automation
+ - **Telegram** - Bot development and notifications
+
+
+
+ - **Google Analytics** - Web analytics and user tracking
+ - **Mixpanel** - Product analytics and user behavior
+ - **Segment** - Customer data platform
+ - **Hotjar** - User session recordings and heatmaps
+ - **Sentry** - Error tracking and performance monitoring
+ - **LogRocket** - Session replay and debugging
+
+
+
+ - **AWS S3** - Scalable object storage
+ - **Cloudinary** - Image and video management
+ - **Google Drive** - Document storage and sharing
+ - **Dropbox** - File synchronization
+ - **Unsplash** - High-quality stock photos
+ - **YouTube** - Video embedding and management
+
+
+
+ - **Notion** - Documentation and knowledge management
+ - **Airtable** - Flexible database and spreadsheets
+ - **Zapier** - Workflow automation
+ - **HubSpot** - CRM and marketing automation
+ - **Salesforce** - Enterprise CRM
+ - **Calendly** - Appointment scheduling
+
+
+
+ - **GitHub** - Code repositories and version control
+ - **Vercel** - Frontend deployment and hosting
+ - **Netlify** - Static site hosting
+ - **Docker** - Containerization
+ - **Kubernetes** - Container orchestration
+ - **Postman** - API testing and documentation
+
+
+
+## How Integrations Work
+
+
+
+ Explore our integration marketplace or search for specific services
+
+
+ Authenticate with your service using OAuth or API keys
+
+
+ Define how data flows between Astrio and your external service
+
+
+ Test your integration and deploy to production
+
+
+
+## Custom Integrations
+
+Don't see your service listed? Astrio supports custom integrations through:
+
+### REST API Integration
+Connect any service with a REST API using our visual API builder:
+- Custom headers and authentication
+- Request/response mapping
+- Error handling and retries
+- Rate limiting and caching
+
+### Webhook Support
+Receive real-time data from external services:
+- Automatic webhook validation
+- Custom payload processing
+- Event-driven workflows
+- Secure endpoint generation
+
+### GraphQL Connections
+Connect to GraphQL APIs with full query support:
+- Schema introspection
+- Query builder interface
+- Subscription support
+- Type-safe data handling
+
+## Enterprise Integrations
+
+For enterprise customers, we offer:
+
+
+
+ Build dedicated connectors for your internal systems
+
+
+ Connect to services behind your firewall
+
+
+ Single sign-on with your identity provider
+
+
+ Branded API endpoints for your customers
+
+
+
+## Getting Help
+
+Need assistance with integrations?
+
+
+Our integration team is here to help! Contact support@astrio.build for custom integration requests or technical assistance.
+
+
+
+Most integrations can be set up in under 5 minutes using our pre-built connectors and guided setup wizard.
+
\ No newline at end of file
diff --git a/introduction.mdx b/introduction.mdx
deleted file mode 100644
index 5e2120b..0000000
--- a/introduction.mdx
+++ /dev/null
@@ -1,102 +0,0 @@
----
-title: Welcome to Astrio
-description: 'Transform your ideas into powerful applications'
----
-
-
-
-
-## What is Astrio?
-
-Astrio is a powerful platform that transforms your ideas into fully functional applications. Build, deploy, and scale your projects without writing extensive code.
-
-
-
- Get your first Astrio application running in under 5 minutes
-
-
- Explore our comprehensive set of tools and capabilities
-
-
- Integrate Astrio into your existing workflows
-
-
- Join our growing community of developers
-
-
-
-## Getting Started
-
-
-
- Astrio supports a wide range of applications including:
- - Web applications and websites
- - Mobile applications
- - API services and microservices
- - Data analytics dashboards
- - E-commerce platforms
- - And much more!
-
-
-
- While coding experience is helpful, Astrio is designed to be accessible to users of all skill levels. Our visual builder and templates make it easy to get started without extensive programming knowledge.
-
-
-
- Astrio provides seamless deployment to various platforms including:
- - Cloud providers (AWS, Google Cloud, Azure)
- - Edge networks for optimal performance
- - Custom domains and SSL certificates
- - Automatic scaling based on traffic
-
-
-
-## Popular Resources
-
-
-
- Learn the fundamentals in minutes
-
-
- Optimize your Astrio applications
-
-
- Start with pre-built solutions
-
-
\ No newline at end of file
diff --git a/introduction/faq.mdx b/introduction/faq.mdx
new file mode 100644
index 0000000..823b146
--- /dev/null
+++ b/introduction/faq.mdx
@@ -0,0 +1,258 @@
+---
+title: 'Frequently Asked Questions'
+description: 'Common questions about Astrio and no-code development'
+---
+
+## General Questions
+
+
+
+ Astrio is an AI-powered no-code platform that allows you to build production-ready applications without writing code. Astrio helps you create everything from simple websites to complex business applications, while also modernizing outdated systems into scalable, future-ready solutions.
+
+
+
+ Astrio is perfect for:
+ - **Entrepreneurs** building MVPs and startups
+ - **Small businesses** creating internal tools
+ - **Agencies** delivering client projects faster
+ - **Developers** prototyping ideas quickly
+ - **Enterprise teams** building custom applications
+
+ No coding experience required!
+
+
+
+ Astrio stands out with:
+ - **AI-powered assistance** that helps you build faster
+ - **True visual development** with no hidden code complexity
+ - **Professional-grade output** suitable for production use
+ - **AI-powered modernization** to upgrade outdated websites and legacy codebases into scalable, future-ready applications
+ - **Seamless integrations** with popular services
+ - **One-click deployment** to global infrastructure
+
+
+
+ No! Astrio is designed for users with no coding background. Our visual interface and AI assistant guide you through the entire process. However, if you do have coding experience, you'll find powerful features that let you customize beyond the visual builder.
+
+
+
+## Getting Started
+
+
+
+ Getting started is simple:
+ 1. **Sign up** for a free account at [astrio.build](https://astrio.build)
+ 2. **Choose a starting point** whether to build from scratch or modernize an existing application
+ 3. **Use the visual builder and natural language prompt system** to design your app
+ 4. **Publish** with one click when ready
+
+ Your first app can be live in under 30 minutes!
+
+
+
+ Yes! Astrio offers a generous free tier that includes:
+ - 5 credits everyday
+ - Basic integrations
+ - Community support
+ - Astrio subdomain hosting
+
+ Perfect for trying out the platform and building your first applications.
+
+
+
+ Absolutely! You can:
+ - **Import from Figma** using screenshots
+ - **Upload images** and recreate designs visually
+ - **Copy and paste** design elements from other tools
+
+
+
+ Build times vary by complexity. Much faster than traditional development!
+
+ By breaking tasks into smaller steps, planning ahead, and refining based on feedback, you can move quickly while ensuring quality.
+
+
+
+
+## Features & Capabilities
+
+
+
+ You can build virtually any web application:
+ - **Portfolio & Landing Websites**: Personal portfolios, business landing pages, product launch sites
+ - **Business tools**: CRM, project management, inventory systems
+ - **E-commerce**: Online stores, marketplaces, subscription services
+ - **Content platforms**: Blogs, communities, learning management systems
+ - **SaaS applications**: Multi-tenant software, analytics dashboards
+ - **Mobile apps**: Progressive web apps that work on any device
+
+
+
+ Yes! Astrio supports connections to:
+ - **PostgreSQL**, **MySQL**, **MongoDB**
+ - **Supabase**, **Firebase**, **Airtable**
+ - **Google Sheets**, **Notion databases**
+ - **Custom APIs** and **GraphQL endpoints**
+
+ Set up database connections visually with no configuration files.
+
+
+
+ Absolutely! Built-in authentication includes:
+ - **Social logins**: Google, GitHub
+ - **Email/password** authentication
+ - **Magic links** for passwordless login
+ - **Custom SSO** for enterprise customers
+ - **Role-based permissions** and user management
+
+
+
+ Yes! Integrated payment processing with:
+ - **Stripe** for credit cards and digital wallets
+
+ Handle subscriptions, one-time payments, and complex billing scenarios.
+
+
+
+ Every app built with Astrio is automatically responsive and mobile-optimized:
+ - **Responsive layouts** adapt to any screen size
+ - **Touch-friendly interfaces** for mobile interaction
+ - **Progressive Web App** features for app-like experience
+ - **Mobile-first design** principles built-in
+
+
+
+## AI & Automation
+
+
+
+ Our AI assistant helps throughout the building process:
+ - **Describe features** in plain English and watch them get built
+ - **Get suggestions** for improving your app's design and functionality
+ - **Auto-generate content** like forms, tables, and workflows
+ - **Optimize performance** with intelligent recommendations
+
+
+
+ Yes! Astrio supports integration with:
+ - **OpenAI GPT models** for text generation and analysis
+ - **Custom AI endpoints** via API integration
+ - **Machine learning services** like AWS, Google Cloud AI
+ - **Computer vision APIs** for image processing
+
+
+
+## Deployment & Performance
+
+
+
+ Deployment is incredibly simple:
+ 1. Click the **"Publish"** button in your project
+ 2. Your app is automatically built and optimized
+ 3. It's deployed to global CDN infrastructure
+ 4. You get a live URL in under 60 seconds
+
+ No server management or DevOps knowledge required!
+
+
+
+ Yes! Custom domains are supported:
+ - **Free subdomains**: yourapp.astrio.build
+ - **Custom domains**: yourdomain.com (paid plans)
+ - **SSL certificates** included automatically
+ - **Global CDN** for fast loading worldwide
+
+
+
+ Built for performance from the ground up:
+ - **Automatic optimization** of images, code, and assets
+ - **Global CDN deployment** for fast loading everywhere
+ - **Intelligent caching** strategies
+ - **Edge computing** for dynamic content
+ - **Performance monitoring** and alerts
+
+
+
+ Your apps automatically scale to handle traffic:
+ - **Auto-scaling infrastructure** handles traffic spikes
+ - **Database optimization** for large datasets
+ - **Caching layers** for improved performance
+ - **Load balancing** across multiple servers
+ - **Enterprise-grade infrastructure** for mission-critical apps
+
+
+
+## Pricing & Plans
+
+
+
+ Flexible pricing for every need:
+ - **Free**: 1 deployed site, community support
+ - **Pro ($25/month)**: 10 deployed sites, custom domains, codebase download
+ - **Business ($100/month)**: 25 deployed sites, collaboration features, priority support
+ - **Enterprise**: Custom pricing for large organizations
+
+ All plans include hosting and deployment.
+
+
+
+ The free plan is essentially a permanent trial! You can:
+ - Recieve 5 credits everyday
+ - Build and deploy up to 1 application
+ - Access most features and integrations
+ - Get community support
+ - Upgrade anytime for additional features
+
+
+
+ Yes! You can upgrade or downgrade at any time:
+ - **Instant upgrades** with immediate access to new features
+ - **Prorated billing** for mid-month changes
+ - **Downgrade protection** - existing projects continue working
+ - **Cancel anytime** with no long-term commitments
+
+
+
+## Support & Community
+
+
+
+ Multiple support channels:
+ - **Documentation**: Comprehensive guides and tutorials
+ - **Community Discord**: Get help from other builders
+ - **Email support**: Direct help from our team
+ - **Priority support**: Faster response times for paid plans
+ - **Video calls**: Screen sharing for complex issues (Enterprise)
+
+
+
+ Yes! Join our active community:
+ - **Discord server**: Real-time chat and help
+ - **Community forum**: Long-form discussions and showcases
+ - **Twitter**: Updates and tips
+ - **YouTube**: Tutorials and livestreams
+ - **Regular meetups**: Virtual and in-person events
+
+
+
+ Multiple learning resources:
+ - **Interactive tutorials** built into the platform
+ - **Video course library** for all skill levels
+ - **Live webinars** and Q&A sessions
+ - **Personal onboarding** for Enterprise customers
+ - **Certification program** for advanced users
+
+
+
+## Still Have Questions?
+
+Can't find what you're looking for? We're here to help!
+
+
+
+ Get instant help from our community and team
+
+
+ Send us an email and we'll get back to you quickly
+
+
\ No newline at end of file
diff --git a/introduction/getting-started.mdx b/introduction/getting-started.mdx
new file mode 100644
index 0000000..4b8ede8
--- /dev/null
+++ b/introduction/getting-started.mdx
@@ -0,0 +1,167 @@
+---
+title: 'Getting Started'
+description: 'Start building with Astrio in minutes'
+---
+
+## Overview
+
+This is the step-by-step guide on how to build a full-stack application successfully with Astrio.
+
+
+
+## Quick Setup
+
+
+
+ Sign up for free at [astrio.build](https://astrio.build)
+
+
+ Select whether to build from scratch or modernize an existing application
+
+
+ Use our visual builder and natural language prompt system to design and configure your application
+
+
+ Launch your app to production with one click
+
+
+
+## Your First Project
+
+### The Lifecycle of an Application
+
+Every project in Astrio follows a simple flow:
+
+**Plan & Design → Build or Modernize → Iterate → Publish**
+
+### Step 1: Plan & Design
+
+Before you start, think about what you want to create or modernize.
+
+- **What is it?** (a portfolio website, a business dashboard, an old exisitng website that needs a fresh look)
+- **Who is it for?** (yourself, your team, your customers)
+- **What should it do?** (list features like “create tasks,” “show charts,” “send notifications”)
+- **How should it look?** (clean, modern, playful, professional)
+
+A little planning goes a long way. Even if you start with a simple idea, having answers to these questions helps Astrio give you better results.
+
+### Step 2: Start Building or Modernizing
+
+There are several ways to get started with Astrio, depending on your preferences and resources.
+
+
+
+ Astrio’s prompt-based system makes app creation and modernization simple.
+ - Just describe what you want to build in the prompt box.
+ - The more specific you are, the better the results.
+ - Start with clear and detailed prompts.
+ - You can refine and adjust your project as you go.
+
+
+ Example:
+
+ "I want to build a landing page for a bakery called Paris Bakery. It’s located in a small college town called Lewisburg, Pennsylvania. The goal of the site is to attract local students, families, and visitors by showing off the bakery’s story, menu, and contact details. Its features should include: a hero section with a warm welcome message, an about section telling the bakery’s story, a menu preview with photos of baked goods, a testimonials section for customer reviews, and a contact section with location, phone, and hours. It should have a cozy, Parisian-inspired aesthetic with warm colors, elegant fonts, and inviting photography. Users should be able to easily browse the menu, read about the bakery, and find directions. The site should be mobile-friendly and fast-loading. Users will access the site in their browser, so make sure it’s suitable for hosting on Netlify."
+
+
+
+ With Astrio, you can bring in your old codebase in two simple ways:
+ - Upload it as a ZIP file.
+ - Connect your GitHub account and link a repository.
+
+
+
+
+ Use a design from [Figma](https://www.figma.com/).
+
+
+ Take a screenshot of your Figma design, then paste or drag-and-drop it into Astrio.
+
+
+ Our platform will transform your sketch into working code.
+
+
+
+
+
+
+ Use [Excalidraw](https://excalidraw.com/) or any similar tool to sketch your UI.
+
+
+ Take a screenshot of your drawing, then paste or drag-and-drop it into Astrio.
+
+
+ Our platform will transform your sketch into working code.
+
+
+
+
+
+### Step 3: Iterate
+
+After Astrio generates your application from your first prompt, you’ll probably want to make changes:
+- Add more features.
+- Tweak behavior or appearance.
+- Fix bugs.
+
+Remember. Do one thing at a time. Don’t try to add multiple features in one go.
+
+### Step 4: Publish
+
+When you're ready to go live, you can just publish it and get a shareable URL. You can use that URL showcase your application or share it with collaborators and stakeholders.
+
+## What You Can Build with Astrio
+
+
+
+ - **Personal Portfolios**: Showcase your work, skills, and achievements
+ - **Business Landing Pages**: Highlight your brand, products, and services
+ - **Event Pages**: Promote upcoming events with schedules and registration
+ - **Product Launch Sites**: Create buzz and capture early customers
+
+
+ - **CRM Systems**: Manage customers and sales pipelines
+ - **Project Management**: Track tasks, teams, and deadlines
+ - **Inventory Management**: Monitor stock and orders
+ - **HR Portals**: Employee onboarding and management
+
+
+
+ - **Online Stores**: Sell products with integrated payments
+ - **Service Marketplaces**: Connect buyers and sellers
+ - **Subscription Services**: Recurring billing and management
+ - **Digital Downloads**: Sell courses, ebooks, software
+
+
+
+ - **Blogs & Publications**: Content management systems
+ - **Community Platforms**: Forums and social features
+ - **Learning Platforms**: Courses and educational content
+ - **Event Management**: Registration and ticketing
+
+
+
+ - **Analytics Dashboards**: Data visualization and reporting
+ - **Workflow Automation**: Business process management
+ - **API Services**: Backend services and integrations
+ - **Multi-tenant Applications**: Software as a Service platforms
+
+
+
+## Need Help?
+
+
+
+ Join our Discord community
+
+
+ Get help from our team
+
+
+
+
+Ready to start building? [Create your free account](https://astrio.build) and have your first app running in minutes!
+
\ No newline at end of file
diff --git a/introduction/welcome.mdx b/introduction/welcome.mdx
new file mode 100644
index 0000000..077119c
--- /dev/null
+++ b/introduction/welcome.mdx
@@ -0,0 +1,65 @@
+---
+title: Welcome to Astrio
+description: 'Transform your ideas into powerful applications'
+---
+
+## What is Astrio?
+
+Astrio is a powerful platform that transforms your ideas into fully functional applications. Build, deploy, and scale your projects faster than ever — without writing extensive code.
+
+
+
+ Get your first Astrio application running in under 5 minutes
+
+
+ Discover what you can do with Astrio
+
+
+ Connect with databases, APIs, and third-party services
+
+
+ Join our community of builders on Discord
+
+
+
+## Popular Resources
+
+
+
+ Learn the fundamentals in minutes
+
+
+ Optimize your Astrio applications
+
+
+ Start with pre-built solutions
+
+
\ No newline at end of file
diff --git a/mint.json b/mint.json
index da70d2b..bb9f6c8 100644
--- a/mint.json
+++ b/mint.json
@@ -2,90 +2,104 @@
"$schema": "https://mintlify.com/schema.json",
"name": "Astrio",
"logo": {
- "dark": "/logo/dark.svg",
- "light": "/logo/light.svg"
+ "dark": "/assets/logos/logo_transparent_white.png",
+ "light": "/assets/logos/logo_transparent_black.png"
},
- "favicon": "/favicon.svg",
+ "favicon": "/assets/favicon.svg",
"colors": {
- "primary": "#0D9373",
- "light": "#07C983",
- "dark": "#0D9373",
+ "primary": "#3b83f6",
+ "light": "#3b83f6",
+ "dark": "#3b83f6",
"anchors": {
- "from": "#0D9373",
- "to": "#07C983"
+ "from": "#3b83f6",
+ "to": "#3b83f6"
}
},
"topbarLinks": [
{
- "name": "Support",
- "url": "mailto:support@astrio.dev"
+ "name": "Community",
+ "url": "https://discord.gg/mMspVRXbNX"
}
],
"topbarCtaButton": {
- "name": "Dashboard",
- "url": "https://dashboard.astrio.dev"
+ "name": "Support",
+ "url": "mailto:support@astrio.build"
},
"tabs": [
{
- "name": "API Reference",
- "url": "api-reference"
+ "name": "Introduction",
+ "url": "introduction"
+ },
+ {
+ "name": "Features",
+ "url": "features"
+ },
+ {
+ "name": "Integrations",
+ "url": "integrations"
}
],
"anchors": [
{
- "name": "Documentation",
- "icon": "book-open-cover",
- "url": "https://docs.astrio.dev"
+ "name": "Updates",
+ "icon": "x-twitter",
+ "url": "https://x.com/astrio_ai"
},
{
"name": "Community",
- "icon": "slack",
- "url": "https://community.astrio.dev"
+ "icon": "discord",
+ "url": "https://discord.gg/mMspVRXbNX"
},
{
"name": "Blog",
"icon": "newspaper",
- "url": "https://blog.astrio.dev"
+ "url": "https://blog.astrio.build"
}
],
"navigation": [
{
- "group": "Get Started",
+ "group": "Introduction",
"pages": [
- "introduction",
- "quickstart",
- "development"
+ "introduction/welcome",
+ "introduction/getting-started",
+ "introduction/faq"
]
},
{
- "group": "Essentials",
+ "group": "Features",
"pages": [
- "essentials/markdown",
- "essentials/code",
- "essentials/images",
- "essentials/settings",
- "essentials/navigation"
+ "features/overview",
+ "features/no-code-builder",
+ "features/ai-assistance",
+ "features/deployment",
+ "features/collaboration"
]
},
{
- "group": "API Documentation",
+ "group": "Integrations",
"pages": [
- "api-reference/introduction"
- ]
- },
- {
- "group": "API Reference",
- "pages": [
- "api-reference/endpoint/get",
- "api-reference/endpoint/create",
- "api-reference/endpoint/update",
- "api-reference/endpoint/delete"
+ "integrations/overview",
+ "integrations/databases",
+ "integrations/authentication",
+ "integrations/payments",
+ "integrations/third-party"
]
}
],
+ "feedback": {
+ "thumbsRating": true,
+ "suggestEdit": true,
+ "raiseIssue": true
+ },
+ "github": {
+ "owner": "astrio-ai",
+ "repo": "docs"
+ },
"footerSocials": {
- "x": "https://x.com/astrio",
- "github": "https://github.com/astrio",
- "linkedin": "https://www.linkedin.com/company/astrio"
+ "x": "https://x.com/astrio_ai",
+ "linkedin": "https://www.linkedin.com/company/astrioai",
+ "instagram": "https://www.instagram.com/astrio_ai",
+ "github": "https://github.com/astrio-ai",
+ "discord": "https://discord.gg/mMspVRXbNX"
}
}
\ No newline at end of file
diff --git a/quickstart.mdx b/quickstart.mdx
deleted file mode 100644
index 685c1ce..0000000
--- a/quickstart.mdx
+++ /dev/null
@@ -1,184 +0,0 @@
----
-title: 'Quickstart'
-description: 'Start building with Astrio in under 5 minutes'
----
-
-## Setup your development environment
-
-Learn how to update your docs locally and and deploy them to the public.
-
-### Install Astrio CLI
-
-
-
-```bash npm
-npm install -g astrio-cli
-```
-
-```bash yarn
-yarn global add astrio-cli
-```
-
-```bash pnpm
-pnpm add -g astrio-cli
-```
-
-
-
-### Authenticate your account
-
-After installing the CLI, authenticate with your Astrio account:
-
-```bash
-astrio login
-```
-
-This will open your browser and prompt you to sign in to your Astrio account.
-
-## Create your first project
-
-
-
- Create a new Astrio project using the CLI:
- ```bash
- astrio create my-first-app
- cd my-first-app
- ```
-
-
- Select from our pre-built templates:
- - **Web App**: Full-stack web application
- - **API Service**: RESTful API with database
- - **Landing Page**: Marketing website
- - **Dashboard**: Analytics and data visualization
- - **E-commerce**: Online store with payments
-
-
- Launch your application in development mode:
- ```bash
- astrio dev
- ```
- Your app will be available at `http://localhost:3000`
-
-
-
-## Make your first changes
-
-
-
-
-Open `src/pages/index.astro` and modify the content:
-
-```jsx
----
-title: "My Amazing App"
----
-
-
-
-
-```
-
-
-
-Create a new page by adding a file to `src/pages/`:
-
-```jsx
----
-title: "About Us"
----
-
-
-
-
About Our Company
-
We're building the future of web development.
-
-
-```
-
-
-
-Update `astrio.config.js` to customize your application:
-
-```javascript
-export default {
- name: "My Amazing App",
- theme: {
- colors: {
- primary: "#3b82f6",
- secondary: "#64748b"
- }
- },
- features: {
- auth: true,
- database: true,
- payments: false
- }
-}
-```
-
-
-
-
-## Deploy your application
-
-When you're ready to share your application with the world:
-
-
-
- ```bash
- astrio build
- ```
-
-
- ```bash
- astrio deploy
- ```
-
-
- ```bash
- astrio domain add yourdomain.com
- ```
-
-
-
-
-Your application will be automatically deployed with SSL certificates and global CDN for optimal performance.
-
-
-## Next steps
-
-
-
- Learn about Astrio's built-in components
-
-
- Connect and manage your data
-
-
- Add user authentication to your app
-
-
- Create and manage API endpoints
-
-
\ No newline at end of file