Skip to content

PKFireBarry/BriefSwiftly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BriefSwiftly

Transform company URLs into comprehensive sales briefs in under 60 seconds.

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

  1. Clone the repository

  2. Install dependencies:

    npm install
  3. Copy environment variables:

    cp .env.example .env.local
  4. Configure your environment variables in .env.local

  5. Run the development server:

    npm run dev

Open http://localhost:3000 with your browser to see the result.

Tech Stack

  • Framework: Next.js 15 with App Router
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: Radix UI
  • Forms: React Hook Form
  • Authentication: Firebase Auth
  • Database: Firebase Firestore
  • AI: Google Gemini API
  • Deployment: Vercel

Project Structure

src/
├── app/                 # Next.js App Router pages
├── components/          # React components
│   └── ui/             # Reusable UI components
├── lib/                # Utility functions
└── types/              # TypeScript type definitions

Development

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint
  • npm run format - Format code with Prettier

About

Transform company URLs into comprehensive sales briefs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages