DirectoryStack Logo Light Mode

Content

Before we create the first listing, let's take 10 minutes to let our directory (and our visitors) know what the platform is about. In your IDE,

  1. Head over to the settings file app/_constants/constants.ts and fill out the necessary data. You should try to fill everything out and not delete any item. For example, if you don't have a twitter account, I'd suggest that you make one or leave the field empty. Deleting the field might break something somehwere else in the code. In this step, make sure the following 4 items are fully filled out. You'll find more information and documentation within that file.
const COMPANY_BASIC_INFORMATION = {
	/*  */
};

const COMPANY_MARKETING_INFORMATION = {
	/*  */
};

const GENERAL_SETTINGS = {
	/*  */
};

const CREATOR_INFORMATION = {
	/*  */
};
  1. If you are on the 'Pro Template', this step is also important to let the AI know what your company is all about! The prompt will be injected with the META_DESCRIPTION so that the content is always customized to your company's actual purpose!

Interested in kickstarting your directory business?

Get the latest news, guides and changelog updates straight to your inbox.

By signing up, you agree to our Privacy Policy