Skip to content

AtlasServer-Core/AtlasServer-Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

74 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AtlasServer Logo

AtlasServer‑Core

πŸ’» Fast deploy. No cloud. Just code.
From developers to developers.

PyPI Version Python Versions PyPI Downloads GitHub Stars License

AtlasServer Dashboard


βš™οΈ Current Features

  • Supported frameworks: Flask, FastAPI, Django and Django REST Framework
  • Tunneling: Support for Ngrok
  • Admin panel: Basic web interface to manage applications
  • App management: Start, stop, and delete applications from the panel
  • Command Line Interface: Manage server and applications from the terminal
  • Authentication: Basic authentication system with limited roles
  • AI-powered deployment: Intelligent project analysis and deployment suggestions

πŸš€ Quick Start

# Install AtlasServer from PyPI
pip install atlasserver

# Optional: Install AI capabilities
pip install atlasai-cli

# Start the server
atlasserver start

# Access the web interface at http://localhost:5000
# Default credentials: Create your own admin account on first run

# List all applications from CLI
atlasserver app list

πŸ’» CLI Commands

AtlasServer includes a powerful CLI for easier management:

# Server management
atlasserver start    # Start the server
atlasserver stop     # Stop the server
atlasserver status   # Check server status

# Application management
atlasserver app list           # List all applications
atlasserver app start APP_ID   # Start an application
atlasserver app stop APP_ID    # Stop an application
atlasserver app restart APP_ID # Restart an application
atlasserver app info APP_ID    # Show application details

Optional AI Commands (requires atlasai-cli)

# AI configuration
atlasserver ai setup --model llama3:8b      # Configure with local Ollama model
atlasserver ai setup --provider openai --model gpt-4.1 --api-key YOUR_KEY  # Use OpenAI

# Project analysis
atlasserver ai suggest ~/path/to/your/project     # Get deployment suggestions
atlasserver ai suggest ~/my-project --language es # Get suggestions in Spanish

# General AI queries
atlasai --query "What files are in this project?"                     # Simple query
atlasai --query "How can I deploy this Express app?" --language es    # Query in Spanish
atlasai --query "Compare this project's dependencies with best practices"  # Complex analysis

πŸ€– AI-Powered Deployment (Optional)

AtlasServer supports intelligent project analysis through the optional AtlasAI-CLI package:

  • Smart project detection: Automatically identifies Flask, FastAPI, Django and other frameworks
  • Contextual recommendations: Suggests appropriate commands, ports, and environment variables
  • Interactive exploration: Analyzes project structure and key files
  • Multilingual support: Get explanations in English or Spanish
  • General AI queries: Ask anything about your system, projects, or development needs

Installation:

# Install the optional AI capabilities
pip install atlasai-cli

# Alternatively, install both AtlasServer and AI capabilities
pip install atlasserver atlasai-cli

Requirements:

  • Ollama for running local AI models
  • Alternatively, OpenAI API for cloud-based models

Setup:

# Install and start Ollama (for local models)
ollama serve

# Pull your preferred model
ollama pull llama3:8b

# Configure AtlasServer AI
atlasserver ai setup --model llama3:8b

# Analyze a project
atlasserver ai suggest ~/path/to/your/project

# Make a general query about your system or projects
atlasai --query "What projects do I have here and how should I deploy them?"

πŸ”§ Development Installation

If you want to contribute to AtlasServer or install from source:

# Clone the repository
git clone https://github.com/AtlasServer-Core/AtlasServer-Core.git
cd AtlasServer-Core

# Install in development mode
pip install -e .

πŸ“’ Join the Beta

We're running a 3–4 week closed beta to refine usability, tunnel stability, and overall workflow.

πŸ‘‰ Join our Discord for beta access, discussions, and direct feedback:

Discord


πŸ“„ License

This project is licensed under the Apache License 2.0. License

You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the full license text for details.

Star History

Star History Chart

πŸ’– THANK YOU FOR YOUR STARS!!

πŸ’– Support the Project

If you find AtlasServer-Core useful, please consider buying me a coffee:

Buy Me a Coffee