File structure blueprints

Blueprints help you get started with your new project. Use them as a starting point or templates for your own file and folder structure.

Game & 3D

3d-modeling-project
  project_name
    assets
      models
        source
        exports
      textures
        source
        exports
      references
      materials
    scenes
    scripts
    documentation
      README.md
    exports

3D Modeling Project

A project structure to organize 3D models, textures, and related assets for efficient work...

ar-experience
  ar_project
    Assets
      Scenes
        MainScene.unity
      Scripts
        ARManager.cs
        UIManager.cs
      Models
        PlaceholderModel.fbx
      Textures
        PlaceholderTexture.png
      Materials
        PlaceholderMaterial.mat
    Packages
    ProjectSettings
    README.md

AR Experience

A basic augmented reality project structure for mobile development. Includes assets, scene...

character-rigging
  rigging_project
    documentation
      references
    models
      source
        Maya
      textures
    rigs
      Maya
        base_rig
        face_rig
    scripts
      Maya
    exports
      fbx
      abc
    working_files
      Maya

Character Rigging

This blueprint provides a structured folder system for character rigging projects, ensurin...

game-development
  assets
    audio
      music
      sfx
    images
      textures
      sprites
  docs
    design
    technical
  src
    scripts
    scenes
    shaders
  build
  README.md
  LICENSE

Game Development

A basic folder structure to organize your game development project files. This ensures a c...

game-jam-setup
  Assets
    Audio
      SFX
      Music
    Graphics
      Textures
      Sprites
      Models
  Code
    Scripts
    Libraries
  Documentation
    Design_Documents
    Notes
    README.md
  ProjectSettings

Game Jam Setup

A basic folder structure to kickstart game development during a game jam. Includes folders...

indie-game-assets
  assets
    audio
      music
      sound_effects
    textures
      characters
      environment
      UI
    models
      characters
      environment
    animations
      characters
      props
    scripts
      characters
      environment
  documentation
    README.md

Indie Game Assets

A basic folder structure for organizing assets in an indie game project.

level-design
  levels
    level_01
      scenes
      assets
        models
        textures
        audio
    level_02
      scenes
      assets
        models
        textures
        audio
  assets
    props
    environment
    prefabs
  documentation
    level_design_documents
      level_01.md
      level_02.md
    technical_documents

Level Design

This blueprint provides a basic folder structure for organizing level design assets in a g...

unity-project
  Assets
    _Scenes
    _Scripts
      Core
      Gameplay
      UI
    _Prefabs
    _Textures
    _Materials
    _Animations
    _Audio
  Packages
  ProjectSettings

Unity Project

Basic folder structure for a Unity project.

unreal-engine-workflow
  Content
    Assets
      Characters
        Mannequin
      Environments
        Props
        Textures
      Audio
        SFX
        Music
    Blueprints
    Levels
  Config
    DefaultGame.ini
    DefaultEngine.ini
  Source
    MyProject.Build.cs
    MyProject.Target.cs

Unreal Engine Workflow

This structure provides a common workflow for Unreal Engine projects, focusing on asset or...

vr-project
  Assets
    Scenes
      MainScene.unity
    Scripts
      PlayerController.cs
      VRInput.cs
    Models
      Character.fbx
      Environment
    Textures
    Materials
    Prefabs
  Documentation
    README.md
    DesignDocument.md

VR Project

A basic folder structure to start a new VR project with assets, scenes, scripts, and docum...

Writing & Publishing

academic-research
  project_name
    data
      raw_data
      processed_data
    docs
      literature_review
        notes
      methodology
      results
      discussion
    figures
    tables
    manuscript
      drafts
      revisions
    references
    README.md

Academic Research

Folder structure for organizing academic research projects, including literature reviews,...

blog-content-calendar
  content_calendar
    planning
      ideas
      drafts
      scheduled
    assets
      images
      videos
    templates
      blog_post_template.md
    README.md

Blog Content Calendar

Organize and plan your blog content with this calendar structure. It helps manage ideas, d...

