Skip to content

Latest commit

ย 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿค– One AI Assistant - Landing Page

Next.js TypeScript Tailwind CSS License

Official landing page for One AI Assistant - A cutting-edge AI chatbot SaaS solution powered by advanced Retrieval-Augmented Generation (RAG) technology.

๐ŸŒ Live Site: www.oneaiassistant.id


โš ๏ธ Important Notice

This repository contains only the landing page website. The core AI chatbot product, RAG technology, and backend services are proprietary and NOT open source.

  • โœ… Landing Page: Open for reference and contributions
  • โŒ AI Product: Proprietary (closed source)
  • โŒ Backend/API: Proprietary (closed source)
  • โŒ RAG System: Proprietary (closed source)

๐Ÿš€ Advanced AI Technology

One AI Assistant is not just another chatbot - it's an intelligent AI assistant that leverages:

  • ๐Ÿค– RAG System (Retrieval-Augmented Generation) - Advanced AI that retrieves relevant information from your knowledge base before generating responses
  • ๐Ÿ“š Knowledge Base Integration - Connects to your existing documentation, FAQs, and company knowledge
  • ๐Ÿง  Contextual AI Responses - Provides accurate, context-aware answers based on your specific data
  • โšก Real-time Information Retrieval - Always up-to-date responses from your latest knowledge base
  • ๐ŸŽฏ Intelligent Automation - Smart customer support that learns and improves over time

Features

  • ๐ŸŒ Internationalization - Support for multiple languages (English & Indonesian)
  • ๐ŸŽจ Modern UI - Beautiful, responsive design with Tailwind CSS
  • ๐Ÿค– Advanced AI-Powered - RAG-based intelligent chatbot solutions
  • ๐Ÿ“ฑ Mobile-First - Optimized for all devices
  • โšก Performance - Built with Next.js 13+ App Router
  • ๐Ÿ” SEO Optimized - Dynamic meta tags for better search engine visibility
  • ๐Ÿง  Knowledge Base AI - Contextual responses from your company data
  • ๐Ÿ”„ RAG Technology - Retrieval-Augmented Generation for accurate answers

Technologies Used

  • Next.js 13+ - React framework with App Router
  • TypeScript - Type-safe JavaScript
  • Tailwind CSS - Utility-first CSS framework
  • next-international - Internationalization
  • Lucide React - Icon library
  • shadcn/ui - UI component library
  • ๐Ÿค– RAG Technology - Retrieval-Augmented Generation
  • ๐Ÿ“š Knowledge Base AI - Intelligent information retrieval
  • ๐Ÿง  Advanced AI - Contextual response generation

AI Technology Highlights

RAG System (Retrieval-Augmented Generation)

  • Intelligent Information Retrieval - Finds relevant data from your knowledge base
  • Context-Aware Responses - Generates answers based on retrieved information
  • Real-time Updates - Always uses the latest information from your knowledge base
  • Accurate Answers - Reduces hallucinations by grounding responses in actual data

Knowledge Base Integration

  • Documentation Connection - Links to your existing company documentation
  • FAQ Integration - Incorporates your frequently asked questions
  • Product Information - Access to your product catalogs and specifications
  • Company Policies - Knowledge of your business rules and procedures

Advanced AI Capabilities

  • Natural Language Processing - Understands complex customer queries
  • Multi-language Support - Works in multiple languages seamlessly
  • Learning & Improvement - Gets smarter with each interaction
  • Scalable Architecture - Handles growing knowledge bases efficiently

๐Ÿ‘ฅ About the Team

Founded by:

  • Dadan Abdillah - Founder | Expert in web development and software architecture
  • Saeful Rohman - Fullstack Developer | Specializing in mobile development and AI systems

We're Computer Science students at Kuningan University, passionate about making enterprise-grade AI accessible to Indonesian businesses.

๐Ÿš€ Getting Started

Prerequisites

  • Node.js 18.17 or later
  • npm, yarn, or pnpm

Installation

  1. Clone the repository
git clone https://github.com/XenchinRyu7/One-Ai-Assistant.git
cd One-Ai-Assistant
  1. Install dependencies
npm install
# or
yarn install
# or
pnpm install
  1. Run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 in your browser

Build for Production

npm run build
npm run start

๐Ÿ“ Project Structure

One-Ai-Assistant/
โ”œโ”€โ”€ src/
โ”‚   โ”œโ”€โ”€ app/              # Next.js App Router pages
โ”‚   โ”‚   โ””โ”€โ”€ [locale]/     # Internationalized pages
โ”‚   โ”œโ”€โ”€ components/       # React components
โ”‚   โ”‚   โ”œโ”€โ”€ layout/       # Layout components (navbar, footer)
โ”‚   โ”‚   โ””โ”€โ”€ ui/           # UI components (shadcn/ui)
โ”‚   โ”œโ”€โ”€ i18n/             # Internationalization
โ”‚   โ”‚   โ””โ”€โ”€ dictionaries/ # EN & ID translations
โ”‚   โ”œโ”€โ”€ lib/              # Utility functions
โ”‚   โ””โ”€โ”€ types/            # TypeScript types
โ”œโ”€โ”€ public/               # Static assets
โ”œโ”€โ”€ docs/                 # Documentation
โ””โ”€โ”€ .github/              # GitHub templates

๐ŸŒ Available Pages

Page Route Description
Home / Landing page with features
About /about Company information
Services /services Service offerings
Pricing /pricing Subscription plans
Contact /contact Contact form
FAQ /faq Frequently asked questions
Our Teams /our-teams Team members
Our Clients /our-clients Client testimonials
Security /security-details Security information
Privacy /privacy-policy Privacy policy
Terms /terms-of-service Terms of service

๐Ÿค Contributing

We welcome contributions to improve the landing page! Please read our Contributing Guidelines and Code of Conduct before submitting PRs.

What you can contribute:

  • ๐Ÿ› Bug fixes
  • ๐ŸŒ Translation improvements
  • ๐ŸŽจ UI/UX enhancements
  • ๐Ÿ“ Documentation updates

What's NOT open for contribution:

  • Core chatbot functionality (proprietary)
  • Backend/API implementations
  • RAG system

See CONTRIBUTING.md for details.

๐Ÿ“ Available Scripts

Command Description
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 type-check Run TypeScript compiler check

๐Ÿ”’ Security

Found a security issue? Please review our Security Policy and report responsibly to: oneaiassistantindonesia@gmail.com

๐Ÿ“„ License

Copyright (c) 2025 One AI Assistant - Dadan Abdillah & Saeful Rohman

All Rights Reserved - See LICENSE for details.

  • Landing page code: Available for reference
  • Core product: Proprietary (not open source)
  • Commercial use requires written permission

๐Ÿ“ž Contact

๐ŸŽฏ For Product Users

Looking for the AI chatbot product?


๐ŸŒŸ Acknowledgments

Built with:


Made with โค๏ธ in Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ

Website โ€ข GitHub

About

This website is a landing of oneaiassistant to introduce our saas

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages