Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
**TransEdit** is a Next.js web application for reviewing and editing translation files (locale JSONs) in a portable, local-first workflow.
Sign in to like and favorite skills
TransEdit is a Next.js web application for reviewing and editing translation files (locale JSONs) in a portable, local-first workflow.
Key Features:
en.json and a target language JSON) to generate a .transedit review file.Architecture Highlights:
.transedit files and generate short share links (/review?shareId={catbox_id}). Reviewers can access shared reviews, with progress merged from local storage.use-review-loader for loading, use-translations-form for form management, use-share-link for sharing).useQuery) and mutations (useMutation), with toast notifications for user feedback.useReview decomposed into use-review-loader, use-translations-form, and use-share-link) to adhere to single responsibility. Use useMutation for async operations like share link generation, with toast notifications for user feedback._components/: UI components specific to the page_hooks/: Custom hooks specific to the page functionality_schema/: Zod schemas and TypeScript types for the page_actions.ts: Server actions for the page.server.tsx suffix for server components.loading.tsx suffix for loading state componentsagents-table.tsx, agents-table.server.tsx, agents-table.loading.tsx)use-create-review.ts, review-client.tsx)/components directory/components/ui/components/icons/components/shared for business-specific reusable components/api/agents, /api/prices)/public/assets organized by type:
/public/assets/chains: Chain-specific icons/public/assets/fonts: Custom fonts/public/assets/icons: General icons/public/assets/illustrations: Larger illustrations/public/assets/images: Photos and other images