book-writing
  book_name
    drafts
      chapter_01.md
      chapter_02.md
    research
      notes
      sources
    assets
      images
      characters
    outline.md
    README.md

Book Writing

A basic folder structure to organize your book writing project, including drafts, research...

ebook-production
  project_name
    manuscript
      drafts
        version_1
        version_2
      chapters
        chapter_01.md
        chapter_02.md
      notes
    assets
      images
      cover
    formatting
      styles
      templates
    output
      epub
      pdf
    README.md

Ebook Production

Organize and manage the creation of an ebook, from initial drafts to final publication-rea...

journalism-project
  project_name
    research
      interviews
      documents
      notes
      drafts
        _1_outline
        _2_first_draft
        _3_revisions
      multimedia
        images
        videos
        audio
      publication
        articles
        fact_checking
      README.md

Journalism Project

Scaffold for a journalism project, including research, drafts, multimedia assets, and fina...

marketing-copywriting
  briefs
  research
    customer_profiles
    competitor_analysis
  drafts
    v1
    v2
    v3
  final
  assets
    images
    videos
  reports
README.md

Marketing Copywriting

Folder structure for organizing marketing copywriting projects, including research, drafts...

newsletter-planning
  newsletter_name
    content
      drafts
      final
      images
    schedule
      _2024
        week_01
        week_02
      _2025
    subscribers
    metrics
  README.md

Newsletter Planning

Organize and plan your newsletter content, schedule, and assets.

poetry-manuscript
  manuscript
    drafts
      poem_1.txt
      poem_2.txt
    revisions
      _1st_revision
        poem_1.txt
      _2nd_revision
        poem_1.txt
    submissions
      journal_A
        poem_1.txt
        cover_letter.txt
      journal_B
        poem_2.txt
        cover_letter.txt
    accepted
      journal_A
        poem_1.txt
    rejected
      journal_B
        poem_2.txt
    notes.txt

Poetry Manuscript

Folder structure for organizing and managing a poetry manuscript.

screenwriting-project
  project_name
    references
      articles
      images
      videos
    characters
      main
      secondary
    locations
      interiors
      exteriors
    drafts
      _01_outline
      _02_first_draft
      _03_second_draft
    final_draft
    notes
    README.md

Screenwriting Project

A basic folder structure for managing screenwriting projects, including drafts, research,...

substack-setup
  content
    drafts
      ideas
    published
  assets
    images
    audio
      episodes
  README.md
  style.css

Substack Setup

A basic folder structure to organize content for a Substack newsletter. Includes folders f...

Video & Animation

animation-project
  project_name
    docs
      references
    assets
      characters
        character_name
          models
          textures
          rigs
      props
      environments
        environment_name
          models
          textures
    scenes
      animatics
      _01_blocking
      _02_animation
      _03_lighting
    renders
    audio
    exports

Animation Project

This structure provides a solid foundation for managing all assets and files related to an...

color-grading-pipeline
  project_name
    footage
      original
      proxy
    grades
      dailies
      _v1
      _v2
      final
    assets
      luts
      references
    exports
      deliverables
      previews
    project_files
      davinci_resolve
      premiere_pro
    documentation
      README.md

Color Grading Pipeline

This structure provides a standardized way to organize color grading projects, ensuring co...

commercial-production
  01_PreProduction
    Briefing
    Concept
    Script
    Storyboard
    Casting
    Location_Scouting
    Permits
  02_Production
    Footage
    Audio
    Stills
    Behind_The_Scenes
  03_PostProduction
    Editing
    Sound_Design
    Music
    Color_Grading
    VFX
  04_Delivery
    Master_Files
    Exports
    Proxies
  README.md

Commercial Production

This structure provides a solid starting point for organizing all assets related to a comm...

documentary-production
  Documentary
    _01_PreProduction
      Research
      Interviews
      Script
      Storyboards
      Location_Scouting
    _02_Production
      Footage
        Day_01
        Day_02
      Audio
      Stills
      Broll
    _03_PostProduction
      Editing
      Color_Correction
      Sound_Design
      Music
      Graphics
    _04_Delivery
      Exports
      Final_Cut
      Archive
  README.md

