Skip to content

autonomic-ai-dev/website

Repository files navigation

Autonomic AI Website

The official public-facing website and landing page for Autonomic AI — a fully autonomous ecosystem of specialized AI agents.

Built with SvelteKit and Tailwind CSS v4.

🚀 Getting Started

Prerequisites

Make sure you have Bun installed on your machine.

Installation

Clone the repository and install dependencies:

git clone https://github.com/autonomic-ai-dev/website.git
cd website
bun install

Development Server

Start the local development server:

bun run dev

The site will be available at http://localhost:5173.

Production Build

To create a production-optimized build:

bun run build

You can preview the production build locally with:

bun run preview

🌐 Deployment

This repository is configured for automatic deployments on Vercel. Every push to the master branch will trigger a production deployment.

🎨 Tech Stack

flowchart TD
    Client[SvelteKit Client<br>Svelte 5 Runes]
    Styling[Tailwind CSS v4]
    Icons[Lucide Svelte]
    Host[Vercel Edge Network]
    
    Client --> Styling
    Client --> Icons
    Client --> Host
Loading
  • Framework: SvelteKit (Svelte 5 Runes)
  • Styling: Tailwind CSS v4
  • Icons: Lucide Svelte
  • Animations: Custom CSS keyframes and glassmorphism styling
  • Hosting: Vercel (Edge Network)

About

The official website and landing page for Autonomic AI — a fully autonomous ecosystem of specialized AI agents.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors