Skip to content

AspA-AI/aspa_landing_site

Repository files navigation

AspA! - AI Solutions Platform

Deploy with Vercel

AspA! Logo

Empowering Your Business with AI Solutions

Modern, responsive landing page for AspA! - Your AI Solutions Partner

License: MIT Next.js TypeScript Tailwind CSS

✨ Features

  • 🚀 Blazing Fast - Built with Next.js 13+ for optimal performance
  • 🎨 Modern UI - Sleek, responsive design with Tailwind CSS
  • 📱 Fully Responsive - Works on all devices and screen sizes
  • ✉️ Contact Form - Integrated with Resend for reliable email delivery
  • 🌓 Dark/Light Mode - Built-in theme support
  • Optimized - Fast loading and optimized for SEO

🛠️ Technologies Used

  • Framework: Next.js 13+
  • Styling: Tailwind CSS
  • Form Handling: React Hook Form
  • Email Service: Resend
  • Type Safety: TypeScript
  • Icons: Lucide Icons
  • UI Components: Custom built with accessibility in mind

🚀 Getting Started

Prerequisites

  • Node.js 16.8 or later
  • npm or yarn
  • Git

Installation

  1. Clone the repository:

    git clone https://github.com/AspA-AI/aspa_landing_site.git
    cd aspa_landing_site
  2. Install dependencies:

    npm install
    # or
    yarn
    # or
    pnpm install
  3. Create a .env.local file in the root directory and add your environment variables:

    NEXT_PUBLIC_RESEND_API_KEY=your_resend_api_key
    NEXT_PUBLIC_SITE_URL=http://localhost:3000
  4. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  5. Open http://localhost:3000 in your browser.

🔧 Environment Variables

To run this project, you'll need to add the following environment variables to your .env.local file:

  • NEXT_PUBLIC_RESEND_API_KEY - Your Resend API key for the contact form
  • NEXT_PUBLIC_SITE_URL - Your site's URL (e.g., http://localhost:3000 for development)

📄 License

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

🙏 Acknowledgments

📬 Contact

For any questions or inquiries, please open an issue or contact us through the contact form on the website.


Made with ❤️ by AspA! Team

Releases

No releases published

Packages

 
 
 

Contributors