Skip to content

dennj/agents.txt

Repository files navigation

AgentsTxt.dev - Nuxt 3 Landing Page

Overview

Welcome to AgentsTxt.dev, a website designed to promote a new standard for B2A (Business to Agent) interactions. This project encourages businesses to install an agents.txt file to enable search engines to discover their AI agents and agent services.

agents.txt Website Join us in the WhatsApp Comunity

Technologies Used

  • Nuxt 3 - The modern Vue framework for building fast and flexible web applications.
  • Tailwind CSS - Utility-first CSS for responsive design.
  • DaisyUI - Tailwind CSS component library for easy UI styling.
  • Vue.js - The progressive JavaScript framework for building UIs.

Features

  • Landing Page: Clear and engaging layout to introduce agents.txt.
  • Live Checker: Users can enter a website URL to verify the presence of an agents.txt file.
  • Example agents.txt Generator: Displays a sample agents.txt file format.

Setup

1. Clone the Repository

git clone https://github.com/your-repo/agentstxt-dev.git
cd agentstxt-dev

2. Install Dependencies

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

3. Start the Development Server

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

The application will be running at http://localhost:3000.

Production

1. Build the Application

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

2. Preview the Production Build

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Deployment

For deploying this Nuxt 3 project, refer to the Nuxt deployment documentation.

Example agents.txt

# Example agents.txt file
User-Agent: *
Disallow:
Agent: MyAIService
Logo: https://myai.example.com/logo.png
Description: AI service for automated customer support
Communication-Protocol: WebSocket, HTTP
Payment-System: Stripe, PayPal

Contributing

If you’d like to contribute to this project, feel free to submit issues and pull requests.

License

This project is licensed under the MIT License.

Author

dennj.osele@gmail.com


Made with ❤️ for the AI & B2A Community.

About

agents.txt standard for AI Agent discovery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published