Skip to content

ecombio/ai-saas-starter

 
 

Repository files navigation

DevDigest SaaS

A Next.js-based SaaS application with text-to-speech functionality.

Tech Stack

  • Framework: Next.js 15.5.3
  • Authentication: Clerk
  • Database: Convex
  • Text-to-Speech: ElevenLabs
  • Styling: Tailwind CSS
  • Language: TypeScript

Getting Started

  1. Clone the repository

  2. Install dependencies:

    npm install
  3. Set up environment variables:

    • Copy .env.example to .env.local
    • Add your API keys for Clerk, Convex, and ElevenLabs
  4. Run the development server:

    npm run dev
  5. Open http://localhost:3000

Available Scripts

  • npm run dev - Start development server with Turbopack
  • npm run build - Build for production
  • npm start - Start production server
  • npm run lint - Run ESLint

Features

  • Text-to-speech conversion
  • User authentication
  • Pricing plans
  • FAQ section

ai-saas-starter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.1%
  • JavaScript 12.5%
  • CSS 1.4%