I want a development board for Attiny 2313 chip. I have searched for Attiny 2313 development boards but couldn't find any. So are there any development boards available or do I need to make one??
Why would you buy an (somewhat) expensive development kit when every Arduino board can be used to program Atmel chips over ICSP/ISP/SPI (Arduino as ISP)? And every Arduino clone on eBay/Aliexpress already have bootloaders and USB ports ready to go.ATtiny2313 is a great chip and can be used in applications where ATmega328 would be overkill. I used the ATtiny2313 for a ultra low power electrical conductivity remote data logger.
Originally, STK500 development kit would be used for code development. Now that Microchip has acquired Atmel, there are newer offerings.
I would buy the least expensive development kit or programming pod, such as ATMEGA168PB-XMINI and use the SPI header to program the ATtiny2313.
Download Atmel Studio 7 for software development.
Edit: Now that I am thinking about this, I am going to create a blog for this.

You don't have to use the arduino ide but one time that's to load it with that arduino as ispBecause maybe you don't want to use Arduino platform?
I too have made my own programmer. I even wrote my own assembler long before official IDEs became available.You don't have to use the arduino ide but one time that's to load it with that arduino as isp
then you can program what you want using avrdude and whatever ide you want.
Or do like I did take a ATtiny2313 and made a programmer it even works with just usb and avrdude.
I use it for programming most avr chips