Documentary Production

This structure provides a solid foundation for managing all assets and documents related t...

motion-design-project
  project_name
    assets
      images
      videos
      audio
      fonts
    scenes
      scene_01
      scene_02
    renders
      previews
      final
    project_files
      after_effects
      premiere_pro
    exports
    documentation
      README.md

Motion Design Project

A structured folder for organizing motion design projects, including assets, renders, and...

short-film-workflow
  Project_Name
    _01_PreProduction
      Scripts
      Storyboards
      ConceptArt
      Location_Scouting
    _02_Production
      Footage
        Day_01
        Day_02
      Audio
      Stills
    _03_PostProduction
      Editing
        _01_Rough_Cut
        _02_Fine_Cut
      SoundDesign
      VFX
      ColorGrading
    _04_Delivery
      Exports
      PromotionalMaterials
    README.md

Short Film Workflow

A streamlined folder structure for managing all assets related to a short film project, fr...

social_media_videos
  source_footage
    interviews
    broll
    graphics
  project_files
    premiere_pro
    after_effects
  exports
    drafts
    final
  platform_versions
    instagram
    facebook
    youtube
    tiktok
  assets
    music
    sound_effects

Social Media Videos

This structure provides a template for organizing video projects for various social media...

stock_footage_library
  footage
    nature
      landscapes
      wildlife
    urban
      cityscapes
      people
    abstract
      backgrounds
      effects
  audio
    music
    sound_effects
  metadata
    footage_index.csv
    audio_index.csv
  scripts
    import_footage.py
    export_footage.py
  README.md

Stock Footage Library

A well-organized library for managing and accessing stock footage assets. Facilitates easy...

video-editing-project
  Project_Files
    Source_Footage
      _01_Raw_Footage
      _02_BRoll
      _03_Interviews
    Project_Files
      _01_Premiere_Pro
      _02_After_Effects
      _03_Audio
    Exports
      Final_Video
      _01_Web
      _02_Social_Media
      _03_Client_Review
  README.md
  index.html

Video Editing Project

A blueprint for organizing files related to a video editing project, including source foot...

youtube-channel
  channel_name
    assets
      graphics
      audio
      thumbnails
    episodes
      episode_01
        source_footage
        project_files
        exports
      episode_02
        source_footage
        project_files
        exports
    intros_outros
    music
    scripts
    marketing
      social_media
    README.md

YouTube Channel

A basic folder structure to organize content for a YouTube channel.

Audio & Music

audiobook-production
  audiobook-project
    audio
      raw
        chapter_1
        chapter_2
      edited
        chapter_1
        chapter_2
    scripts
      chapter_1.txt
      chapter_2.txt
    metadata
      cover.jpg
      info.txt
    export
    README.md

Audiobook Production

Organize and manage all assets required for audiobook production, from raw recordings to f...

dj-set
  DJ_Sets
    _Incoming
    Year_YYYY
      Month_MM
        Set_Name
          Tracklist.txt
    Playlists
      Genre
        Playlist_Name.m3u
    Music
      Genre
        Artist
          Album
            Track.mp3
    Recordings
      Year_YYYY
        Month_MM
          Set_Name.mp3
    Software_Backups

DJ Set

A structured approach to organizing music files for DJ sets, ensuring easy access and effi...

mixing-and-mastering-project
  project_name
    01_Source_Files
      vocals
      instruments
    02_Stems
      drums
      bass
      synths
      vocals
    03_Mixes
      WIP
      Reviews
      Final_Mixes
    04_Masters
      WIP
      Final_Masters
    05_Reference_Tracks
    06_Project_Files
      DAW
      Notes
    README.md

Mixing and Mastering Project

Folder structure for organizing mixing and mastering audio projects. Includes dedicated fo...

