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.
Make sure you have Bun installed on your machine.
Clone the repository and install dependencies:
git clone https://github.com/autonomic-ai-dev/website.git
cd website
bun installStart the local development server:
bun run devThe site will be available at http://localhost:5173.
To create a production-optimized build:
bun run buildYou can preview the production build locally with:
bun run previewThis repository is configured for automatic deployments on Vercel. Every push to the master branch will trigger a production deployment.
- Live URL: https://website-one-chi-50.vercel.app
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
- Framework: SvelteKit (Svelte 5 Runes)
- Styling: Tailwind CSS v4
- Icons: Lucide Svelte
- Animations: Custom CSS keyframes and glassmorphism styling
- Hosting: Vercel (Edge Network)