Annict screenshot

Annict

Author Avatar Theme by Annict
Updated: 3 May 2025
733 Stars

A platform for anime addicts built with Rails and Hotwire.

Categories

Overview

Annict (アニクト) is an anime tracking service that allows users to record and share the anime they have watched with friends. The platform also provides a development community for users to engage in various discussions related to development. Users can participate in GitHub Issues to suggest features, improvements, and manage bugs. Additionally, GitHub Discussions offer a space for other questions and general chit-chat. For real-time interactions and casual conversations, users can join the Discord chat. Development priorities and progress are managed through GitHub Projects, while the setup process for the development environment can be found in docs/development.md. Users are encouraged to report any security concerns to hello@annict.com via email and are reminded not to post in public forums for third-party visibility. Annict is licensed under the Apache License, Version 2.0.

Features

  • Anime Tracking: Record and keep track of the anime you have watched.
  • Sharing: Share your anime viewing history with friends.
  • Development Community: Engage in discussions, feature suggestions, and bug tracking through GitHub Issues.
  • Real-time Chat: Join the Discord chat for casual conversations and immediate interactions.
  • Priority Management: Use GitHub Projects to manage tasks and track current activities.
  • Security Reporting: Report any security-related issues to hello@annict.com.
  • Licensing: Annict is licensed under the Apache License, Version 2.0.

Installation

To set up the Annict anime tracking service, follow these steps:

  1. Clone the Annict repository from GitHub:
    git clone [repository_url]
    
  2. Install the necessary dependencies:
    bundle install
    
  3. Configure the environment variables:
    cp .env.example .env
    
  4. Set up the database:
    bundle exec rails db:setup
    
  5. Start the server:
    bundle exec rails server
    
  6. Access Annict in your browser at http://localhost:3000.

Summary

Annict is an anime tracking service that allows users to record and share their anime viewing history. With features like anime tracking, sharing, development community engagement, real-time chat, and security reporting, Annict provides a comprehensive platform for anime enthusiasts. Users can contribute to the development community through GitHub Issues and Discussions, manage tasks via GitHub Projects, and interact in real-time through Discord. Overall, Annict offers a well-rounded experience for anime fans to connect, share, and keep track of their favorite shows.