music-label-assets
  artists
    artist_name_1
      albums
        album_name_1
          master_recordings
          artwork
          liner_notes
        album_name_2
      promotional_assets
        press_photos
        biography
        social_media
    artist_name_2
  legal
    contracts
    licenses
  marketing
    campaigns
    social_media
    press_releases
  branding
    logo
    style_guide

Music Label Assets

Organize and manage all assets for a music label, including artist content, promotional ma...

music-production
  ProjectName
    _01_SessionFiles
      Audio
      Backups
    _02_Samples
      Loops
      OneShots
      Vocals
    _03_Mixes
      RoughMixes
      FinalMixes
    _04_Master
    Artwork
    Exports
    README.md

Music Production

A structured folder system for managing music projects, samples, and mixes.

podcast-editing
  Podcast_Name
    _Raw_Audio
      Episode_01
      Episode_02
    _Project_Files
      Episode_01
        Episode_01.sesx
        _Assets
      Episode_02
        Episode_02.sesx
        _Assets
    _Exports
      Episode_01
        Episode_01.mp3
      Episode_02
        Episode_02.mp3
    _Artwork
    README.md

Podcast Editing

A folder structure for organizing podcast audio files, project files, and exported episode...

radio-show-workflow
  radio_show
    planning
      episodes
        episode_01
        episode_02
      guests
    audio
      raw
      edited
      music
        intros
        outros
        segments
    scripts
    promos
    archive
    metadata
      show_notes.txt
      credits.txt

Radio Show Workflow

Organize and manage assets for a radio show, from planning to post-production.

sample-library-curation
  audio_samples
    kick
      _001.wav
      _002.wav
    snare
      _001.wav
      _002.wav
    hihat
      _001.wav
      _002.wav
    loops
      melodic
        _001.wav
        _002.wav
      drum
        _001.wav
        _002.wav
    fx
      _001.wav
      _002.wav
  documentation
    README.md
  scripts
    tagging_script.py

Sample Library Curation

Organize and curate a diverse collection of audio samples for music production. Facilitate...

Sound_Design_Project
  Assets
    Recordings
    Samples
    Libraries
  Sessions
    DAW_Project_1
    DAW_Project_2
  Exports
    WAV
    MP3
  Documentation
    README.md
    Notes.txt
  _Archive

Sound Design Project

A well-organized folder structure for managing sound design projects, including assets, se...

Voiceover_Projects
  _Templates
    Project_Template
      Scripts
      Audio
      Deliverables
  Client_A
    Project_1
      Scripts
      Audio
      Deliverables
    Project_2
      Scripts
      Audio
      Deliverables
  Client_B
    Project_1
      Scripts
      Audio
      Deliverables

Voiceover Projects

A structured folder system for organizing voiceover projects, including scripts, recording...

Design & Creative

branding_package
  logos
    primary
      vector
      raster
    secondary
      vector
      raster
    logomarks
      vector
      raster
  colors
    primary
    secondary
    palette.ase
  typography
    primary
    secondary
  imagery
    photos
    illustrations
  guidelines
    README.md

Branding Package

A well-organized folder structure for all branding assets, ensuring easy access and consis...

design-agency
  assets
    images
    videos
    fonts
  briefs
  contracts
  deliverables
    final
    working
  marketing
    social_media
    website
  proposals
  research

Design Agency

A basic folder structure for managing design projects and resources within a design agency...

figma-asset-management
  assets
    components
      general
      specific
    images
      icons
      illustrations
    logos
      brand
      product
  documentation
    style_guide
    component_library
  exports
    svg
    png
    jpg

Figma Asset Management

Organize and manage Figma assets effectively with a structured folder system. This bluepri...

graphic-design
  project_name
    _01_brief
      research
    _02_design
      _01_sketches
      _02_wireframes
      _03_mockups
      _04_revisions
    _03_assets
      images
      fonts
      icons
      logos
    _04_deliverables
      final
      source
    README.md

Graphic Design

A well-organized folder structure for graphic design projects, assets, and resources.

