Skip to content

chatxbt/atlasai-terminal-ui

Repository files navigation

Atlas UI 🚀

Atlas UI Logo

A public interface for running Atlas - an interactive documentation shell by ChatXBT. Atlas transforms your documentation into an interactive experience, making it easier for users to understand your product offering

Features ✨

  • Interactive documentation shell
  • Real-time command execution
  • Custom documentation integration
  • User-friendly interface
  • API key management

Getting Started 🛠️

Prerequisites

  • Node.js
  • npm/yarn
  • API Key from Atlas

Installation

  1. Clone the repository:

  2. Install dependencies:

  3. Configure your environment variables:

  4. Start the development server:

Usage 💡

  1. Request an API key through our request form
  2. Integrate Atlas UI into your project
  3. Customize the documentation interface
  4. Deploy to your preferred hosting platform

API Key Request 🔑

To get started with Atlas UI, you'll need an API key:

  1. Fill out the request form
  2. Our team will review your request
  3. You'll receive your API key via email
  4. Implement the key in your Atlas UI instance

Documentation 📚

For detailed documentation, visit our docs site.

Basic Implementation

import AtlasUI from "atlas-ui";

const atlas = new AtlasUI({
  apiKey: "your_api_key",
  config: {
    // Your configuration options
  },
});

Contributing 🤝

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Support 🆘

License 📄

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments 🙏

  • ChatXBT team
  • All contributors
  • Our amazing community

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •