Acolyte
Acolyte is a comprehensive web application designed to assist developers in their day-to-day duties. Whether you're testing APIs, analyzing applications, or reaching for an everyday development utility, Acolyte brings the tools you need together in one fast, keyboard-friendly interface.
Everything runs in your browser. Most tools never send your data anywhere โ and the few that need a server (accessibility scans, dependency lookups, the API proxy) use Acolyte's own Next.js route handlers, documented in the API Reference.
What's insideโ
Acolyte groups its tools into four categories:
| Category | Tools |
|---|---|
| ๐งช API Testing | REST APIs, SSE, WebSockets, Chat |
| ๐ Analysis | Web Stats, Website Analysis, Accessibility Checker, Dependency Analysis, SBOM Report |
| ๐ง Utilities | Markdown, Mermaid, Swagger Viewer, Base64, JSON Formatter, Regex Tester, Color Picker, Image Tools, JWT Decoder, Password Generator, Notepad |
| ๐ฎ Entertainment | Games โ Snake, Breakout, Sudoku |
Quick linksโ
- New here? Start with Installation to run Acolyte locally.
- Want to understand the codebase? See the Architecture overview.
- Deploying? The Deployment guide covers Vercel and other serverless platforms.
- Contributing? The Contributing guide walks through the workflow and conventions.
Technology at a glanceโ
Acolyte is built on Next.js 16 (App Router) and React 19 with TypeScript, styled with Tailwind CSS 4 and shadcn/ui components. Quality is enforced with Biome (lint + format) and Jest + React Testing Library for tests. See Architecture for the full picture.
Licenseโ
Acolyte is licensed under the Apache License 2.0. See LICENSE.md for details.