logo-design
  Projects
    Project_01
      Brief
      Concepts
        Round_1
        Round_2
      Assets
        Fonts
        Images
      Final
        Vector
        Raster
    Project_02
      Brief
      Concepts
        Round_1
        Round_2
      Assets
        Fonts
        Images
      Final
        Vector
        Raster
  README.md

Logo Design

Organized structure for managing multiple logo design projects, including assets, drafts,...

portfolio-website-design
  assets
    images
    videos
    fonts
  design_system
    colors
    typography
    components
  wireframes
    desktop
    mobile
  mockups
    desktop
    mobile
  style_guide
  final_design
    desktop
    mobile
  prototypes
  README.md

Portfolio Website Design

A well-organized structure for portfolio website design projects, including assets, wirefr...

poster-design
  poster_design_project
    assets
      images
      fonts
      icons
    source_files
      .psd
      .ai
    exports
      print
      web
    documentation
      README.md
      style_guide.md

Poster Design

This structure provides a starting point for organizing poster design projects, including...

typography-exploration
  assets
    fonts
    images
  experiments
    experiment_01
      README.md
    experiment_02
      README.md
  documentation
  inspiration
  README.md

Typography Exploration

A structured approach to exploring and experimenting with different typefaces for a projec...

uxui-design
  project_name
    docs
      user_research
      wireframes
      prototypes
      specs
    assets
      images
      icons
      fonts
    components
    styleguide
    README.md

UX/UI Design

This structure is designed for organizing UX/UI design projects, keeping assets and docume...

Photography

client-deliverables-photo
  ClientName_ProjectName
    _Raw
    _Edited
      HighRes
      Web
    _Final
    _Revisions
    _Documents
      Contracts
      Invoices
      Notes
    README.md

Client Deliverables (Photo)

Organize and deliver photography projects to clients. Includes folders for various file fo...

instagram-content-planning
  content
    drafts
      captions
      images
    final
      captions
      images
  scheduled
  archive
  research
    hashtags
  analytics
  README.md

Instagram Content Planning

A structured folder system for planning and organizing Instagram content, including photos...

Lightroom Presets
  _01_Color
    _01_Base
    _02_Warm
    _03_Cool
  _02_Black_and_White
    _01_High_Contrast
    _02_Soft
  _03_Effects
    _01_Vintage
    _02_Grainy
  _04_Portrait
    _01_Skin_Smoothing
    _02_Color_Enhancement
  _05_Landscape
    _01_Sky
    _02_Foliage

Lightroom Presets

Folder structure for organizing Lightroom presets for photo editing.

photo-retouching
  Originals
  Working
    _01_BaseEdits
    _02_ColorCorrection
    _03_Retouching
    _04_FinalAdjustments
  Exports
    Web
    Print
  Reference
  README.md

Photo Retouching

A basic folder structure for organizing photo retouching projects, including source images...

Photography_Projects
  _In_Progress
    Project_One
      RAW
      Edits
      Exports
      Reference
    Project_Two
      RAW
      Edits
      Exports
      Reference
  Completed
    Project_Three
      RAW
      Edits
      Exports
      Final
      README.md
  Templates
    Watermarks
    Presets
  Resources
    Inspiration

Photography Projects

A structured folder system for organizing photography projects, from initial capture to fi...

raw-image-archive
  RAW_Archive
    YYYY_MM_DD_EventName
      RAW
        .DS_Store
      Processed
      Metadata
        info.txt
      Exports
        Watermarked
        OriginalSize
        SocialMedia
      _Logs
        import_log.txt
        edit_log.txt
    _Resources
      Color_Profiles
      Templates
      Watermarks
    _Scripts
      batch_rename.sh
  README.md

RAW Image Archive

An organized folder structure for storing and managing RAW image files from various photog...

stock-photography
  stock_photos
    source_images
      RAW
      Processed
    metadata
      captions.csv
      keywords.txt
    licensing
      releases
        model_releases
        property_releases
      contracts
        exclusive
        non_exclusive
    exports
      web
      print
      social_media

Stock Photography

Folder structure for organizing and managing stock photography assets.

