Loading repository data…
Loading repository data…
meetpotdar777 / repository
An interactive full-stack portal to design, test, and generate AI-powered API documentation and READMEs.
README & API Documentation Generator is an interactive, full-stack developer portal that allows API architects, engineers, and product managers to easily prototype, design, document, and test interactive APIs. It pairs high-speed UI builders with Gemini-powered generative technical writing, live API mocking, request-response execution, and sandbox validation.
GET, POST, PUT, DELETE), and mock data payloads.X-API-Key or Custom-Version-Header) directly onto specific endpoint schemas.read:profile or write:data).├── LICENSE # MIT License showing author credit (Meet Potdar)
├── README.md # This project guide showing documentation and features
├── package.json # NPM package scripts and framework dependencies
├── server.ts # Express backend proxy routing AI & mock endpoints
├── vite.config.ts # Bundler config hosting React and Express
├── src/
├── App.tsx # Main frontend view containing sandbox, builder, metrics
├── data.ts # Preset initial configurations (SaaS Payment catalog, Task manager)
├── types.ts # TypeScript interface and metadata bindings
└── components/
├── BrandLogo.tsx # Responsive rendering SVG assets
└── MarkdownView.tsx # Render engine for output technical markups
Initialize required secrets in .env:
GEMINI_API_KEY=your_gemini_api_key_here
Use NPM to fetch core libraries:
npm install
Spin up the local hot-refreshing environment:
npm run dev
Open http://localhost:3000 to view the portal.
Bundle React assets, compile TypeScript, and prepare the standalone server distribution:
npm run build
This project is licensed under the MIT License. See the LICENSE file for details.
Developed, customized, and polished with high precision by Meet Potdar © 2026. All rights reserved.