Markdown Converter
Agent skill for markdown-converter
10xCards is a web application that enables the automatic generation of flashcards using artificial intelligence. The aim of the project is to significantly speed up and simplify the process of creating fiches, enabling users to quickly transform the text they enter (copy-paste) into high-quality fla
Loading actions...
10xCards is a web application that enables the automatic generation of flashcards using artificial intelligence. The aim of the project is to significantly speed up and simplify the process of creating fiches, enabling users to quickly transform the text they enter (copy-paste) into high-quality flashcards for learning.
When introducing changes to the project, always follow the directory structure below:
./src - source code./src/layouts - Astro layouts./src/pages - Astro pages./src/pages/api - API endpoints./src/middleware/index.ts - Astro middleware./src/db - Supabase clients and types./src/components - Client-side components written in Astro (static) and React (dynamic)./src/components/ui - Client-side components from Shadcn/ui./src/assets - static internal assets./public - public assetsWhen modifying the directory structure, always update this section.