Skip to content

AI-powered tool for converting plain text to MDX. Built with Next.js, Shadcn, and OpenRouter.ai. Streamline content formatting for modern web apps. Open source and user-friendly.

Notifications You must be signed in to change notification settings

C-W-D-Harshit/text2mdx

Repository files navigation

Text2MDX

Text2MDX is an AI-powered tool that converts plain text to MDX, helping users streamline content formatting for modern web applications.

Features

  • AI-Powered Conversion: Utilizes models from OpenRouter.ai for accurate text-to-MDX conversion.
  • User-Friendly Interface: Built with Next.js, Shadcn, Tailwind, and Framer for a responsive and visually appealing experience.
  • Open Source: Contributions are welcome to enhance functionality and usability.

Technologies Used

  • Next.js: Framework for server-rendered React applications.
  • Prisma: ORM for database management.
  • Postgres: Reliable relational database.
  • Shadcn: UI components for building modern interfaces.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • Framer: Design tool for animations and interactions.
  • OpenRouter.ai: AI models for text conversion.

Getting Started

To get started with Text2MDX, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/c-w-d-harshit/text2mdx.git
    cd text2mdx
  2. Install Dependencies:

    npm install
  3. Push Prisma Schema to Database:

    npx prisma db push
  4. Set Up Environment Variables:

    Create a .env file in the root directory and add your environment variables.

  5. Run the Development Server:

    npm run dev
  6. Open Your Browser:

    Navigate to http://localhost:3000 to see the application in action.

About

AI-powered tool for converting plain text to MDX. Built with Next.js, Shadcn, and OpenRouter.ai. Streamline content formatting for modern web apps. Open source and user-friendly.

Topics

Resources

Stars

Watchers

Forks