About Neones a medida

A modern, production-ready Astro template designed to help developers build fast, accessible, and SEO-optimized websites with minimal setup.

What is Astro?

Astro is a modern static site generator that allows you to build websites with your favorite JavaScript frameworks (React, Vue, Svelte, etc.) while shipping zero JavaScript to the browser by default.

Why this template?

This template provides a solid foundation for building production websites with:

  • Performance: Zero JavaScript by default, optimized builds
  • SEO: Built-in meta tags, Open Graph, and structured data
  • Accessibility: Semantic HTML and ARIA best practices
  • Developer Experience: TypeScript, Tailwind CSS, and modern tooling

Features

The template includes everything you need to get started:

  • Responsive layout with header and footer
  • SEO optimization tools
  • TypeScript configuration
  • Tailwind CSS styling
  • React integration
  • 404 error page
  • Robots.txt and sitemap generation
  • Vercel deployment ready

Getting Started

To use this template:

  1. Clone or download the template
  2. Install dependencies with npm install
  3. Start development server with npm run dev
  4. Customize the content and styling
  5. Deploy to your preferred platform

Customization

The template is designed to be easily customizable. You can:

  • Modify the color scheme in tailwind.config.cjs
  • Update site information in src/lib/env.ts
  • Add new pages in src/pages/
  • Create new components in src/components/
  • Customize the layout in src/layouts/Base.astro