# IT-F Store > IT-F Store is a women's apparel e-commerce storefront — a curated catalog of clothing with product detail pages, search, cart, secure Stripe checkout, customer accounts, and order history. Built with Next.js (App Router) and React 19; product catalog and pricing flow through Stripe, editorial content through Contentful. Deployed on Vercel. This is a curated, machine-readable index for AI agents and LLMs. Shopping flows (browse, product, cart, checkout) are top-level routes. Agent-facing protocol endpoints are listed under "Agent interfaces". ## Shopping - [Store home](https://albertonline-org-it-f-store.vercel.app/): Entry point with featured products and hero. - [All products](https://albertonline-org-it-f-store.vercel.app/products): Full product catalog. - [Category](https://albertonline-org-it-f-store.vercel.app/category/woman): Browse products by category (e.g. woman). - [Product detail](https://albertonline-org-it-f-store.vercel.app/product/liemenuotas-kostiumas): Individual product page with images, variants, and price. - [Search](https://albertonline-org-it-f-store.vercel.app/search): Search the catalog. - [Cart](https://albertonline-org-it-f-store.vercel.app/cart): Review cart and proceed to checkout. - [Individual orders](https://albertonline-org-it-f-store.vercel.app/individual-orders): Request a custom, made-to-order garment. ## Account - [Sign in](https://albertonline-org-it-f-store.vercel.app/sign-in): Customer sign-in. - [Sign up](https://albertonline-org-it-f-store.vercel.app/sign-up): Create a customer account. - [Profile](https://albertonline-org-it-f-store.vercel.app/profile): Manage account profile. - [Order history](https://albertonline-org-it-f-store.vercel.app/orders): View past orders. ## Information - [About us](https://albertonline-org-it-f-store.vercel.app/about-us): About the IT-F brand. - [Contact us](https://albertonline-org-it-f-store.vercel.app/contact-us): Contact and returns. - [Terms of service](https://albertonline-org-it-f-store.vercel.app/terms-of-service): Store terms. - [Privacy policy](https://albertonline-org-it-f-store.vercel.app/privacy-policy): Privacy policy. - [Return policy](https://albertonline-org-it-f-store.vercel.app/return-policy): Return policy. ## Agent interfaces - [MCP Server Card](https://albertonline-org-it-f-store.vercel.app/.well-known/mcp/server-card.json): Model Context Protocol server discovery. - [Agent Skills index](https://albertonline-org-it-f-store.vercel.app/.well-known/agent-skills/index.json): Published agent skills (SKILL.md artifacts). - [API Catalog](https://albertonline-org-it-f-store.vercel.app/.well-known/api-catalog): RFC 9727 API discovery linkset. - [Agent registration (auth.md)](https://albertonline-org-it-f-store.vercel.app/auth.md): How agents register and authenticate on behalf of users. - [OAuth Protected Resource](https://albertonline-org-it-f-store.vercel.app/.well-known/oauth-protected-resource): RFC 9728 resource metadata. ## Optional - [Full content](https://albertonline-org-it-f-store.vercel.app/llms-full.txt): Expanded single-file summary of the store. - [Sitemap](https://albertonline-org-it-f-store.vercel.app/sitemap.xml): All indexable URLs (catalog + categories).