Projects

New project

Name your project and describe what you are trying to build or improve. You can refine this as you go.

Project type
How will you build this?

Different AI tools have different requirements. Knowing this upfront helps Hora guide you through the right decisions in later stages.

Documents

AI-generated stage outputs and your reference files. Copy or download any document to use outside Hora.

Reference Documents

Upload markdown or text files to keep reference material alongside your stage outputs — specs, research notes, constraints docs from outside Hora.

Decision Journal

Every decision recorded across all stages — from AI conversations, session ends, and manual entries. Newest first.

Notes

Free-form notes attached to this project. Capture anything worth keeping outside of decisions and sessions.

Build Tool Guide

Each approach works differently. The right choice depends on what you are building, where it will run, and how much control you need.

Chat AI

Claude.ai, ChatGPT, Gemini

No setup, no code. You are not writing software. You are designing a system that runs in conversation with an AI tool. This might be a prompt library, a structured analytical framework, a repeatable decision-making workflow, or a document system. The product is a method, not an application.

Works with any AI subscription, including free tiers. No local setup required.

Examples

  • A competitive analysis framework you run once a month
  • A structured prompt system for reviewing content before publishing
  • A weekly planning workflow with built-in reflection questions

Vibe coding platform

Bolt.new, Lovable, Replit

Browser-based, no local setup. You build by describing what you want. The platform generates the code and runs it in the browser. No terminal, no file system. Most useful for form-based apps, dashboards, and simple data tools where the interface matters.

Works best when the data model is relatively simple and the app does not need deep control over back-end logic. The ceiling is lower than a custom-coded solution, but you can ship something working in hours.

Examples

  • A client-facing intake form that routes to a review dashboard
  • A simple inventory tracker with a clean interface
  • A shared team task board with status tracking

Coding agent

Claude Code, Cursor, Windsurf, Gemini Code Assist

Works in a local code editor. The agent reads and edits your actual files. This gives you complete control over the tech stack, data model, and build process. It is more technical than vibe coding, but an AI chatbot can walk you through the initial setup. No separate developer API subscription is required for most entry points.

The tradeoff: you need a local development environment (a terminal, installed software, and access to the file system). If you have never used one, there is a short learning curve upfront.

Examples

  • A financial planning tool with a local database and Monte Carlo simulation
  • A custom data pipeline that pulls from APIs and runs locally
  • A Python web application with a full back end and structured data model

No-code tools

Airtable, Notion, Zapier, Make, Glide

No code at all. These platforms give you a visual interface for building databases, automations, and simple apps. The ceiling is lower than a custom-coded solution, but setup is faster and maintenance is simpler. The right choice when your problem fits what these platforms already do well.

The main risk: discovering mid-build that your requirements exceed what the platform can handle. Be honest about that ceiling before you start.

Examples

  • A client project tracker in Airtable with automated status notifications
  • A Notion workspace with a structured intake form and review workflow
  • A Zapier automation that routes new leads to the right team member based on criteria

Hora's stage outputs work with all of these approaches. For coding agent projects, Stages 3 through 5 produce briefing documents you bring into Claude Code or Cursor. For all other approaches, they give you the context you need for your next AI conversation.

Help

Everything you need to use Hora effectively.

Getting Started
Data and Privacy
AI Tools
Installing Hora

Settings

Manage your data and preferences.

Data backup

All data is stored locally on this device. Export a backup regularly to protect against browser storage being cleared.

AI integration

By default, Hora generates a context-aware prompt that you open in Claude or ChatGPT. If you have an Anthropic or OpenAI API key, you can enable in-app AI without switching tabs.

Coming soon