studio_shoots
  planning
    mood_boards
    shot_lists
    call_sheets
  raw
    shoot_1
    shoot_2
  processed
    selects
    final
  assets
    props
    backdrops
  archive

Studio Shoots

Organize and manage assets for studio photography shoots, from pre-production to post-proc...

travel-photography
  TravelPhotographyProject
    _raw
      Location1
        YYYY-MM-DD
      Location2
        YYYY-MM-DD
    _edited
      Location1
        YYYY-MM-DD
      Location2
        YYYY-MM-DD
    _exports
      Web
      Print
    _project
      Inspiration
      References
      Notes.md
  README.md

Travel Photography

A well-organized folder structure for managing travel photography projects, including raw...

wedding-photography
  Wedding_Name_Client_Name
    _RAW
      Ceremony
      Reception
      Getting_Ready
    _EDITED
      Ceremony
      Reception
      Getting_Ready
    _DELIVERABLES
      Web
      Print
    _ARCHIVE
    _CONTRACTS
    README.md

Wedding Photography

Folder structure for organizing and managing wedding photography projects.

Business & Freelance

client-work
  Clients
    Client_A
      Project_1
        src
          components
          styles
        docs
      Project_2
        src
          components
          styles
        docs
    Client_B
      Project_3
        src
          components
          styles
        docs
      Project_4
        src
          components
          styles
        docs
  Templates
  Invoices
  Archive

Client Work

Organize client projects with dedicated folders for each client and their respective proje...

consulting-deliverables
  Client_Name
    Project_Name
      1_Planning
        Project_Plan.md
        Meeting_Notes
      2_Research
        Market_Analysis.md
        Competitor_Analysis.md
      3_Deliverables
        Report.pdf
        Presentation.pptx
      4_Review
        Feedback.md
      5_Final
        Final_Report.pdf
        Invoice.pdf
    Templates
      Proposal_Template.docx
      Invoice_Template.xlsx
  README.md

Consulting Deliverables

Folder structure for organizing consulting project deliverables and documentation.

contracts-legal
  Contracts
    Templates
      Client_Agreements
      Vendor_Agreements
      Partnership_Agreements
    Active
      Client_A
      Client_B
    Archive
      _2023
      _2024
  Legal
    Policies
      Privacy_Policy
      Terms_of_Service
    Correspondence
    Licenses

Contracts & Legal

Organize and manage contracts, legal documents, and related files for business or freelanc...

course-creation
  course_name
    documentation
      course_outline.md
      instructor_notes.md
    modules
      module_01
        content
          lesson_01.md
          lesson_02.md
        assets
          images
          videos
      module_02
        content
        assets
    resources
      templates
      checklists
    marketing
      email_templates
      social_media
    final_product

Course Creation

This blueprint provides a structured folder system for creating online courses, from plann...

creative-agency-operations
  src
    clients
      client_1
        briefs
        deliverables
        feedback
      client_2
    projects
      project_1
        assets
        meetings
        reports
      project_2
    team
      members
        member_1
        member_2
    templates
      proposals
      contracts
      invoices
  README.md

Creative Agency Operations

Streamline project management, client communication, and resource allocation for creative...

freelance-invoicing
  invoices
    templates
      basic_template.docx
      custom_template.docx
    archive
      2023
      2024
  clients
    client_data.xlsx
  records
    expenses
      receipts
      expense_log.xlsx
    payments
      payment_log.xlsx

Freelance Invoicing

A basic folder structure for managing freelance invoices, including templates and records.

internal-documentation
  docs
    README.md
    policies
      hr
        hr_policy_1.md
        hr_policy_2.md
      legal
        legal_policy_1.md
        legal_policy_2.md
    procedures
      sales
        sales_procedure_1.md
        sales_procedure_2.md
      engineering
        engineering_procedure_1.md
        engineering_procedure_2.md
    training
      employee_onboarding.md
      software_training.md

Internal Documentation

A structured repository for internal company documentation, including policies, procedures...

