Skip to content

Latest commit

 

History

History
 
 

README.md

AStack Official Website

The official website for AStack - The Production-Ready Open Source Framework For AI Applications.

Live Website: https://astack.tech

This website showcases AStack's features, examples, and documentation with a modern, technology-oriented aesthetic featuring a deep blue and green color palette inspired by the AStack logo, mesh gradient backgrounds, glowing text effects, and smooth animations.

Features

  • Modern dark glassmorphism design with gradient effects
  • Responsive layout that works on all device sizes
  • Interactive code examples with syntax highlighting and copy functionality
  • Framework comparison and use case demonstrations
  • Built with Next.js and Tailwind CSS

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deployment

The AStack website is deployed at https://astack.tech.

How to Deploy

  1. Build the website:
pnpm build
  1. The built assets will be in the .next directory, ready for deployment to your preferred hosting platform.

About AStack

AStack is 100% original with independent technical implementation and architectural design. It takes inspiration from Haystack's API design style but is not based on Haystack code or implementation. AStack has its own independent technical architecture and design philosophy ("everything is a component") with zero adaptation layer design principles.