online-product-launch
  campaign_assets
    graphics
    videos
    copy
      email_templates
      ad_copy
  marketing_plan
    research
      market_analysis
      competitor_analysis
    strategy
    timeline
  sales_materials
    landing_page
    sales_deck
  documentation
    product_specs
    user_guides
  analytics

Online Product Launch

Organize and manage all assets, marketing materials, and documentation for a successful on...

proposal-pitch-decks
  proposals
    templates
      standard
      custom
    active
    archive
  pitch_decks
    templates
      standard
      custom
    active
    archive
  assets
    images
    data
  README.md

Proposal & Pitch Decks

Organize and manage proposal templates, pitch decks, and related assets for business devel...

remote-team-collaboration
  project_root
    docs
      meeting_minutes
      project_specs
    communication
      slack_threads
      weekly_updates
    tasks
      backlog
      in_progress
      completed
    resources
      design_assets
      code_snippets
    README.md

Remote Team Collaboration

This structure is designed to facilitate efficient collaboration among remote team members...

Personal live & Productivity

course-notes
  CourseName_Year
    Lectures
      Lecture_01
        index.md
      Lecture_02
        index.md
    Assignments
      Assignment_01
        index.md
      Assignment_02
        index.md
    Resources
      Readings
      Handouts
    Exams
      Midterm
      Final
    README.md

Course Notes

A structured approach to organizing and managing notes for academic courses. Facilitates e...

daily_planner
  docs
    templates
  src
    components
      Task
      Appointment
    utils
  week
    01_monday
    02_tuesday
    03_wednesday
    04_thursday
    05_friday
    06_saturday
    07_sunday
  README.md
  LICENSE

Daily Planner

A simple system to organize your daily tasks and appointments, helping you stay productive...

finance_tracker
  src
    components
      TransactionList
      TransactionForm
    contexts
      FinanceContext
    pages
      Dashboard
      Transactions
      Reports
    utils
  data
    transactions.json
  styles
    global.css
  README.md
  .gitignore

Finance Tracker

A simple finance tracker to manage income, expenses, and budgets. Suitable for personal us...

journal-archive
  JournalArchive
    README.md
    templates
      entry.html
    static
      style.css
    data
      2023
        01_January
          entry_001.txt
        02_February
          entry_002.txt
      2024
        01_January
        02_February
  scripts
    backup.sh

Journal Archive

A structured archive for personal journal entries, organized by year and month. Facilitate...

life-admin
  personal
    documents
      identification
      finance
        statements
        taxes
      health
    tasks
      daily
      weekly
      monthly
    finance
      budget
      subscriptions
    goals
      short_term
      long_term
  templates
    checklists
    reports

Life Admin

A system to manage personal tasks, finances, and important documents.

personal-knowledge-base
  knowledge_base
    index.md
    areas
      reading
        books
        articles
      projects
        active
        archive
      interests
        tech
        hobbies
    templates
      meeting_notes.md
      project_template.md
    archive
      _2023
      _2024
    README.md

Personal Knowledge Base

A structured repository for notes, ideas, and insights to facilitate learning and personal...

reading-tracker
  docs
  src
    components
      BookCard
      ReadingList
    context
    hooks
    pages
      Dashboard
      Settings
    utils
  data
    books.json
  .gitignore
  README.md
  package.json

Reading Tracker

Organize and track your reading progress, notes, and insights for personal growth and know...

second-brain-zettelkasten
  00_Inbox
  01_Fleeting_Notes
  02_Literature_Notes
  03_Permanent_Notes
    Templates
  04_Project_Notes
  05_Areas
  06_Resources
  07_Archive

Second Brain (Zettelkasten)

A folder structure for organizing notes and ideas following the Zettelkasten method, promo...

travel-planning
  Travel Plans
    _2024
      Trip_1
        Research
          Places to Visit
          Things to Do
        Itinerary
          Day_1.md
          Day_2.md
        Documents
          Flights
          Hotels
          Activities
        Budget.xlsx
    _2025

Travel Planning

Organize all your travel-related documents, itineraries, and research in one place. Keep t...